MyBB Community Forums

Full Version: Modify Buddy List
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi

i'm trying to change the layout of the Buddy List,
but i cant finde any code to change it.

i installed a plugin to have a picture for every profile:
http://mods.mybboard.net/view/myprofilepicture

Now i need to show this picture that is in the profile under the name of a buddy in the buddy list.

can someone help me find the code for the buddy list first please?
then i can try to put the code from the buddy list together with the code of the picture plugin.

sry for me bad english =)

greetz fr33za
Template : misc_buddypopup

Code : Open misc.php
Find
elseif($mybb->input['action'] == "buddypopup")
{
 ...
}