MyBB Community Forums

Full Version: Signature no longer posts on quick reply.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Recently transferred to a different host not too long ago...

I got most everything working..
except the signature check box doesn't seem to work on quick replies..
signature WILL post on full edit mode/regular posting mode but not on quick reply.

This issue wasn't fixed with upgrade to 1.6.9 from 1.6.8
Running:
PHP Version 5.3.17
and Advanced quick reply plugin.

This happened as only after switching hosts... 100% file integrity between hosts... so it's not a corrupt file.

How to fix this or find out what's wrong?
Thanks.
Have you tried Deactivating Advanced Quick Reply? If it works, then it is a problem with the plugin.
goto Admin CP >> Templates & Style >> Templates >> Your theme's Templates >> Show Thread Templates >> showthread_quickreply

and check whether this line is there

<span class="smalltext">{$lang->message_note}<br /><br />
					<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" {$postoptionschecked['signature']} />
thank you so much! for some reason the values on those inputs was "yes" and not "1".. on both the no smilies and signature... strange huh? anyway it's fixed now, thank you!