If you want to separate with a space, just add a space after </a> in forumhome_modsloggedin
If you want to separate with a comma, add the comma, and then, right before
PHP Code:
eval("\$modlogin .= \"".gettemplate('forumhome_modlogin')."\";");
, add
PHP Code:
$modlogin=substr($modlogin,0,-1);
and it should work
[QUOTE]
Originally posted by Alien
This works perfectly for me, however it doesn't seperate the moderators by a space or comma.. Anyway to set it up to display "User 1, User 2, User 3" (of course, with no comma after the last moderator?)
That would make this complete. 