MyBB Community Forums

Full Version: Email subscription not work via quick reply
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!
Email subscription not work via quick reply, but normal reply works fine.

Fixed:
Edit Template > Show Thread Templates > showthread_quickreply

This code:
<form method="post" action="newreply.php?tid={$tid}&amp;processed=1" name="quick_reply_form" id="quick_reply_form">

Replaced to:
<form method="post" action="newreply.php?tid={$tid}&amp;processed=1">

The page will reload posting new quick reply like a normal reply and sending e-mail notification!