That did it for me. Thanks!RonnyK wrote: The upgrade process shows in point 7 of the releasenotes (first page of the process) that it might be required to press the uninstall followed by install for the Tiny module.
Search found 12 matches
- Tue Aug 25, 2009 12:57 pm
- Forum: Modules/Add-Ons
- Topic: No toolbar for TinyMCE
- Replies: 10
- Views: 4487
Re: No toolbar for TinyMCE
- Thu Dec 11, 2008 11:22 am
- Forum: Danish - Dansk
- Topic: Favicon
- Replies: 2
- Views: 4992
Re: Favicon
Hei,
Les på denne tråden, jeg lurte på det samme som deg og fikk det til via denne:
http://forum.cmsmadesimple.org/index.php/topic,21604.0.html -> http://wiki.cmsmadesimple.org/index.php/Share_your_tags_here#favicon
Les på denne tråden, jeg lurte på det samme som deg og fikk det til via denne:
http://forum.cmsmadesimple.org/index.php/topic,21604.0.html -> http://wiki.cmsmadesimple.org/index.php/Share_your_tags_here#favicon
- Thu May 29, 2008 9:48 pm
- Forum: CMSMS Core
- Topic: Tiny MCE WYSIWYG disapeared [SOLVED]
- Replies: 17
- Views: 6385
Re: Tiny MCE WYSIWYG disapeared...STILL!
If that is the case, do not frantically re-install CMSMS; you only need to restrict the access right of the modules directory to 555 or, to 755 and it will work. In other words, you must at least remove the write access right for the rest of the world. first I restricted just the TinyMCE directory ...
- Sat May 19, 2007 6:25 pm
- Forum: CMSMS Core
- Topic: How to display ISO-8859-1 RSS correct
- Replies: 19
- Views: 7645
Re: How to display ISO-8859-1 RSS correct
Yes, you can change the function.pirss.php file. <? function smarty_cms_function_pirss($params, &$smarty) { $url = isset($params['url']) ? $params['url'] : 'http://news.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml'; //$encoding = isset($params['encoding']) ? $params['encoding'] : '...
- Sat May 19, 2007 6:17 pm
- Forum: Modules/Add-Ons
- Topic: Allow News Author Field to be Edited
- Replies: 7
- Views: 3041
Re: Allow News Author Field to be Edited
Did you guys ever solve this? Same thing happens to me. This should ideed be a part of the normal news module.
- Sat Feb 10, 2007 8:51 pm
- Forum: Modules/Add-Ons
- Topic: Calendar with a diff. template?
- Replies: 6
- Views: 3154
Re: Calendar with a diff. template?
This would be especially nice for us working through the "Template externalizer" module, so I am also awaiting this eagerly.
- Wed Dec 13, 2006 9:18 am
- Forum: CMSMS Core
- Topic: Language files doesn't work
- Replies: 6
- Views: 2709
Re: Language files doesn't work
Thanks for the tip. I did the rename of the en_US.php file, and that worked. I guess nothing else will?
- Fri Nov 17, 2006 3:55 pm
- Forum: Modules/Add-Ons
- Topic: Formbuilder error: Email
- Replies: 9
- Views: 4494
Re: Formbuilder error: Email
I checked the MCSmailer module, and test emails work. But I still get the "Sorry! There was an error handling your form submission." message after submitting. What did you mean with: Did you set an email send to address in the first line of Formbuilder? Is it not sufficient to use the &quo...
- Fri Nov 17, 2006 2:11 pm
- Forum: Danish - Dansk
- Topic: æøå i formbuilder modulet
- Replies: 1
- Views: 2965
Re: æøå i formbuilder modulet
Du kan titte litt på denne tråden her:
http://forum.cmsmadesimple.org/index.ph ... 087.0.html
Det kan være noe av samme problematikken. For at jeg skulle løse problemet måtte jeg gjøre slik av den tvang fram endringer av norske/danske tegn samt de diakritiske.
http://forum.cmsmadesimple.org/index.ph ... 087.0.html
Det kan være noe av samme problematikken. For at jeg skulle løse problemet måtte jeg gjøre slik av den tvang fram endringer av norske/danske tegn samt de diakritiske.
- Sun Oct 29, 2006 8:39 pm
- Forum: CMSMS Core
- Topic: How to display ISO-8859-1 RSS correct
- Replies: 19
- Views: 7645
Re: How to display ISO-8859-1 RSS correct
Well,... I didnt mange to work this out myself, so my cousin did this code for me $bytt = array("Æ", "Ø", "Å", "æ", "ø", "å"); $ny = array("Æ", "Ø", "Å", "æ", "ø", "å"); $data = s...
- Tue Oct 17, 2006 9:07 pm
- Forum: CMSMS Core
- Topic: How to display ISO-8859-1 RSS correct
- Replies: 19
- Views: 7645
Re: How to display ISO-8859-1 RSS correct
Thanks for explaining how to use the PIrss, it works. But I tried the above stuff but still get gibberish characters on the special norwegian letters. Therefore, could you give an example of how you would use this particular code? $data=str_replace('unicode','html- name',$data); Code yxou can see he...
- Sun Oct 08, 2006 10:47 am
- Forum: CMSMS Core
- Topic: How to display ISO-8859-1 RSS correct
- Replies: 19
- Views: 7645
Re: How to display ISO-8859-1 RSS correct
It is interesting to read the above, because I will also be using norwegian characters. I am making a site for our library and we have feeds on new books, films cd's etc. that we loan. Anyhow, I could not get this pirss installed. I tried uploading the folder to the modules folder, but it was not de...