IT WORKS!! YIPEE!
BUT.. can i add it in a plugin I currently have the code like this in ./includes/functions_forumdisplay.php
You must first be a
registered member to view any code.
and which location should i use?
ps. i was being an idiot i was changing the file in ways which should of made it work and it wasn't... then when i was abou to give up i realized something. i uploaded it to the root not the includes folder... DUH!
btw i edited your code you missed out a fatal bit :p in here:
$thread['startdate'] = vbdate($vbulletin->options['dateformat'], $thread['dateline'], true);
guess which bit

:
$thread['startdate'] = vbdate($vbulletin->options['dateformat'], $thread['dateline']
, true);
doesn't work otherwise
