Quote:
Originally posted by EJMack
it would be nice for the names to link to there profile, but also would there be a way to have a scrollbar at the side?
|
Change the $regmemberperson line to:
Code:
$regmemberson .= "<a href=\"http://www.yoursite.com/yourforums/member.php?action=getinfo&username=$regmember[username]\">$regmember[username]</a>";
That will give you links. Can't help you with the scrollbar.