Just a few cosmetic tweaks to make the links look a little better for the updated Buddy List code.
In the getinfo_addbuddy template, I put...
PHP Code:
<a href="member2.php?s=$session[sessionhash]&action=addlist&userlist=buddy&userid=$userinfo[userid]"><font color="{ linkcolor }">Add $userinfo[username] to your Buddy List</font></a>
(without the extra spaces in the linkcolor replacement tag)
And in the getinfo_isbuddy template, a modification of LoveShack's isignore:
PHP Code:
<font color="{ linkcolor }">$userinfo[username] is currently on your Buddy List
[<a href="member2.php?s=$session[sessionhash]&action=removelist&userlist=buddy&userid=$userinfo[userid]">remove</a>]</font>
(again without the extra spaces in the linkcolor replacement tag)
And the two then line-up much better!
Thanks for a cool hack, afterlab!