The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
How can I remove the Date & Time of the last post in each sub forum on forum home?
|
#2
|
|||
|
|||
![]()
Joey-
You need to edit the lastpostinfo template. The code you're looking for is: HTML Code:
$lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if> |
#3
|
||||
|
||||
![]()
wont that remove it everywhere?
|
#4
|
||||
|
||||
![]()
Perhaps this, https://vborg.vbsupport.ru/showthread.php?t=149971
|
#5
|
||||
|
||||
![]()
That might work. I'll try that. Thanks Oz
|
#6
|
||||
|
||||
![]()
Not a problem.
![]() |
#7
|
|||
|
|||
![]()
Wrap the line in a conditional, like:
HTML Code:
<if condition="THIS_SCRIPT != 'index'"></if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|