Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
arnaudmeyer
Topic Author
Posts: 15
Joined: 17 Oct 2006, 03:29

Body in index.php

23 Oct 2006, 03:43

I wonder if it's possible to change the words
Code
www.photo.gallery imagevue gallery module
that appear under the
Code
<div id="imagevue">
in the index.php file.

Those word appears under the description of the website when querying google for instance. I would like to put a more accurate description of my site.

So is it possible?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

23 Oct 2006, 12:21

You should be able to change that to whatever you like. Its simply text that is replaced with the SWF file by javascript.
 
User avatar
arnaudmeyer
Topic Author
Posts: 15
Joined: 17 Oct 2006, 03:29

23 Oct 2006, 12:46

Thanks! :D
 
DELETED

23 Oct 2006, 17:18

DELETED
 
kimco
Experienced
Posts: 55
Joined: 03 Oct 2006, 18:12

20 Mar 2007, 15:41

div id="imagevue">

</div>
<script type="text/javascript">
var so = new SWFObject("site.swf", "imagevue", "100%", "100%", "6", "#FFFFFF");
so.addVariable("globalpath", "");
so.addVariable("textcol", "34507A");
so.addVariable("configfile", "config.ini");
so.write("imagevue");

we can change imagevue by an other word ?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

15 Apr 2007, 08:47

kimco wrote:div id="imagevue">

</div>
<script>
var so = new SWFObject("site.swf", "imagevue", "100%", "100%", "6", "#FFFFFF");
so.addVariable("globalpath", "");
so.addVariable("textcol", "34507A");
so.addVariable("configfile", "config.ini");
so.write("imagevue");

we can change imagevue by an other word ?
yes