MyBB Community Forums

Full Version: How To Edit These Buttons in the PM Template?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

These buttons are different to the normal postbit buttons. These buttons are visible when you Read or Reply to a PM.

[Image: 4ta8pd.jpg]

Does anyone know how to edit these buttons?
In Post Bit Templates edit every template that finishes with _pm

For instance:

postbit_reply_pm
Hello,

How can I change the order of these? I would like to move them around, but I can't find the required template.
post bit buttons order can be changed in the concerned postbit template (postbit & postbit_classic templates)

code segments from default theme's postbit template

left side buttons
<div class="author_buttons float_left">
					{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}<span class="rep_{$fid}">{$post['button_rep']}</span>
				</div>

right side buttons
<div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
				</div>