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
[solved] Problem with News Module after installing CMSms 1.1
[solved] Problem with News Module after installing CMSms 1.1
Last edited by Florian48 on Sun Aug 19, 2007 4:16 pm, edited 1 time in total.
Re: Problem with News Module after installing CMSms 1.1
How did you change the more link?...
Are you putting this in a page content edit box?...
Are you putting this in a page content edit box?...
Re: Problem with News Module after installing CMSms 1.1
Yes, I changed the morelink in TinyMCE to morelink=">>"
Before CMSms 1.1 it worked without any problems.
Before CMSms 1.1 it worked without any problems.
Re: Problem with News Module after installing CMSms 1.1
Try morelink='>>'. Check it in Tinys source view too.Florian48 wrote: I changed the morelink in TinyMCE to morelink=">>"
Tiny transform it sometimes to his entities ...
Re: Problem with News Module after installing CMSms 1.1
I tried it with '>>' but it doesn't work.
Re: Problem with News Module after installing CMSms 1.1
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...
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...
Last edited by Anonymous on Fri Aug 17, 2007 9:01 pm, edited 1 time in total.
Re: Problem with News Module after installing CMSms 1.1
The tip with changing the language file works.
Thank you very much.
Thank you very much.