Page 1 of 1

Textpages & last release (09022009)

Posted: 10 Feb 2009, 03:46
by MikeR
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

Posted: 11 Feb 2009, 05:26
by mjau-mjau
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 ...

Posted: 13 Feb 2009, 03:13
by Galium
Oops...

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

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