MyBB Community Forums

Full Version: Add Buddy to list link?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Just wondering if I could add the add buddy to list next to the buddy list on the home page?

Can someone please tell me how to do it.
In header_welcomeblock_member template, find;
{$lang->welcome_open_buddy_list}</a>
and add the following code just after that;
&nbsp;-&nbsp;<span class="smalltext"><a href="usercp.php?action=editlists" title="Add to Buddy">Add to Buddy</a></span>

You've to manually add the usernames.
wrong thread. got confused
It leads you to the page where you can add your buddy usernames. For adding usernames directly from the homepage, you wold need a plugin.