Quote:
Originally Posted by periphrastic
installed & thank you - however, when i click on the ID, i'm taken to a 'page not found' screen ? could you advise on this? thanks
|
Try changing this line:
Code:
<a class="smallfont" href="$admincpdir/user.php?do=edit&u=$post[userid]">$post[userid]</a>
Code:
<a class="smallfont" href="admincp/user.php?do=edit&u=$post[userid]">$post[userid]</a>
Assuming you are logged in as an admin.