PDA

View Full Version : Active Users Wrong Links


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.

Brian
09-01-2004, 02:06 PM
It looks like that's a result of this bug (http://www.vbadvanced.com/forum/showthread.php?t=1387). If you apply the fix posted in that thread it should fix the problem.