Quote:
Originally Posted by msimplay
a suggestion for this hack would be that the vbuddies link lead to their profile and not buddies page if possible
|
Open buddies_listbit template:
FIND:
Code:
<a class="bigusername" href="buddies.php?u=$inuser[userid]">$inuser[username]</a>
REPLACE WITH:
Code:
<a class="bigusername" href="member.php?u=$inuser[userid]">$inuser[username]</a>
:squareeyed: