Search found 5 matches

by steelexus
Sat Jan 12, 2013 5:24 pm
Forum: CMSMS Core
Topic: Problem with {include} in CMSMS 1.11
Replies: 3
Views: 1753

Re: Problem with {include} in CMSMS 1.11

calguy1000 wrote:I just tested this in CMSMS 1.11.4 and had no difficulties.
I cannot, because many of modules I'am using won't work with 1.11.4

Can you check it in 1.11?
by steelexus
Sat Jan 12, 2013 4:27 pm
Forum: CMSMS Core
Topic: Problem with {include} in CMSMS 1.11
Replies: 3
Views: 1753

Problem with {include} in CMSMS 1.11

Hello! I'm trying to {include} an external .tpl into my template. CMSMS 1.11 When I edit my template, and write anything - I can Update/Save the changes and everything is ok with information ~ ''template succesfully updated" . But when I put {include file='test.tpl'} template and clicked Update...
by steelexus
Fri Aug 12, 2011 8:26 pm
Forum: The Lounge
Topic: "no www" -> "www" Redirect 301 problem
Replies: 2
Views: 1446

Re: "no www" -> "www" Redirect 301 problem

Thank you so much!!! I love you. The order of command was important in this case... Here is my .htaccess now: Options +FollowSymLinks RewriteEngine on RewriteBase / # Link to http://website.com then redirect to http://www.website.com RewriteCond %{HTTP_HOST} ^website\.com [NC] RewriteRule ^(.*)$ htt...
by steelexus
Fri Aug 12, 2011 2:57 pm
Forum: The Lounge
Topic: "no www" -> "www" Redirect 301 problem
Replies: 2
Views: 1446

"no www" -> "www" Redirect 301 problem

Hi. I'am trying to do a "no www" to "www" 301 redirect into CMSMS .htaccess... eg.: http://mysite.com -> http:// www .mysite.com http://mysite.com/contact -> http:// www .mysite.com/contact I was trying to put: rewritecond %{http_host} ^mysite.com [nc] rewriterule ^(.*)$ http://w...
by steelexus
Fri Jun 17, 2011 10:18 pm
Forum: The Lounge
Topic: [SOLVED] Password protected news articles / blog posts
Replies: 0
Views: 1167

[SOLVED] Password protected news articles / blog posts

Hi. I've made a simple modifications for individual news articles / blog posts password protection. So... 1. Lets make a UDT, called "passprotect" // Params: // passprot - password // contentprot - protected content, smarty tag, etc. session_start(); $passprot = $params['passprot']; //read...

Go to advanced search