I have searched around the site and Forum, so pardon my question.
Is there a way to password protect an area or pages?
Thanks
http://www.ssmarts.org
Search found 11 matches
- Wed Dec 01, 2010 10:42 pm
- Forum: CMSMS Core
- Topic: Plugin for password protected area?
- Replies: 1
- Views: 1209
- Sun Sep 27, 2009 12:15 am
- Forum: Modules/Add-Ons
- Topic: Events Calandar
- Replies: 4
- Views: 1876
WYSIWYG - Events Calandar

Thanks Nullig!
- Sat Sep 26, 2009 10:37 am
- Forum: Modules/Add-Ons
- Topic: Events Calandar
- Replies: 4
- Views: 1876
Re: Events Calandar
Thanks Nullig, This code I can understand and was very helpful! I modified it slightly so each event doesn't have to be entered individually but rather I grouped by date. However I do have a question about entering the Event Description - Why is it that the text editor is not visible when entering t...
- Fri Sep 25, 2009 12:12 pm
- Forum: Modules/Add-Ons
- Topic: Events Calandar
- Replies: 4
- Views: 1876
Events Calandar
I have been doing alot of reading on the Forum about calendars and event calendars. I have a test page at http://ssmarts.org/index.php?page=test I have been just playing with the Events Listing. My question is how does one show the time of the event? Does anyone have this on there site which I could...
- Thu Dec 18, 2008 7:37 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Adding page
- Replies: 3
- Views: 1758
Re: Adding page
Thanks Gr. Rolf,
Oh man that was too easy I was thinking that it was harder - thanks so much!

PP
Oh man that was too easy I was thinking that it was harder - thanks so much!

PP
- Thu Dec 18, 2008 7:16 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Adding page
- Replies: 3
- Views: 1758
Adding page
My apologies for starting a topic for this question, but I searched wiki and forum. This sounds dumb but how do you create a page that doesn't show up in the menu? Basically I want to make a content page but not have it in the menu. I have been playing around in the Admin. Just can't figure this out...
- Thu Dec 18, 2008 5:12 pm
- Forum: Developers Discussion
- Topic: Can I do a PHP include for front end?
- Replies: 6
- Views: 5175
Re: Can I do a PHP include for front end?
Thank Pierre!
I now have Singapore gallery in the CMS, http://cms2.webentia.net/index.php?page=sgal&gallery=TEST
I now have Singapore gallery in the CMS, http://cms2.webentia.net/index.php?page=sgal&gallery=TEST
- Wed Dec 17, 2008 7:15 pm
- Forum: Developers Discussion
- Topic: Can I do a PHP include for front end?
- Replies: 6
- Views: 5175
Re: Can I do a PHP include for front end?
Thanks Coldman, Just checked out the link you sent. What I did was do my include in my UDT: include("folder/file1.php"); include("folder/file2.php"); I named it "sgal" and added {sgal} to the page. Now I feel I am getting closer... now I just have some issues with the g...
- Wed Dec 17, 2008 5:26 pm
- Forum: Developers Discussion
- Topic: Can I do a PHP include for front end?
- Replies: 6
- Views: 5175
Re: Can I do a PHP include for front end?
Thanks duclet,
Let me get this straight in my head, I would make a new page the do a:
Configurations? - I searched the support about this.
Can you elaborate?
Thanks!!!!
Let me get this straight in my head, I would make a new page the do a:
Code: Select all
{php}<? include("script_name.php");?>{/php}
Can you elaborate?
Thanks!!!!
- Wed Dec 17, 2008 5:13 pm
- Forum: CMSMS Core
- Topic: Why it doesn't display simple php?
- Replies: 3
- Views: 1523
Re: Why it doesn't display simple php?
Sorry I just put up a post, then I read this. Could I get more detailed information about this? You don't place php in the template... you can but you need to trun on {php} ... UDTs are where you put php in... And the help and handbook is were you find all this other... Hope that helps... This is my...
- Wed Dec 17, 2008 5:08 pm
- Forum: Developers Discussion
- Topic: Can I do a PHP include for front end?
- Replies: 6
- Views: 5175
Can I do a PHP include for front end?
Hello to the great devs at CMS Made Simple, I am testing the script to be used by our local Arts Council and so far it has met our needs. However I would like to ask the dev people if it is possible to do a PHP include to include a photo gallery PHP script. The gallery that comes with CMSMS is great...