Hide registered info to Visitors

For support and discussion related to templates, themes, and imagesets in phpBB 3.1.
Anti-Spam Guide
OdedK
Registered User
Posts: 65
Joined: Mon Nov 28, 2016 12:25 am

Hide registered info to Visitors

Post by OdedK »

Hello again, I would like to ask some help for what I am trying to do. Basically I would like to hide from visitors all information about "Registered users, users online, newest member, etc. I want this info to be shown only by people that have registered to the forum.

I have found this post about the exact same issue:

viewtopic.php?f=466&t=2277861

but apparently it was made for prosilver style, and I have absolution. When I opened index_body.html to edit I found that the code is not the same, and because I don't have experience coding, I would like to ask for a modification on the code for absolution style

Thank you very much!!
You do not have the required permissions to view the files attached to this post.
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26888
Joined: Fri Aug 29, 2008 9:49 am

Re: Hide registered info to Visitors

Post by Mick »

I've moved this to styles support but, please note, styles are supported by their author in the Discussion/Support area for the style, here in your case.
  • "The more connected we get the more alone we become” - Kyle Broflovski© 🇬🇧
User avatar
Lumpy Burgertushie
Registered User
Posts: 69228
Joined: Mon May 02, 2005 3:11 am

Re: Hide registered info to Visitors

Post by Lumpy Burgertushie »

find:
<!-- IF S_DISPLAY_ONLINE_LIST -->
before it, add:
<!-- IF S_USER_LOGGED_IN -->
find:
<!-- IF S_DISPLAY_BIRTHDAY_LIST and .birthdays -->
before it, add:
<!-- ENDIF -->

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
OdedK
Registered User
Posts: 65
Joined: Mon Nov 28, 2016 12:25 am

Re: Hide registered info to Visitors

Post by OdedK »

it worked, thank you!!!
OdedK
Registered User
Posts: 65
Joined: Mon Nov 28, 2016 12:25 am

Re: Hide registered info to Visitors

Post by OdedK »

Hi lympi, happy new year..!!

I am moving forward with the new forum and this time will be using prosilver style, would you please tell me what changes I should for the same situation but for this style? I have looked into index.body.html and the code you entered before is not available for this style...

thank you
cheers!
User avatar
Lumpy Burgertushie
Registered User
Posts: 69228
Joined: Mon May 02, 2005 3:11 am

Re: Hide registered info to Visitors

Post by Lumpy Burgertushie »

find:
<!-- IF S_DISPLAY_ONLINE_LIST -->
before it, add:
<!-- IF S_USER_LOGGED_IN -->
find:
<!-- IF S_DISPLAY_BIRTHDAY_LIST -->
before it, add:
<!-- ENDIF -->

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.

Return to “[3.1.x] Styles Support & Discussion”