View Full Version : Hide Last Post column
Hi,
Is there any way how can i hide last post column from main page for one individual directory?
Thanks!
https://vborg.vbsupport.ru/external/2016/11/8.jpg
noypiscripter
11-09-2016, 11:35 PM
You can hide it via custom css in css_additional template or via Sitebuilder > Style > CSS Editor.
#forumXXX .lastpost,
#forumXXX .rx-lastpost-info { display: none; }
Where XXX is the forum channel nodeid. You can find it in the Channel Manager in AdminCP.
Terryf
11-01-2018, 06:07 AM
Hi
I tried this but couldn't get it to work.
Used css editor via sitebuilder.
#forum1 .lastpost,
#forum1 .rx-lastpost-info { display: none; }
Did I add the nodeID incorrectly or has something changed that this doesnt work anymore?
Thanks
Terry
noypiscripter
11-04-2018, 09:06 PM
Are you sure the node id is 1? Node 1 is usually the root forum channel.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.