Author Topic: Access levels  (Read 279 times)

utah

  • Active Member
  • **
  • Posts: 38
  • Karma: +1/-0
Access levels
« on: August 09, 2011, 02:57:00 PM »
I have set access levels so that non-members can not read blogs or look at photos, however non-members can still access the blogs and photo tabs, so that they will still see the small photo thumbnails and read the beginning of the blogs.

I would like that non-members had no access at all to view the contents in the blog and photo tabs.
Just the same way as when they click on the who's online tab or the search tab.


Utah :)

maverick

  • Active Member
  • **
  • Posts: 1382
  • Karma: +93/-1
    • Etano Templates
Re: Access levels
« Reply #1 on: August 09, 2011, 04:15:41 PM »
open blogs.php in your main root directory and change the following ...

check_login_member('all');

to ...

check_login_member('auth');

*Do the same with photos.php, or any other files you want to be for members only.
« Last Edit: August 09, 2011, 06:28:27 PM by maverick »
Etano Templates and Mods

http://www.maverickwebworks.com

utah

  • Active Member
  • **
  • Posts: 38
  • Karma: +1/-0
Re: Access levels
« Reply #2 on: August 10, 2011, 03:40:52 AM »
Great! Thanks :)


Utah