MyBB Community Forums

Full Version: Open Buddy List
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I checked all of this site but couldn't find where is this little Open Buddy List mod. Please help guys.
Thanx
This isn't a mod, but a feature of myBB that will be fully available soon. Smile
if u want to add a link to it use the code
<a href="#" onclick="popupWin('misc.php?action=buddypopup', 'buddyList', 170, 300);">Open Buddy List</a>

if u want it in the same place with it is on this forum, you need to change the "header_welcomeblock_member" template to say
<strong>Welcome back, $mybbuser[username].</strong> You last visited: $lastvisit<br />
[b]<span style="float:right"><a href="#" onclick="popupWin('misc.php?action=buddypopup', 'buddyList', 170, 300);">Open Buddy List</a></span>[/b]
<a href="search.php?action=getnew">View New Posts</a> | <a href="search.php?action=getdaily">View Today's Posts</a> | <a href="private.php">Private Messages</a> (New $mybbuser[pms_new], Unread $mybbuser[pms_unread], Total $mybbuser[pms_total])
thanx a lot toddy, it's working great Smile