Thank you I will investigate what forking is.
If I were to have just one restricted news category that displayed only on the restricted page, how would I make sure that the public news page did not show the restricted news category?
thanks
Search found 7 matches
- Mon Apr 02, 2012 5:51 pm
- Forum: Modules/Add-Ons
- Topic: Restricted Content and News
- Replies: 6
- Views: 2821
- Sat Mar 31, 2012 9:59 am
- Forum: Modules/Add-Ons
- Topic: Restricted Content and News
- Replies: 6
- Views: 2821
Re: Restricted Content and News
Thank you for the responses. to clarify... there is a news page on the site which deals with general public news. I wish to also have a restricted page that contains restricted news items. These news items will not be just one category - I wish for the site editors to set up as many restricted categ...
- Thu Mar 29, 2012 6:30 pm
- Forum: Modules/Add-Ons
- Topic: Restricted Content and News
- Replies: 6
- Views: 2821
Restricted Content and News
Hi all, cms/php details below. I am making a restricted content area for a band website. The content in this area will be viewed by band members. I have got frontend users working fine with a login page. I have read up on custom content including calguy's pdf 'Hiding private content' and I am ok wit...
- Sun Feb 13, 2011 7:57 pm
- Forum: The Lounge
- Topic: echo $_SERVER['PHP_SELF'];
- Replies: 4
- Views: 3668
Re: echo $_SERVER['PHP_SELF'];
The error was that the captcha was incorrectly entered - although it was not. The form data was sent successfully despite this error. To the user, it appeared that their information was not submitted resulting in multiple submission attempts. My newer form is a nice jquery implementation, however as...
- Sun Feb 13, 2011 1:19 pm
- Forum: The Lounge
- Topic: echo $_SERVER['PHP_SELF'];
- Replies: 4
- Views: 3668
Re: echo $_SERVER['PHP_SELF'];
Hello, thank you for the response. I have tried the form builder however I was getting an error with the captcha - on submission the captcha came back as being incorrectly entered (although it was entered correctly.) The form data was also submitted successfully even though the captcha returned the ...
- Sat Feb 12, 2011 9:34 pm
- Forum: The Lounge
- Topic: echo $_SERVER['PHP_SELF'];
- Replies: 4
- Views: 3668
echo $_SERVER['PHP_SELF'];
Hi all, CMS Made Simple 1.7 "Cape Verde" Apache version 2.2.17 PHP version 5.2.15 I have a contact form on a page that is validating and sending an email ok. However on clicking submit the user is directed to the site route instead of to the contact page with the successful submission html...
- Tue Feb 08, 2011 9:49 pm
- Forum: The Lounge
- Topic: php tag issue? form not submitting successfully
- Replies: 0
- Views: 1207
php tag issue? form not submitting successfully
Hi all, CMS Made Simple 1.7 "Cape Verde" Apache version 2.2.17 PHP version 5.2.15 I have a strange issue with an email signup form on contourtraining.com. I believe I have embedded the php properly on the page using {php} {/php} and changing the config file ... $config['use_smarty_php_tags...