MyBB Community Forums

Full Version: How to add PM Reply Button ??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using
Business Device Basic Version

i wants to add pm reply button
because author has missed it.

check in the screenshot.

[Image: 14ky5q1.png]
You can add it in the postbit_reply_pm
<a href="private.php?action=send&amp;pmid={$id}&amp;do=reply"><div class="buttonoftheme">ReplyPM</div></a>
added but it does not work.
In your postbit and postbit_classic there is all this code
<td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
				<td align="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']}</td>
			</tr>
		</table>
	</td>
</tr>
</table>
Find it and control