How would I go about doing this? I want to remove the styling. Some of my user groups have large fonts and it's a bit over the top in the latest threads side box.
Using my own genius, from ftp > asb > modules > latest_threads.php I tried turning this:
Into this
But that screwed up the entire forum.
Using my own genius, from ftp > asb > modules > latest_threads.php I tried turning this:
$last_poster_name = format_name($thread['lastposter'], $thread['usergroup'], $thread['displaygroup']);
Into this
$last_poster_name = format_name($thread['lastposter']);
But that screwed up the entire forum.