Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook 20 hours ago
crazzzydave Posted March 1, 2016 Share Posted March 1, 2016 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. Link to comment Share on other sites More sharing options...
crazzzydave Posted March 2, 2016 Author Share Posted March 2, 2016 anyone got any info on how to do this or if it can be done? Link to comment Share on other sites More sharing options...
Day_ Posted March 2, 2016 Share Posted March 2, 2016 There is no setting so in your theme custom.css you need to add.... .ipsDataItem_subList {display:none;} Link to comment Share on other sites More sharing options...
crazzzydave Posted March 2, 2016 Author Share Posted March 2, 2016 Thanks. I added that bit of code, but nothing has changed? The subforums are still ahowing? Link to comment Share on other sites More sharing options...
Day_ Posted March 2, 2016 Share Posted March 2, 2016 Should work as I use it myself, are you using a custom theme? Link to comment Share on other sites More sharing options...
crazzzydave Posted March 2, 2016 Author Share Posted March 2, 2016 Yes, a custom theme based on the standard IPS theme. Only the colours have been changed on it. I have it set to grid view, would that make a difference? Link to comment Share on other sites More sharing options...
Day_ Posted March 2, 2016 Share Posted March 2, 2016 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 Link to comment Share on other sites More sharing options...
crazzzydave Posted March 2, 2016 Author Share Posted March 2, 2016 Excellent! I'll go try that right now. Thanks mate! Link to comment Share on other sites More sharing options...
steve00 Posted March 2, 2016 Share Posted March 2, 2016 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 Link to comment Share on other sites More sharing options...
crazzzydave Posted March 2, 2016 Author Share Posted March 2, 2016 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. Link to comment Share on other sites More sharing options...
crazzzydave Posted March 2, 2016 Author Share Posted March 2, 2016 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. ;-) Link to comment Share on other sites More sharing options...
steve00 Posted March 2, 2016 Share Posted March 2, 2016 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 Link to comment Share on other sites More sharing options...
alexxis Posted March 4, 2016 Share Posted March 4, 2016 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! Link to comment Share on other sites More sharing options...
NAZMtnMan Posted April 17, 2017 Share Posted April 17, 2017 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! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.