Search found 4 matches
- Tue May 17, 2011 9:33 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: tinyMCE issues
- Replies: 12
- Views: 3930
Re: tinyMCE issues
Having done some more digging around the forum (probably should have done this sooner ::) ) I spotted another post by Dr CSS suggesting going into the Advanced Setting tab of TinyMCE and hitting the Reset to Defaults button. I did that and it's now all working again so hopefully that will work for ...
- Thu Aug 20, 2009 1:33 pm
- Forum: Developers Discussion
- Topic: Recipie for restricting admin groups to group upload folder
- Replies: 1
- Views: 1240
Recipie for restricting admin groups to group upload folder
I can't see a way of making this into a module, but it's a way of automatically adding a folder for each new group and restricting their access just to that folder. The config file could also be tweaked to do the same thing with the images upload folder. Would love to hear any feedback on ways to im...
- Fri Aug 14, 2009 8:38 pm
- Forum: Modules/Add-Ons
- Topic: Formbuilder to display values from last submission
- Replies: 1
- Views: 747
Formbuilder to display values from last submission
Using CMSMS 1.6, Formbuilder 5.11 I need to submit lots of Formbuilder forms. These will sometimes need to have very similar entries to the form I've just submitted. Is there a way to get Formbuilder to display the values from the last form I submitted so that I can just change a couple of fields an...
- Tue Jun 16, 2009 10:37 am
- Forum: CMSMS Core
- Topic: ImageGallery tag does not work in version 1.5.3
- Replies: 8
- Views: 3306
SOLVED Re: ImageGallery tag does not work in version 1.5.3
I think it's an issue with the ImageGallery code itself. I fixed it by opening the tag file in plugins/function.ImageGallery.php and going to the following line (line 46 in my version): if( !is_dir($dir) || !is_readable($dir) ) return; And replace it with the line: if( !is_dir($picFolder) || !is_rea...