MyBB Community Forums

Full Version: Add to Buddy List Enhancement - Problem needing support...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I made the changes on the ADD TO BUDDY LIST referenced in the discussion board.

I had to make one change in that instead of using the code listed (assuming it was for an older version of myBB, I updated it as follows):

<tr>
<td class="trow1"><a href="member.php?action=profile&amp;uid={$users['uid']}">{$users['username']}</a></td>
<td class="trow2" align="center">{$useremail}</td>
<td class="trow1" align="center">{$usersite}</td>
<td class="trow2">{$users['location']}</td>
<td class="trow1">{$users['regdate']}</td>
<td class="trow2">{$users['postnum']}</td>
<td class="trow1"><a href="usercp.php?action=quickaddbuddy&uid={$users['uid']}">Add to Buddy List</a></td>
</tr>
</tr>

As you can see, I am calling {$users['uid']} instead of what was being used before. This supplies a valid link to the member profile id however it does not succesfully add them to the buddy list window when checking in the OPEN BUDDY LIST. No one is there after attempting to add.

Can anyone be of some assistance?
Thanks!
Mike