Search found 26 matches
- Sat Mar 21, 2009 10:50 pm
- Forum: CMS Show Off
- Topic: Firefighters site
- Replies: 5
- Views: 2811
Re: Firefighters site
Best Firehouse site I have ever seen, good work
- Sat Mar 21, 2009 10:44 pm
- Forum: CMS Show Off
- Topic: http://www.windpath.com
- Replies: 3
- Views: 2465
Re: http://www.windpath.com
Thanks for the feedback guys!
- Mon Mar 16, 2009 1:56 am
- Forum: CMS Show Off
- Topic: http://www.windpath.com
- Replies: 3
- Views: 2465
http://www.windpath.com
An all new design for our site in CMSMS http://www.WindPath.com A big thanks to everyone working on this great project! Core: 1.5.3 "Arecibo" Modules: Album 0.9.3 Calendar 1.0 Captcha 0.3.2 CGExtensions 1.15 CGFeedMaker 1.0.4 CGGoogleMaps 1.1 CMSMailer 1.73.14 CompanyDirectory 1.1.6 FileMa...
- Mon Mar 16, 2009 1:52 am
- Forum: CMS Show Off
- Topic: WindPath Fractional Yachting Launches New CMSMS Website
- Replies: 0
- Views: 1558
WindPath Fractional Yachting Launches New CMSMS Website
Enhanced Resources on http://WindPath.com Include Back Cove Yachts, Dedicated Location Pages, Detailed Yacht Information and a New Gear Shop STAMFORD, Conn. March 9th, 2009 - The newly redesigned WindPath Fractional Yachting Website goes live today. In these difficult economic times WindPath.comaims...
- Fri Mar 06, 2009 8:54 pm
- Forum: Tips and Tricks
- Topic: Using {random_image}
- Replies: 1
- Views: 2232
Using {random_image}
Just a note, I have a site setup using the random_image call, I uploded the innitial images using FTP then turned it over to the customer. When he uploaded an image using the image manager it created thumnails of all the images in the directory making about every other random_image very pixelated. T...
- Wed Mar 04, 2009 5:34 pm
- Forum: Help Wanted (commercial)
- Topic: I need someone to clean up my templates
- Replies: 1
- Views: 1782
Re: I need someone to clean up my templates
Ahoy Olav, I sent you an email.
- Tue Mar 03, 2009 7:35 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [solved] Empty admin pages
- Replies: 7
- Views: 2424
Re: [solved] Empty admin pages
I had the same problem, and it drove me nuts!
I had a php memory limit set at 16M, but I have a rather large site so I increased the limit to 32M using the following line in my .htaccess file:
Hope this helps someone as this is a really frustrating problem! 
I had a php memory limit set at 16M, but I have a rather large site so I increased the limit to 32M using the following line in my .htaccess file:
Code: Select all
php_value memory_limit 32M

- Tue Mar 03, 2009 4:51 pm
- Forum: Help Wanted (commercial)
- Topic: Help Wanted! (Content Updates)
- Replies: 2
- Views: 2011
Re: Help Wanted! (Content Updates)
Sent you an email, thx. 

- Thu Feb 19, 2009 4:34 am
- Forum: Modules/Add-Ons
- Topic: $sub_date in Formbuilder output
- Replies: 0
- Views: 1116
$sub_date in Formbuilder output
Hi all, I'm running: PHP 5 / Linux / Apache / MySQL 5 CMSMS Version: 1.5.2 CMSMailer 1.73.14 FormBuilder 0.5.11 Whenever a FormBuilder form submission is made it sets the variable $sub_date for use in the email templates, and I assume for insertion to the DB. My forms all produce a strange $sub_date...
- Wed Feb 18, 2009 6:40 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] Morelink not working in Questions module
- Replies: 10
- Views: 3185
Re: [Solved] Morelink not working in Questions module
This line is the fix:
Code: Select all
$this->SetParameterType('qid',CLEAN_INT); /* Fix for MoreLink */
- Tue Feb 17, 2009 9:23 pm
- Forum: Modules/Add-Ons
- Topic: FormBrowser 0.2.3 removes ability for admin to edit content pages???
- Replies: 1
- Views: 779
Re: FormBrowser 0.2.3 removes ability for admin to edit content pages???
OK, I narrowed it down to FormBrowser 0.2.3. If I unisnstall it I get my Content->Pages area back fine in admin, tryed re-installing it and the problem came back (both through module manager and xml). Why is FormBrowser killing my Admin->Content->Pages area??
- Tue Feb 17, 2009 9:21 pm
- Forum: Modules/Add-Ons
- Topic: FormBrowser 0.2.3 removes ability for admin to edit content pages???
- Replies: 1
- Views: 779
FormBrowser 0.2.3 removes ability for admin to edit content pages???
PHP 5 / Linux / Apache / MySQL 5 CMSMS Version: 1.5.2 Installed Modules: Album 0.9.3 Calendar 1.0 Captcha 0.3.2 CGExtensions 1.15 CGGoogleMaps 1.1 CMSMailer 1.73.14 CompanyDirectory 1.1.6 FileManager 0.4.3 *FormBrowser 0.2.3 FormBuilder 0.5.11 MenuManager 1.5.3 ModuleManager 1.2.1 News 2.9.2 nuSOAP ...
- Tue Feb 17, 2009 5:39 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] Morelink not working in Questions module
- Replies: 10
- Views: 3185
Re: [Solved] Morelink not working in Questions module
You got it! Line 211 puts it between these two:
Code: Select all
$this->SetParameterType('quid',CLEAN_INT);
$this->SetParameterType('qid',CLEAN_INT); /* Fix for MoreLink */
$this->SetParameterType('no_answer_required',CLEAN_STRING);
- Sat Feb 14, 2009 3:06 am
- Forum: CMSMS Core
- Topic: [SOLVED] Menu question - prety URL's and parent link
- Replies: 1
- Views: 767
Re: Menu question - prety URL's and parent link
OK, got it. This little snipplet of php puts the dir's from the global variable request_uri into an array, as the location pages only go one level deep, and are all called from a top level page all I need is [1] from the array, the php snipplet looks like this: {php} $dir_structure = explode("/...
- Fri Feb 13, 2009 8:57 pm
- Forum: CMSMS Core
- Topic: [SOLVED] Menu question - prety URL's and parent link
- Replies: 1
- Views: 767
[SOLVED] Menu question - prety URL's and parent link
Ahoy! CMSMS 1.5.2, Menu Manager 1.5.3 I'm struggling with getting this to work and was hoping for some help... I am setting up mini "location sites" under a main parent site and am working on a menu for the location sites that I would like to remain dynamic for each location, I want the fi...