MyBB Community Forums

Full Version: how to add more buttons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi friends
I wants to add more buttons in this private messeging template ,

[Image: priva.jpg]
Go to: ACP > Temlates > Postbit Templates > postbit > and find;

{$post['button_pm']}

add your button code just after the above code like this;

{$post['button_pm']}&nbsp;<a href="URL_GOES_HERE"><img src="IMAGE_URL_GOES_HERE"></a>
No sir

I am asking for the Private Messaging template !
where is located it ?
As far as I know, postbit template is used in Posts as well as in Private Message. You can't add Buttons in Private Messages only.
(2010-12-16, 06:05 PM)Yaldaram Wrote: [ -> ]As far as I know, postbit template is used in Posts as well as in Private Message. You can't add Buttons in Private Messages only.

This, unless you used a plugin of course.
Or just add the code for more buttons to the templates that are only shown on PM's like postbit_reply_pm. There's nothing stopping you having the code for more than one button in that template.
Thanks