MyBB Community Forums

Full Version: Where is {$buddy_options} in Templates?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'd like to edit the template on the profile page titled {$buddy_options}. Under which section can I find it?
It's hardcoded in member.php file (starting from line 2008).
I'm trying to add a button that says "Add Friend", any idea what the link address would be?

"/usercp.php?action=do_editlists&add_username=($memprofile['username'])"

That didn't seem to work.