Quote:
Originally Posted by |oR|Greg
Anyway to make the usernames links to the users profiles? I tried, but no dice.
|
OK,
this works on my 3.5.4
Go to the Plugin Editor, find the online_users plugin (under parse_templates)
FIND
Code:
$Data .= $glue.$User['username'];
REPLACE WITH
Code:
$Data .= $glue."<a href='/member.php?u=".$User['userid']."'>".$User['username']."</a>";
Hopefully it also works on 3.6