Page 1 of 1

[solved] Problem with News Module after installing CMSms 1.1

Posted: Wed Aug 15, 2007 7:33 pm
by Florian48
Hello

After updating CMSms to release 1.1. I have got a problem with the news module.
To link from the newssummary to the detailpage I changed the "morelink" to ">>". After the update it is shown as ">>" in the source code and so you see ">>" on the webpage.

Does anyone know what I can do to fix that?

thanks,

Florian

Re: Problem with News Module after installing CMSms 1.1

Posted: Wed Aug 15, 2007 9:27 pm
by Dr.CSS
How did you change the more link?...
Are you putting this in a page content edit box?...

Re: Problem with News Module after installing CMSms 1.1

Posted: Thu Aug 16, 2007 8:24 am
by Florian48
Yes, I changed the morelink in TinyMCE to morelink=">>"
Before CMSms 1.1 it worked without any problems.

Re: Problem with News Module after installing CMSms 1.1

Posted: Thu Aug 16, 2007 8:46 am
by cyberman
Florian48 wrote: I changed the morelink in TinyMCE to morelink=">>"
Try morelink='>>'. Check it in Tinys source view too.

Tiny transform it sometimes to his entities ...

Re: Problem with News Module after installing CMSms 1.1

Posted: Fri Aug 17, 2007 7:15 pm
by Florian48
I tried it with '>>' but it doesn't work.

Re: Problem with News Module after installing CMSms 1.1

Posted: Fri Aug 17, 2007 8:49 pm
by Dr.CSS
When adding module tag in a page edit box you can try going to user preferences and turn off wysiwyg editing then go back to the page and check/edit your tag then submit, this may help stop the editor from changing the >> into html entities...

Also you may be able to use the preference in tiny to not use xhtml, uncheck this, maybe?...

Only allow XHTML-compliant elements

EDIT: you can also go to, FTP, modules/News/lang and copy the en_US.php and edit line 88 to have your >> and rename it en_US1.php then in the tag {news lang="en_US1.php"} to make it use the custom lang file you make and all other news articles will use the default lang file...

Re: Problem with News Module after installing CMSms 1.1

Posted: Sat Aug 18, 2007 12:24 pm
by Florian48
The tip with changing the language file works.

Thank you very much.