Search found 29 matches
- Sun Nov 15, 2009 9:39 am
- Forum: Tips and Tricks
- Topic: Simple way of opening images to Lightbox window with TinyMCE
- Replies: 15
- Views: 23182
Re: Simple way of opening images to Lightbox window with TinyMCE
that's FANTASTIC! Thanks for the great post and making it really easy for end-users to load up a Lightbox. Fits in so well with CMSMS. Once note. I have multiple templates for site where this maybe used and I just added {LightBox action='css'} and {LightBox action='js'} in the "Global Metadata&...
- Wed Aug 12, 2009 7:51 am
- Forum: General Discussion
- Topic: What do you call it when you loop around and arbitary number?
- Replies: 2
- Views: 1626
What do you call it when you loop around and arbitary number?
I'm stuck on a little programing script which basically counts to 3 and then goes back to 1 when it's done.
e.g. 1 = 1
2 = 2
3 = 3
4 = 1
It's not really % or mod cause that would give
e.g. 1 = 1
2 = 2
3 = 0
4 = 1
any ideas anyone?
e.g. 1 = 1
2 = 2
3 = 3
4 = 1
It's not really % or mod cause that would give
e.g. 1 = 1
2 = 2
3 = 0
4 = 1
any ideas anyone?
- Thu Jul 09, 2009 1:44 am
- Forum: CMSMS Core
- Topic: [solved] Image uload, file permissions problem
- Replies: 6
- Views: 5614
Re: [solved] Image uload, file permissions problem
thanks for the post. I had the same problem with melbourneIT. will get them to set the upload_tmp_dir and see if all goes well.
- Tue May 12, 2009 5:51 am
- Forum: Modules/Add-Ons
- Topic: Automatic Email obfuscation
- Replies: 0
- Views: 929
Automatic Email obfuscation
So I was wondering if it is possible to obfuscate all email address on each page automatically with a module or something like that. I know you can obfuscate individual emails using the following methods but sometime you just forget. http://forum.cmsmadesimple.org/index.php/topic,4905.0.html http://...
- Wed Apr 15, 2009 7:05 am
- Forum: Modules/Add-Ons
- Topic: TinyMCE without CSS
- Replies: 1
- Views: 872
TinyMCE without CSS
Does anyone know if it is possible for to not use a website's css in TinyMCE?
Thanks
Thanks
- Tue Mar 10, 2009 2:59 pm
- Forum: Modules/Add-Ons
- Topic: [solved] WYSIWYG - Custom CSS (CSS Style?)
- Replies: 2
- Views: 1315
Re: [solved] WYSIWYG - Custom CSS (CSS Style?)
actually, I'm not sure if the code I posted before will work in that example (it did when I did a 1/2 test) but this was what I actually used:
-- EXAMPLE ---
table, td {border-collapse:collapse;}
.mceContentBody table, td {border-collapse:separate; }
-- EXAMPLE ---
-- EXAMPLE ---
table, td {border-collapse:collapse;}
.mceContentBody table, td {border-collapse:separate; }
-- EXAMPLE ---
- Tue Mar 10, 2009 2:44 pm
- Forum: Modules/Add-Ons
- Topic: [solved] WYSIWYG - Custom CSS (CSS Style?)
- Replies: 2
- Views: 1315
[solved] WYSIWYG - Custom CSS (CSS Style?)
So I was going to post the question: How do I customized the WYSIWYG editor to have a different style when editing content but not the actual website style? e.g. changing the background of the editor to white (when your website may have a black bg-color). I had a look around the advance settings in ...
- Sat Dec 27, 2008 11:48 pm
- Forum: CMS Show Off
- Topic: Convention Centre Website
- Replies: 18
- Views: 9252
Re: Convention Centre Website
seems to load pretty quickly from Australia. Not that many people would look at the site from here.
- Sat Dec 27, 2008 11:43 pm
- Forum: General Discussion
- Topic: Getting a page's content block
- Replies: 4
- Views: 2142
Re: Getting a page's content block
So just a tip I thought that I would put here.
- You can us $cgsimple in another page content. ( I think that's right, if someone knows a way you can that would be great).
- So I created a UDT to extract and display the content block
hope this helps
- You can us $cgsimple in another page content. ( I think that's right, if someone knows a way you can that would be great).
- So I created a UDT to extract and display the content block
hope this helps
- Fri Nov 21, 2008 3:39 am
- Forum: CMSMS Core
- Topic: Calendar events times - server in a different timezone
- Replies: 6
- Views: 2853
Re: Calendar events times - server in a different timezone
That works a treat thanks!
I used the following for australia:
putenv('TZ=Australia/Melbourne');
I guess that TZ = Time Zone ... you know that makes sense now but if you are just looking at putenv it might not be that obvious.
I used the following for australia:
putenv('TZ=Australia/Melbourne');
I guess that TZ = Time Zone ... you know that makes sense now but if you are just looking at putenv it might not be that obvious.
- Sun Nov 02, 2008 4:22 am
- Forum: CMSMS Core
- Topic: [solved] Has anyone had a 403 (Error 403: Forbidden) error caused
- Replies: 5
- Views: 2296
Re: Has anyone had a 403 (Error 403: Forbidden) error caused by the word "from" when
Just as I started looking into the logs I found a post about mod_security been particularly sensitive so I use the following information and updated the .htaccess file. Thanks for the help! Forbidden Errors Solution Symptom: Sometimes when you try to access a script or post to it, you'll get Error 4...
- Wed Oct 29, 2008 11:58 pm
- Forum: CMSMS Core
- Topic: [solved] Has anyone had a 403 (Error 403: Forbidden) error caused
- Replies: 5
- Views: 2296
[solved] Has anyone had a 403 (Error 403: Forbidden) error caused
Has anyone had a 403 (Error 403: Forbidden) error caused by the word "from" when editing a page? I have the following text in the content editor (http://trnexus.edu.au/admin/editcontent.php?content_id=132&page=) and I get a 403 error when I try and save: ------- START -------- Since th...
- Fri Sep 19, 2008 5:59 am
- Forum: Modules/Add-Ons
- Topic: CMSMailer & Google Apps
- Replies: 3
- Views: 3122
Re: CMSMailer & Google Apps
I just had the same problem where an email will end to every account except one on google apps (even gmail will receive the email)
How strange.
How strange.
- Mon Jul 07, 2008 1:26 am
- Forum: Modules/Add-Ons
- Topic: Form Builder (FormBuilder) - Adding Static Text with a wysiwyg editor
- Replies: 3
- Views: 1732
Re: Form Builder (FormBuilder) - Adding Static Text with a wysiwyg editor
I tried to work out which permission would turn this feature on before I went into the code but I couldn't work out which one it was. I opened up 2 browser windows and compare the admin group with the editor group but still no luck.
Was wondering if anyone knew which setting it was.
Was wondering if anyone knew which setting it was.
- Thu Jul 03, 2008 12:08 pm
- Forum: Modules/Add-Ons
- Topic: Form Builder (FormBuilder) - Adding Static Text with a wysiwyg editor
- Replies: 3
- Views: 1732
Re: Form Builder (FormBuilder) - Adding Static Text with a wysiwyg editor
So I poked around the code for a little white to try and shed some light on to the WYSIWYG editor and found a like in the StaticTextField.class.phh files (modules/FormBuilder/Classes folder) which reads: $mod->CreateTextArea(( get_preference(get_userid(), 'use_wysiwyg')=='1' ), $formDescriptor, $th...