In "forumdisplaybit" template :
PHP Code:
$thread[firstpostdate] $thread[firstposttime]
Replace with:
PHP Code:
$thread[firstpostdate] <font color="{ timecolor }">$thread[firstposttime]</font>
Note: Take the spaces out from around "timecolor"
Then I just got vBulletin a week or so ago.. So I am not sure why those links look different.. but you can remove the line by editing
forumdisplay.php
Around line 598 or so:
Find:
PHP Code:
$thread['postedby'] = "<a href=\"member.php?action=getinfo&userid=$thread[postuserid]\">$thread[postusername]</a>";
Replace with:
PHP Code:
$thread['postedby'] = "<a href=\"member.php?action=getinfo&userid=$thread[postuserid]\" style=\"text-decoration: none\">$thread[postusername]</a>";
...
If someone knows the proper "vBulletin" way to remove the line.. please post so..