Page Access by Membership Type

3 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: May 31, 2016   (RSS)

By Damon - May 27, 2016

Hi Rodny,

Try this code:

<?php require_once "../cm/lib/viewer_functions.php"; 
if (!$CURRENT_USER) { websiteLogin_redirectToLogin(); }
if ($CURRENT_USER['type'] != "accounting") {redirectBrowserToURL('/index.htm'); }
?>

That should do it. Let me know if you need anything else.

Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

By RGC - May 31, 2016

Perfect .... That did the trick! Thanks

Rod