MyBB Community Forums

Full Version: Bug
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
why add to buddy list and Add to Ignore List show 2 times

http://gyazo.com/32e89a9031bffba8bbb3283331d26188


How can i solve that bug
Revert the member_profile template to original. {$buddy_options} is likely repeated twice in the code.
You mean images ? Upload remove_buddy.gif, remove_ignore.gif, add_buddy.gif and add_ignore.gif images in your theme's image folder.
No, he's asking why buddy/ignore links are repeated twice.
(2012-05-19, 10:55 AM)Fábio Maia Wrote: [ -> ]Revert the member_profile template to original. {$buddy_options} is likely repeated twice in the code.
In member_profile {$buddy_options} is written only once it is not repeted
It looks like the images are missing and it's showing the alt text, make sure the images mentioned above are uploaded correctly.
Add the images; You've got the alt text showing.
just a extra person to say its defintely alt tags showing as i had this problem with a different plugin and realised the images wanted to go to images/... instead of /images/themedirectory/...
what is the name of image that i need upload
(2012-05-19, 10:55 AM)Yaldaram Wrote: [ -> ]Upload remove_buddy.gif, remove_ignore.gif, add_buddy.gif and add_ignore.gif images in your theme's image folder.