MyBB Community Forums

Full Version: Add Button/Group Legend
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello All ! I Have 2 Questions And I Really Need HELP !

1. I Wish To Add A New Button Here:
[Image: 4ad2e0625c.jpg]

2. I Wish to Add links to Every Group From "Group Legend" (when A User click on "admin" Group they will se a list with all Admins...)

How Can I Do This ?
1) You'll need to edit the templates.
ACP -> Templates -> Modify / Delete -> *Your Templates Set* -> Expand -> Post Bit Templates -> postbit
Find
<span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}</span>
Then add your desired code there.

2) See this plugin: http://mods.mybboard.com/view.php?did=326
2) If you combine the plug-in Christian said with this plug-in: http://mods.mybboard.com/view.php?did=330
It'll make clickable links on index aswell for all usergroups.
THANK You All !
Ive understand how to add a new button..But...I Wish to add a "Rate User" Button.But don't know what link/code to add to button.

When a user click on that button "Rate User" They add reputation to that user.. (i hope you understannd what i try to say here)

Thanks.
Ok.

Add this code to the template like I said before:
<span class="smalltext"><a href="javascript:MyBB.reputation({$post['uid']});"><img src="path/to/rate_pic" alt="Rate user"></a>

Remember to change path/to/rate_pic to the image. Also, if you want the image from the reputation page, you have change path/to/rate_pic to {$theme['imglangdir']}/rateuser.gif.