Search found 36 matches
- Sat Jan 28, 2012 9:07 pm
- Forum: Modules/Add-Ons
- Topic: Add Page Class script
- Replies: 2
- Views: 988
Re: Add Page Class script
Great, thanks for the help!
- Fri Jan 27, 2012 11:30 pm
- Forum: Modules/Add-Ons
- Topic: Add Page Class script
- Replies: 2
- Views: 988
Add Page Class script
I had been using the following script to generate some page classes on the Body of each page: global $gCms; $classes = array(); $manager =& $gCms->GetHierarchyManager(); $thisPage = $gCms->variables['content_id']; $currentNode = &$manager->sureGetNodeById($thisPage); while( isset($currentNod...
- Tue May 11, 2010 9:26 pm
- Forum: CMSMS Core
- Topic: [Solved] 404 on existing page edit/submit
- Replies: 9
- Views: 3207
Re: 404 on existing page edit/submit
Thank you very much, mod_security was the issue. I asked the host to check, and they white-listed the rule that CMSms was triggering.
- Tue May 11, 2010 6:14 pm
- Forum: CMSMS Core
- Topic: [Solved] 404 on existing page edit/submit
- Replies: 9
- Views: 3207
Re: 404 on existing page edit/submit
I just started experiencing this too. I'm not seeing any red X in the system info, but I do know that another CMSms site running on the same server is working fine, so I'm trying to figure out what happened. Trying to save any edits give me a 404 error.
- Fri Dec 04, 2009 3:33 pm
- Forum: Tips and Tricks
- Topic: Quickly password protect a page
- Replies: 6
- Views: 8176
Quickly password protect a page
I needed to password protect a "page" in CMSms, and this was a simple method for me. - Download a password-protect script from this site http://www.zubrag.com/scripts/password-protect-advanced.php - Load the password protect file to a place on your hosting server - Follow their instruction...
- Mon Nov 23, 2009 7:49 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Force Secure Login, Hosted on Network Solutions
- Replies: 0
- Views: 1063
Force Secure Login, Hosted on Network Solutions
I am trying to set this up, so my client (hosted on Network Solutions) is forced to login securely when accessing the admin folder. I tried the .htaccess example provided on the CMSms site, (along with some others) but can't get them working. I seem to get into some loop, or if I don't include a &q...
- Wed Jul 01, 2009 10:45 pm
- Forum: CMSMS Core
- Topic: [solved] How to embed an iframe?
- Replies: 5
- Views: 2550
Re: [solved] How to embed an iframe?
Thanks, this post was helpful.
- Mon Mar 02, 2009 3:15 pm
- Forum: CMSMS Core
- Topic: ImageGallery - No thumbnails-got thumbs-more thumbs problems
- Replies: 2
- Views: 1444
Re: ImageGallery - No thumbnails-got thumbs-more thumbs problems
Thanks for the post, that answered the question of why I wasn't getting thumbs after posting the images via FTP. I see that your question is still open, however, so I'll ask it again. I want to use the Image Gallery but how to force it to generate thumbnail images if I load the images via FTP instea...
- Mon Jan 26, 2009 8:38 pm
- Forum: Modules/Add-Ons
- Topic: auto determine start_element, menu manager
- Replies: 2
- Views: 1485
Re: auto determine start_element, menu manager
Wow, I was thinking this was tricky. That's so easy, thank you very much.
- Mon Jan 26, 2009 7:10 pm
- Forum: Modules/Add-Ons
- Topic: auto determine start_element, menu manager
- Replies: 2
- Views: 1485
auto determine start_element, menu manager
I have a menu template that will show me all the children of a particular section in my site: e.g. {menu template='subnav sections' start_element='4.1' show_root_siblings="1" } I use this to show secondary links on the side of the page. Right now, I have to paste this code on every page i...
- Wed Jan 14, 2009 8:08 pm
- Forum: CMSMS Core
- Topic: Could changing php.ini cause CMSms to log out all the time?
- Replies: 17
- Views: 6210
Re: Could changing php.ini cause CMSms to log out all the time?
Look under System Information, the Site Admin dropdown, and see what value there is for Session Save Path. If that path is incorrect or not working, you can to set it yourself using a php.ini file. For most of my sites , I didn't have to set it, but for one site hosted through Network Solutions, I d...
- Wed Dec 31, 2008 5:28 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] News module error
- Replies: 5
- Views: 1879
Re: News module error
It seems to me there's a bug at work here. I had to move my database to another server, so I had news entries 1-7. If I install or reinstall the News module, it starts at "0" and even though the New table in my database has 7 entries, the next entry I make within the News admin will assign...
- Mon Dec 08, 2008 9:37 pm
- Forum: CMSMS Core
- Topic: Hostgator shared SSL with admin directory - how?
- Replies: 3
- Views: 5433
Re: Hostgator shared SSL with admin directory - how?
Me too, I'm trying right now to figure this out with a shared SSL. I can cut and paste the sample code given in to my admin folder: # force all access to /admin to SSL protected page RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} But I think th...
- Mon Dec 08, 2008 9:04 pm
- Forum: Announcements
- Topic: CMS Made Simple 1.5 “Puerto Rico”
- Replies: 21
- Views: 24905
Re: CMS Made Simple 1.5 “Puerto Rico”
Thanks Pierre M. I think I figured out the problem. My session_save_path was not set, and once I corrected that, the log out problem went away. I'm not sure I would have noticed the problem if not for the new security features that require a session ID while logged in to the admin.
- Fri Dec 05, 2008 11:09 pm
- Forum: CMSMS Core
- Topic: Could changing php.ini cause CMSms to log out all the time?
- Replies: 17
- Views: 6210
Re: Could changing php.ini cause CMSms to log out all the time?
Thanks, I really hate being the only one.