TinyPortal

Development => Feedback => Bugs/Errors => Topic started by: Rasyr on March 05, 2010, 01:11:52 PM

Title: [bugtracker] Broken link for Unapproved Members in Userbox
Post by: Rasyr on March 05, 2010, 01:11:52 PM
In the userbox code, found in TPSubs.template.php

When you require Mods to approve new users, when there is a new user to approve, there is a link shown that says "Unapproved: #"

However, when you click on it, it takes you to the front page of the forum.

In the file, at approximately line #228 is the code for this link

Where the code builds the link, it says action=viewmembers;sa=browse;type=approve

it should be saying

action=admin;area=viewmembers;sa=browse;type=approve

it was missing the
admin;area=
between "action=" and "viewmembers"