Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
TheSkyLounge.tv Posted January 17, 2017 Posted January 17, 2017 Hi everyone, another noob question as I learn more about the system. I'm looking at removing a few pieces of data from the forum list view, see image below... • Remove extra tags • Remove number of replies • Remove latest interaction member data • Move tag above title for cleaner look. I'd appreciate any and all help getting this sorted, it would result in a much cleaner interface for our use. URL for live view is: http://www.theskylounge.tv/forum/70-main-forum/
MADMAN32395 Posted January 18, 2017 Posted January 18, 2017 maybe @TAMAN knows what elements to comment out or remove to achieve what you're looking for?
TAMAN Posted January 18, 2017 Posted January 18, 2017 1 minute ago, MADMAN32395 said: maybe @TAMAN knows what elements to comment out or remove to achieve what you're looking for? why me its not my theme haha but the used colors are exactly of magnum theme --- 39 minutes ago, TheSkyLounge.tv said: Remove extra tags • Remove number of replies • Remove latest interaction member data • Move tag above title for cleaner look. do you want to remove tags or move it above title? anyways you can just hide it without editing templates add this to custom.css. this will hide the last poster info and replies. .cForumTopicTable>li>.ipsDataItem_stats>li:first-child,.cForumTopicTable>li>.ipsDataItem_lastPoster{display:none}
TheSkyLounge.tv Posted January 18, 2017 Author Posted January 18, 2017 @Tazman Thank you for your help, as for moving the tags...Is the "prefix/tag" the same data as the general "tags" ? Because ideally I'd love to keep the first tag only since we use it as the "category". then hide other tags.
TAMAN Posted January 18, 2017 Posted January 18, 2017 7 minutes ago, TheSkyLounge.tv said: @Tazman Thank you for your help, as for moving the tags...Is the "prefix/tag" the same data as the general "tags" ? Because ideally I'd love to keep the first tag only since we use it as the "category". then hide other tags. remove the other css i posted and use this instead. .cForumTopicTable>li>.ipsDataItem_stats>li:first-child,.cForumTopicTable>li>.ipsDataItem_lastPoster,.cForumTopicTable>li>.ipsDataItem_main>.ipsDataItem_meta>.ipsTags {display:none} this will hide tags but not the prefix
MADMAN32395 Posted January 18, 2017 Posted January 18, 2017 31 minutes ago, TAMAN said: why me its not my theme haha but the used colors are exactly of magnum theme because I enjoy poking you >:D
TAMAN Posted January 18, 2017 Posted January 18, 2017 6 minutes ago, MADMAN32395 said: because I enjoy poking you >:D ...Me too
TheSkyLounge.tv Posted January 18, 2017 Author Posted January 18, 2017 1 minute ago, TAMAN said: LOLOL this reply LOLOLOL
TheSkyLounge.tv Posted January 18, 2017 Author Posted January 18, 2017 Sorry for the stupid question @TAMAN but on this platform I've not messed around with CSS, where exactly do I place it? https://imgur.com/a/6JuNM
TheSkyLounge.tv Posted January 18, 2017 Author Posted January 18, 2017 @TAMAN This worked BEAUTIFULLY! Thank you so much for the help, and to @MADMAN32395 for poking you haha. If there is any other way I could thank you, please let me know. I did notice that RSS tags are getting stretched across the entire length of title, if there is a way to limit that, i'm open to suggestions! Note in image below
TAMAN Posted January 18, 2017 Posted January 18, 2017 11 minutes ago, TheSkyLounge.tv said: @TAMAN This worked BEAUTIFULLY! Thank you so much for the help, and to @MADMAN32395 for poking you haha. If there is any other way I could thank you, please let me know. I did notice that RSS tags are getting stretched across the entire length of title, if there is a way to limit that, i'm open to suggestions! Note in image below mmm i think it is by default like this on smaller screens, nothing has to do with the css code i posted anyways where do you see that any page to check
TheSkyLounge.tv Posted January 18, 2017 Author Posted January 18, 2017 No it was like that before your code I'm sure, it looks fantastic but yes that RSS tag stretches cross no matter how wide the screen...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.