Jump to content

Change forums so sub forums link does not show


crazzzydave

Recommended Posts

Posted

Is there a way to make it so the subforums links don't show on the main forum index page?  Some of my forums have a lot of subs in them and it's making it look untidy design wise so i'd like to hide the links so you only see the subs when you go into the selected forum.

Posted

Ahh, I don't think this can be done by css with grid view (I may be wrong), instead you need to remove the code from lines 75 to 91 I've highlight in

forums > front > index > forumGridItem

56d6a58ee8f80_ScreenShot2016-03-02at08.3

Posted

Could try adding following to custom.css

.cForumRow .ipsGrid h4,
.cForumRow .ipsGrid .ipsList_inline {
  display: none;
}

Not sure if will affect other areas so you would have to try and see

Posted

Hmm, unfortunately although it removes the subforum links, it makes the grid display show in single blocks right down the page?

Thanks Steve! Will go try that and see if it works.

 

Posted

Perfect! That's worked Steve, and doesn't seem to be any issues. Big thanks for that, forum looks a lot tidier now! Just upgraded to IPS 4 yesterday from 3 so still finding my way around it. ;-)

Posted
15 minutes ago, crazzzydave said:

Perfect! That's worked Steve, and doesn't seem to be any issues. Big thanks for that, forum looks a lot tidier now! Just upgraded to IPS 4 yesterday from 3 so still finding my way around it. ;-)

Glad to help

Posted
On 02.03.2016 at 3:56 PM, daveoh said:

There is no setting so in your theme custom.css you need to add....

.ipsDataItem_subList {display:none;}

hehe, yeah, for the forums without grid_view this code works perfect, thanks, Dave!

  • 1 year later...
Posted

 

 

On 3/2/2016 at 0:56 AM, daveoh said:

There is no setting so in your theme custom.css you need to add....

.ipsDataItem_subList {display:none;}

Thanks! This worked well for us as well! 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...