The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#7
|
|||
|
|||
![]() Quote:
--------------- Added 6 April 2008 at 7:17pm --------------- Like it does here? I've found the code in the mod thread to make it say xx minutes and xx seconds, but I really like how it says it here. Also - how does it automatically update here? On my forum I need to hit refresh to get the posts to merge... --------------- Added [DATE]1207531870[/DATE] at [TIME]1207531870[/TIME] --------------- This is the code for the xx minutes and xx seconds... Code:
$doublepost['message'] = $doublepost['pagetext'] . "\n\n[SIZE=\"1\"][COLOR=\"Silver\"]" . $vbulletin->userinfo['username'] . ' added ' . intval((TIMENOW - $doublepost['dateline'])/60) . ' Minutes and ' . ((TIMENOW - $doublepost['dateline']) % 60). ' Seconds later...' . $vbulletin->options['xen_dp_spacer'] . "[/color][/size]\n\n" . $post['message']; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|