Quote:
Originally Posted by Boofo
Has anyone come up with a good line for adding to the post for this?
|
Quote:
Originally Posted by mariocaz
The same question as Boofo, will be great if somebody have a line like this forum have.
|
To answer both post you can found it 1 page back.
I also wanted to know how to do it and its 2 pages back.
Find this code:
Code:
$doublepost['message'] = $doublepost['pagetext'] . "\n" . $vbulletin->options['xen_dp_spacer'] . "\n" . $post['message'];
Replace it with this
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'];
Thats all