Search…

X3 Photo Gallery Support Forums

Search…
 
MikeR
Experienced
Topic Author
Posts: 216
Joined: 29 Sep 2006, 09:58

Textpages & last release (09022009)

10 Feb 2009, 03:46

Hi Imagevue team,

I updated my version with the last release, but I have some problems with textpages :

1/<img src="contactform" /> doesn't work with new version
2/ How to use CSS personnal class (I don't know the right word)

I've create in imagevue.css :
t0 { font-size: 18px;
font-style: bold;
text-decoration: underline;
font-family: arial;
}

In my text pages I use this class as a title
<t0>WELCOME</t0)
But this doesn't work with last release

3/ there's no descriptions of the new buttons in the new textpages module.

Thanks for the help
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

11 Feb 2009, 05:26

hmm, sorry I forgot we had set up an experimental wysiwig editor now for textpages. If you gonna add html (for example the contactpage tag), you need to disable the wysiwig editor for now. Edit the file imagevue/admin/index.index.phtml and remove the two lines:
Code
<script src="http://js.nicedit.com/nicEdit-latest.js" type="text/javascript"></script>
<script type="text/javascript">bkLib.onDomLoaded(nicEditors.allTextAreas);</script>
We will have this issue fixed for next release ...
 
Galium
Experienced
Posts: 97
Joined: 29 Sep 2006, 03:20

13 Feb 2009, 03:13

Oops...

The path for the file is (at home) : imagevue/admin/templates/index.index.phtml

Now, it's OK and the contactform works again.