Search found 3 matches

by kbh
Wed Apr 28, 2010 11:10 am
Forum: [locked] Installation, Setup and Upgrade
Topic: Login
Replies: 9
Views: 3869

Re: Login

The Front End Users-module is your friend.. :-)
http://wiki.cmsmadesimple.org/index.php ... _End_Users

/Kristoffer
by kbh
Wed Apr 28, 2010 11:08 am
Forum: CMSMS Core
Topic: Check if CMSMS user (not FrontEndUser) is logged in
Replies: 5
Views: 3388

Re: Check if CMSMS user (not FrontEndUser) is logged in

You can create a User Defined Tag (UDT) that checks if a session exists for the current user, like this: 1) Create a UDT named "user_logged_in": // Returns an Integer (1-99999) if user is logged in. if (isset($_SESSION["cms_admin_user_id"])) { echo $_SESSION["cms_admin_user_...
by kbh
Mon Apr 26, 2010 4:08 pm
Forum: CMSMS Core
Topic: how to use {get_template_vars}
Replies: 3
Views: 1595

Re: how to use {get_template_vars}

You need to modify your RewriteRule in .htaccess to let the "QUERY_STRING"-part be parsed by Apache.
http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html

Go to advanced search