Log in

View Full Version : How to remove date and time from forumhome


joeychgo
01-18-2015, 11:24 PM
How can I remove the Date & Time of the last post in each sub forum on forum home?

darnoldy
01-18-2015, 11:38 PM
Joey-

You need to edit the lastpostinfo template. The code you're looking for is:
$lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>

joeychgo
01-18-2015, 11:44 PM
wont that remove it everywhere?

ozzy47
01-18-2015, 11:47 PM
Perhaps this, https://vborg.vbsupport.ru/showthread.php?t=149971

joeychgo
01-18-2015, 11:49 PM
That might work. I'll try that. Thanks Oz

ozzy47
01-18-2015, 11:55 PM
Not a problem. :)

darnoldy
01-19-2015, 01:21 AM
wont that remove it everywhere?Wrap the line in a conditional, like:
<if condition="THIS_SCRIPT != 'index'"></if>