Fantastic thank you. I found by going to:
Extensions » TinyMCE WYSIWYG
Fantastic!
Search found 14 matches
- Tue Oct 05, 2010 7:05 am
- Forum: CMSMS Core
- Topic: [solved] editcontent.php content textarea height
- Replies: 2
- Views: 1021
- Mon Oct 04, 2010 9:04 pm
- Forum: CMSMS Core
- Topic: [solved] editcontent.php content textarea height
- Replies: 2
- Views: 1021
[solved] editcontent.php content textarea height
Where can I increase the height of the content or sidebar textarea boxes in the editcontent.php page when editing standard content?
I am using version 1.8.2 and the default NCleanGrey theme for the admin pages.
Many thanks
Colin Davis
I am using version 1.8.2 and the default NCleanGrey theme for the admin pages.
Many thanks
Colin Davis
- Sun Jul 18, 2010 6:08 pm
- Forum: Modules/Add-Ons
- Topic: Album Module not working with version 1.8.1 [Solved]
- Replies: 7
- Views: 3332
Re: Album Module not working with version 1.8.1 [Solved]
Thank you for that. What I have done is, in every page that contains any Album smarty code like:
{cms_module module='album' .........}
Immediately before that line I have added (in Source Code):
That seems to work.
{cms_module module='album' .........}
Immediately before that line I have added (in Source Code):
That seems to work.
- Sun Jul 18, 2010 6:16 am
- Forum: Modules/Add-Ons
- Topic: Album Module not working with version 1.8.1 [Solved]
- Replies: 7
- Views: 3332
Album Module not working with version 1.8.1 [Solved]
I have just upgraded from CMS Made Simple version 1.7.1 to version 1.8.1. The Album (Photo Albums) module doesn't seem to display the correct styles any more. The albums no longer display using their correct styles and when clicking on an image, again the Light Box template isn't used. I know it's ...
- Mon Sep 28, 2009 2:44 pm
- Forum: Developers Discussion
- Topic: [solved] My First Admin Module
- Replies: 3
- Views: 2250
Re: My First Admin Module
Sorry, I have got it working, I misspelt the action.sendmail.php file.
That's brilliant, thank you.
Regards
Colin
That's brilliant, thank you.
Regards
Colin
- Fri Sep 25, 2009 7:48 pm
- Forum: Developers Discussion
- Topic: [solved] My First Admin Module
- Replies: 3
- Views: 2250
Re: My First Admin Module
Thank you for the reply. Using the News module as an example, I have put the following code into the action.sendmail.php file. <?php $this->Audit( 0, $this->Lang('friendlyname'), $this->Lang('emailsent').' '.$params['formsubmit_to']); $params = array('tab_message'=> $params['formsubmit_subject'], '...
- Fri Sep 25, 2009 12:55 pm
- Forum: Developers Discussion
- Topic: [solved] My First Admin Module
- Replies: 3
- Views: 2250
[solved] My First Admin Module
I've made my first module, I am trying to improve it to use the provided classes properly. I am only looking at the Admin side and I want to be able to save preferences and add items to an SQL Table. I have got the Install and Uninstall modules working, creating and dropping the SQL tables, setting...
- Mon Sep 21, 2009 8:30 am
- Forum: Developers Discussion
- Topic: New Module
- Replies: 5
- Views: 2711
Re: New Module
Thanks for that. So under the "Admin" menu (quite a way down the page) next to "Add a File Package" enter a name and click "Add Package". Then adjacent to that new entry, click "Add Release", enter a version number, click "Create New Release". Fina...
- Mon Sep 21, 2009 7:50 am
- Forum: Developers Discussion
- Topic: New Module
- Replies: 5
- Views: 2711
Re: New Module
Thanks for the reply, I don't seem to be able to upload anything to the "Files" section of the Forge. I have already exported the XML and it is part of my Subversion code.
Am I missing somthing with uploading to the Files section of the Forge? See screen shot attached.
Thanks
Colin
Am I missing somthing with uploading to the Files section of the Forge? See screen shot attached.
Thanks
Colin
- Sun Sep 20, 2009 8:02 pm
- Forum: Developers Discussion
- Topic: New Module
- Replies: 5
- Views: 2711
New Module
I've created a very small module "Send Email". This is the first module I've ever made, it is the first time I've ever used a Forge of any kind and the first time I have ever used subversion. So have I done everything right? Have I managed to make something that people can use? Any help w...
- Sat Sep 19, 2009 8:36 am
- Forum: CMSMS Core
- Topic: Print icon doesn't work after upgrading to 1.6.5
- Replies: 34
- Views: 16362
Re: Print icon doesn't work after upgrading to 1.6.5
Downloading the full base package has fixed the problem. After doing a backup, I downloaded the full base product apart from the following folders (to keep my templates and so on intact): docs images install tmp uploads favicon_cms.ico stylesheet.css All my modules and so on are still intact and eve...
- Fri Sep 18, 2009 7:38 pm
- Forum: CMSMS Core
- Topic: Print icon doesn't work after upgrading to 1.6.5
- Replies: 34
- Views: 16362
Re: Print icon doesn't work after upgrading to 1.6.5
I also have this problem at http://www.coppice-school.org.uk It was working, I had changed nothing to do with printing, I am now getting the same as described above. Are there any particular files that I should re-upload or anything that you can suggest rather than uploading the entire package. I d...
- Fri Aug 14, 2009 5:17 pm
- Forum: Modules/Add-Ons
- Topic: FormBuilder Send To Email dependant on a field in the form [solved]
- Replies: 3
- Views: 1266
Re: FormBuilder Send To Email dependant on a field in the form [solved]
That's brilliant, thank you. Don't you wish they were all that easy.
- Wed Aug 12, 2009 8:09 pm
- Forum: Modules/Add-Ons
- Topic: FormBuilder Send To Email dependant on a field in the form [solved]
- Replies: 3
- Views: 1266
FormBuilder Send To Email dependant on a field in the form [solved]
I have just started using CMS version: 1.6.3 with FormBuilder: 0.5.11 I am using the standard supplied contact form with the addition of a single "Reason for contact" pull-down field. Rather than just emailing to 1 person, can I change the Send To Emal Address based on what "Reason&qu...