Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
crazzzydave Posted March 1, 2016 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.
crazzzydave Posted March 2, 2016 Author Posted March 2, 2016 anyone got any info on how to do this or if it can be done?
Day_ Posted March 2, 2016 Posted March 2, 2016 There is no setting so in your theme custom.css you need to add.... .ipsDataItem_subList {display:none;}
crazzzydave Posted March 2, 2016 Author Posted March 2, 2016 Thanks. I added that bit of code, but nothing has changed? The subforums are still ahowing?
Day_ Posted March 2, 2016 Posted March 2, 2016 Should work as I use it myself, are you using a custom theme?
crazzzydave Posted March 2, 2016 Author 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?
Day_ Posted March 2, 2016 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
crazzzydave Posted March 2, 2016 Author Posted March 2, 2016 Excellent! I'll go try that right now. Thanks mate!
steve00 Posted March 2, 2016 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
crazzzydave Posted March 2, 2016 Author 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.
crazzzydave Posted March 2, 2016 Author 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. ;-)
steve00 Posted March 2, 2016 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
alexxis Posted March 4, 2016 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!
NAZMtnMan Posted April 17, 2017 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.