Jump to content
WebFlake

How to remove "Forums" of board index


Luca Munich

Recommended Posts

  • 1 month later...
On 12/6/2015 at 4:30 PM, Valerie said:
  1. Go to ACP
  2. Go to your theme
  3. Click on "Edit HTML and CSS"
  4. Search for "custom.css"
  5. Aplicate this code and save:
  6. 
    body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader{ display: none; }

This is actually 

body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsType_pageTitle{ display: none }

so it leaves the div class intact with ipsClearfix and ipsSpacer_bottom, this leaves a space between widgets above the "Forums". ;)

  • Like 2
Link to comment
Share on other sites

  • 11 months later...
  • 5 months later...
  • 1 month later...
  • 7 months later...

Just want to add a little info here witch i think might be a little better

when removing the forums from the header

to do this you will need to find the index section of your theme and look for this

<h1 class='ipsType_pageTitle'>
		{lang="forums"}
	</h1>

and remove it

 

this would only hide the forums

body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsType_pageTitle{ display: none }

as i sed above it would completely remove the h1 from your header

when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha.

Link to comment
Share on other sites

10 hours ago, mr-pimpen said:

Just want to add a little info here witch i think might be a little better

when removing the forums from the header

to do this you will need to find the index section of your theme and look for this


<h1 class='ipsType_pageTitle'>
		{lang="forums"}
	</h1>

and remove it

 

this would only hide the forums


body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsType_pageTitle{ display: none }

as i sed above it would completely remove the h1 from your header

Instead of editing any html, you can remove all page headers using part of the code that was already included by another member:

.ipsType_pageTitle{ 
  display: none; 
}

 

Edited by Testmyluck
  • Support Team - September 9th, 2017 - June 8, 2018
  • Junior Moderator - December 14th 2018 - November 16th, 2019
  • Designer - November 16th, 2019 - June 5th, 2020
  • Moderator - June 5th, 2020 - August 28th, 2020
Link to comment
Share on other sites

20 hours ago, Testmyluck said:

Instead of editing any html, you can remove all page headers using part of the code that was already included by another member:


.ipsType_pageTitle{ 
  display: none; 
}

 

that only hide it will still be there as h1 forums thats why i have add my info to removing it the best way so you would not have the h1 in  the header

when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha.

Link to comment
Share on other sites

  • 1 month later...

 

On 30/1/2016 at 2:05 AM, Mr.Wright said:

This is actually 


body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsType_pageTitle{ display: none }

so it leaves the div class intact with ipsClearfix and ipsSpacer_bottom, this leaves a space between widgets above the "Forums". ;)

Thanks!

Link to comment
Share on other sites

On 4/3/2018 at 12:59 AM, mr-pimpen said:

that only hide it will still be there as h1 forums thats why i have add my info to removing it the best way so you would not have the h1 in  the header

You're right. I was only grabbing the actual title, not the page header as a whole.

  • Support Team - September 9th, 2017 - June 8, 2018
  • Junior Moderator - December 14th 2018 - November 16th, 2019
  • Designer - November 16th, 2019 - June 5th, 2020
  • Moderator - June 5th, 2020 - August 28th, 2020
Link to comment
Share on other sites

  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...