DarkWarriorXII
09-01-2004, 01:51 PM
On my Active Users module at my site (http://www.budgieboards.com/home.php) 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:
<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.
<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.