Jump to content

Removing "Forums" title from index page


Recommended Posts

  • 4 months later...
  • 2 months later...

This has been tried for my site and doesn't work. It's for Dispersion and the custom css is this:

.row1, .post_block.row1 { background-color: #12110f; }

.row2, .post_block.row2 { background-color: #12110f; }

/*.unread {	background-color: #12110f; }

.ipsfocusBox {
    background-color: #12110f;
}

.ipsTable {
    background-color: #12110f;
}

#gradient_pause,
#gradient_play,
#gradient_grey,
#gradient_colour{ display: none; }

body {
    background-image: url("https://dl.dropboxusercontent.com/u/91993917/city.jpg");
    color: #deddd9;
    background-color: #000000;
}

body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader{ display: none; }
Link to comment
Share on other sites

Ah, of course! My partner is totes embarrassed now. :P Thanks!

Link to comment
Share on other sites

  • 4 weeks later...

Hi Ehren,

Im really sorry and i hope its not a silly question, however could you outline how to edit/find the custom.css to add this line into please?

Thank you.

in your admincp >> customizations >> themes >> far right of theme name click the Eddit HTML/CSS button >> CSS tab >> custom.css
Link to comment
Share on other sites

  • 3 months later...
  • 6 months later...
21 minutes ago, Teh_Sheridan said:

Hey there!

 

I have added this to Custom.css, although it has not changed anything.

It still displays:

Screen Shot 2017-01-18 at 6.39.23 PM.png

 

I am currently running the most recent version of IP Board.

Any assistance would be greatly appreciated.

 

thank you, 

Tim

Hi Tim,

You've mis-read this tutorial. This code removes the "Forums" title, which by default is near the top of your forum. A screenshot (from the IPS community) is shown as an example.

Before:

Screen Shot 2017-01-19 at 11.03.01 am.png

After:

Screen Shot 2017-01-19 at 11.03.14 am.png

 

I unfortunately do not have instructions to remove it from the <title> of your site, sorry!

Link to comment
Share on other sites

  • 2 weeks later...
3 hours ago, JMan said:

Fixed the site address. Cheers

You've failed to close your other css correctly.

This:

.cForumRow[data-categoryid="78"] .ipsType_sectionTitle:before{content:url(http://forums.hihbgaming.net/uploads/set_resources_27/conanex.png);

Should be this (notice the closing brace):

.cForumRow[data-categoryid="78"] .ipsType_sectionTitle:before{content:url(http://forums.hihbgaming.net/uploads/set_resources_27/conanex.png); }

 

Link to comment
Share on other sites

  • 1 month later...
On 1/19/2017 at 2:04 AM, Ehren said:

I unfortunately do not have instructions to remove it from the <title> of your site, sorry!

I can help you with this.

I can help you with this.

Go to

ACP -> System -> Search Engine Optimization -> Meta Tags -> Add meta tags 

on field  Page Address write /

and on  Page Title  field put whatever you want as title;

then select  Meta Description  and write a short description about your website.

  • Thanks 1
Link to comment
Share on other sites

  • 5 months later...
9 minutes ago, Courtland said:

Good day Ehren, I would like to remove the Forum title as well from Shift, I followed the instructions above and it also removed the "Start Topic" button as well. I am sure this tip may be out dated, has anything changed for 4.2 Shift? Thanks!

Hello,

Removing the box will remove it's contents too, including the Start Topic button. This tutorial was intended for 4.1, not 4.2 :) If you want to remove just the text, this will work:

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

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...