On my Active Users module at
my site whenever you click on a username it goes to
http://budgieboards.com/member.php?u=x but it should go to
http://budgieboards.com/community/member.php?u=x . I looked in the adv_portal_onlineusers template and I think where it shows the online users is at:
PHP Code:
<tr>
<td class="alt1"><span class="smallfont">$activeusers</span></td>
</tr>
How do I edit that so the links are correct (if that's even what I'm supposed to edit)? All the other links on the page are correct. Thanks.