The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
last actvity on postbit
I trying to add this code in postbit
Code:
default code: <vb:if condition="$prepared['lastactivitydate']"> <dl class="blockrow stats"> <dt>{vb:rawphrase last_activity}</dt> <dd> {vb:raw prepared.lastactivitydate}<vb:if condition="!$show['detailedtime']"> <span class="time">{vb:raw prepared.lastactivitytime}</span></vb:if></dd> Code:
<dt>{vb:rawphrase last_activity}</dt> <dd> {vb:raw prepared.lastactivitydate}</dd> i can see the phrase but not the last activity time..need guidance t.i.a |
#2
|
||||
|
||||
Try
Code:
{vb:raw post.lastactivitydate} |
#3
|
||||
|
||||
thanks ozzy.. i though that too, still no go. |
#4
|
||||
|
||||
IIRC that variable might not be available, so you need this mod, https://vborg.vbsupport.ru/showthread.php?t=238621
|
Благодарность от: | ||
CAG CheechDogg |
#5
|
||||
|
||||
Quote:
--------------- Added [DATE]1411448562[/DATE] at [TIME]1411448562[/TIME] --------------- Quote:
Code:
<dt>{vb:rawphrase last_activity}</dt> <dd>{vb:raw post.lastactivity_date} - {vb:raw post.lastactivity_time}</dd> |
Благодарность от: | ||
CAG CheechDogg |
#6
|
||||
|
||||
Glad to hear it was what you were looking for.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|