MyBB Community Forums

Full Version: Buddie Link Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im making a small tut on how to add a "Add Buddy" to the users profile.

Im calling the link in the template using :

<a href="{$mybb->settings['bburl']}/usercp.php?action=addbuddies&uid={$memprofile['uid']}">Add to Buddies List</a>

But its displaying a blank white page. Confused
Have you tried something like this...?

<a href="{$mybb->settings['bburl']}/usercp.php?action=do_editlists&add_username={$memprofile['username']}&amp;my_post_key={$mybb->post_code}">Add Buddy</a>
This is a default feature in 1.6 so I'm not quite sure why your making a tutorial for it Toungue
Oh yea lmao , so it is lol.

Btw check ur banner exchange thread , ive edited my last post Wink