How to remove right panel?

Need some custom code changes to the phpBB core simple enough that you feel doesn't require an extension? Then post your request here so that community members can provide some assistance.

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
Post Reply
coolor
Registered User
Posts: 107
Joined: Sun Apr 22, 2007 7:29 am
Location: I'm in the military
Contact:

How to remove right panel?

Post by coolor »

How to remove this panel? Image
phpbb3 user
vb user
RS premium user
W4r3z u53r
GOOGLE user

User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: How to remove right panel?

Post by Lumpy Burgertushie »

you open the relevant html file in your text editor and remove the code.

not much help without some more info is it?

please give us a little more to go on.

a link to your board to start with.
what style are you using?
exactly which part of the page do you want to remove?

exactly what are you trying to accomplish as the end goal.

we can tell you have to remove that little bit of the page but that may not really be what you are trying to achieve in the long run.

details, details, details please.

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.
coolor
Registered User
Posts: 107
Joined: Sun Apr 22, 2007 7:29 am
Location: I'm in the military
Contact:

Re: How to remove right panel?

Post by coolor »

Thanks for your reply.
In my case I want to guests can post but won't see this. Then I need to remove these red lines.
Image
phpbb3 user
vb user
RS premium user
W4r3z u53r
GOOGLE user

User avatar
Toxyy
Registered User
Posts: 942
Joined: Mon Oct 24, 2016 3:22 pm
Location: Namek
Contact:

Re: How to remove right panel?

Post by Toxyy »

Right click and inspect those divs to find the class names of those, then open the corresponding template html file and wrap them in this :

Code: Select all

<!-- IF S_USER_LOGGED_IN --> 
Code to display if user isn't a guest
<!-- ENDIF -->
I am a web developer/administrator, specializing in forums. If you have work you need done or are too lazy to do, pm me!

Some of my extensions:
[3.3][BETA] Post Form Templates || [3.3][BETA] Anonymous Posts || [3.2][3.3][BETA] ACP Merge Child Forums || [3.2][BETA] Sticky Ad || [3.2][DEV] User Delete Topics || [3.3][DEV] Moderate While Searching || [3.3][RC] Short Number Twig Extension
coolor
Registered User
Posts: 107
Joined: Sun Apr 22, 2007 7:29 am
Location: I'm in the military
Contact:

Re: How to remove right panel?

Post by coolor »

Toxyy wrote: Thu Jun 07, 2018 2:04 am Right click and inspect those divs to find the class names of those, then open the corresponding template html file and wrap them in this :

Code: Select all

<!-- IF S_USER_LOGGED_IN --> 
Code to display if user isn't a guest
<!-- ENDIF -->
Yeah. Thanks for give me idea. I solved it.
phpbb3 user
vb user
RS premium user
W4r3z u53r
GOOGLE user

User avatar
Toxyy
Registered User
Posts: 942
Joined: Mon Oct 24, 2016 3:22 pm
Location: Namek
Contact:

Re: How to remove right panel?

Post by Toxyy »

Glad I could help.
I am a web developer/administrator, specializing in forums. If you have work you need done or are too lazy to do, pm me!

Some of my extensions:
[3.3][BETA] Post Form Templates || [3.3][BETA] Anonymous Posts || [3.2][3.3][BETA] ACP Merge Child Forums || [3.2][BETA] Sticky Ad || [3.2][DEV] User Delete Topics || [3.3][DEV] Moderate While Searching || [3.3][RC] Short Number Twig Extension
Post Reply

Return to “phpBB Custom Coding”