Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Front End User Login Enhanced Plugin (XML only)
#35
Hello, I'm hoping you can help me accomplish something with your plugin (which is great by the way!).

I want to allow three different groups to be able to login and access one page of my website. I would like the page to have three different content areas, one for each group. So if you're logged in under "Group A", you'll only see the content for that group - if you're logged in under "Group B", you'll only see the content for that group, etc...

Can you tell me if this is possible and how to edit the code below to make it work? Thanks!

PHP Code:
<?php if(!empty($_SESSION['LoggedIn']))    { ?>
Group A Content
<?php ?>

<?php if(!empty($_SESSION['LoggedIn']))    { ?>
Group B Content
<?php ?>

<?php if(!empty($_SESSION['LoggedIn']))    { ?>
Group C Content
<?php ?>
Reply


Messages In This Thread
RE: Front End User Login Enhanced Plugin (XML only) - by bensayers - 2015-02-19, 13:48:38



Users browsing this thread: 1 Guest(s)