PDA

View Full Version : quick edit


escoson
01-05-2003, 06:45 PM
by clicking a members name in postbit it takes u to edittin their account information/profile....

Xenon
01-06-2003, 07:27 AM
well, just make a normal hyerlink to the editpage

no hacking required, just edit the postbittemplate

Dean C
01-06-2003, 10:25 AM
In the postbit change this:


$post[username]


To:


<a href="$ bburl/admin/user.php?action=edit&userid=$post[userid]">
$post[username]
</a>


Bear in mind that will link all users on your forums to edit that person's username so you will get a lot of people going to your admin log in screen :)

- miSt

Dean C
01-06-2003, 10:26 AM
Btw i forgot to mention - make sure you removed the gap between the "$" sign and "bburl"

Regards

- miSt