How can I hide everything but the login options from guests?
5 posters
Page 1 of 1
How can I hide everything but the login options from guests?
Sorry guys, I am brand new to using phpBB and I having trouble trying to do something that I am sure is very simple.
I would like to hide everything from guests with the exception of the login fields. I was able to hide the forums with no problem but I would like to hide the other information that is currently on the login page. Things like (Who is Online, Statistics, etc.).
I found this thread: https://help.forumotion.com/t130021-remove-who-is-online?highlight=WHO+IS+ONLINE
no need for codes
ADMINISTRATION PANEL -> DISPLAY -> HOMEPAGe -> STRUCTURE AND HIEARCHY !! on the bottom of the page you'll see this :
Display viewonline information box on index :
Never On root index only Always
The problem is that I do not see any "Display" option in my admin panel.
Can someone please explain how to do this in phpBB 3.0.12
These are the tab options that I have in my ACP:
Links removed. MAJOR MAJOR SECURITY RISK. Never post links from admin panels. ~ Base
I would like to hide everything from guests with the exception of the login fields. I was able to hide the forums with no problem but I would like to hide the other information that is currently on the login page. Things like (Who is Online, Statistics, etc.).
I found this thread: https://help.forumotion.com/t130021-remove-who-is-online?highlight=WHO+IS+ONLINE
no need for codes

ADMINISTRATION PANEL -> DISPLAY -> HOMEPAGe -> STRUCTURE AND HIEARCHY !! on the bottom of the page you'll see this :
Display viewonline information box on index :
Never On root index only Always
The problem is that I do not see any "Display" option in my admin panel.
Can someone please explain how to do this in phpBB 3.0.12
These are the tab options that I have in my ACP:
Links removed. MAJOR MAJOR SECURITY RISK. Never post links from admin panels. ~ Base
Re: How can I hide everything but the login options from guests?
Hi 
Are you using an English forum? There's a "Display" option as one of the tabs and if my memory serves right, it should be after "Generals" where you modify the general appearance of the forum.
Regards,
Pizza Boi

Are you using an English forum? There's a "Display" option as one of the tabs and if my memory serves right, it should be after "Generals" where you modify the general appearance of the forum.
Regards,
Pizza Boi
Pizza Boi- Hyperactive
-
Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: How can I hide everything but the login options from guests?
I looked through every tab. None of them have a "display" option.
Yes, English, did I post this to the wrong section?
Yes, English, did I post this to the wrong section?
Re: How can I hide everything but the login options from guests?
Hi,John Galt wrote:Sorry guys, I am brand new to using phpBB and I having trouble trying to do something that I am sure is very simple.
I would like to hide everything from guests with the exception of the login fields. I was able to hide the forums with no problem but I would like to hide the other information that is currently on the login page. Things like (Who is Online, Statistics, etc.).
I found this thread: https://help.forumotion.com/t130021-remove-who-is-online?highlight=WHO+IS+ONLINE
no need for codes
ADMINISTRATION PANEL -> DISPLAY -> HOMEPAGe -> STRUCTURE AND HIEARCHY !! on the bottom of the page you'll see this :
Display viewonline information box on index :
Never On root index only Always
The problem is that I do not see any "Display" option in my admin panel.
Can someone please explain how to do this in phpBB 3.0.12
These are the tab options that I have in my ACP:
Links removed ~ Base
You dont have a forumotion forum? I understand that you have a phpbb forum but it isnt hosted in forumotion server.
Best Regards,
Dark-Avenger
Re: How can I hide everything but the login options from guests?
Here is the way to do it:
Hide each and everyone of the menus that is visible to everyone (including the guests) through this script:
Change "faq" to each page name and repeat the script in CSS. When you have no menu left (after using the CSS above), start recreating all the pages and decide on the privileges for each page.
To create new menu icons and tabs, go to Admin panel > Display > Headers and Navigations > Add a customized menu
Hope this helps
Hide each and everyone of the menus that is visible to everyone (including the guests) through this script:
- Code:
a.mainmenu[href="/faq"] {
display: none !important;
}
Change "faq" to each page name and repeat the script in CSS. When you have no menu left (after using the CSS above), start recreating all the pages and decide on the privileges for each page.
To create new menu icons and tabs, go to Admin panel > Display > Headers and Navigations > Add a customized menu
Hope this helps

Re: How can I hide everything but the login options from guests?
Hi 
@Masesm: I do not believe that would help at all seeing as he is attempting to hide things from the GUEST. That code hides everything.
@Original Poster: I'm afraid that the modifications you are trying to acquire cannot be provided seeing as you are hosting on a different hosting site. Sorry
.
Regards,
Pizza Boi

@Masesm: I do not believe that would help at all seeing as he is attempting to hide things from the GUEST. That code hides everything.
@Original Poster: I'm afraid that the modifications you are trying to acquire cannot be provided seeing as you are hosting on a different hosting site. Sorry

Regards,
Pizza Boi
Pizza Boi- Hyperactive
-
Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: How can I hide everything but the login options from guests?
Hello,
Never EVER post direct links from your administration panel, regardless of whether or not it's a Forumotion forum as this is a major security risk.
However, since your forum is not a Forumotion forum, this topic will be locked. You will have to use the phpBB support forum. Thanks.
Never EVER post direct links from your administration panel, regardless of whether or not it's a Forumotion forum as this is a major security risk.
However, since your forum is not a Forumotion forum, this topic will be locked. You will have to use the phpBB support forum. Thanks.


» How can i hide gallery to guests?
» Hide Options To Members When Posting New Topic
» Gallery options. Can you hide member details?
» How do you hide Announcements from guests?
» How Do I hide links from guests
» Hide Options To Members When Posting New Topic
» Gallery options. Can you hide member details?
» How do you hide Announcements from guests?
» How Do I hide links from guests
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum