Quote:
Originally Posted by Craigr
Find this in your edited index.php:
Code:
$temp.= "<a href=\"member.php?u=".$val."\">".$row_show_username['username']."</a>";
Replace with:
Code:
$temp.= "<div class=\"smallfont\"><a href=\"member.php?u=".$val."\">".$row_show_username['username']."</a></div>";
Worked fine for me. 
|
Thanks CraigR - worked like a charm!
Now if I could only figure out how to make the "Who's In Chat" show up on every page instead of the just the main forums page I'd be in business!!
quasan ..... is there a way to do this? I tried adding it to the display template but it doesn't show the users/avatars of those in chat. I think this would be a useful mod so you can always tell when someone is in the chatroom. Also useful to update the "Who's IN Chat" since people do not randomly refresh the main forum home page, but moving to a new forum/thread will automatically refresh the "Who's In Chat" if its available on each page. What d'ya think?
Paul