|
jQuery Add Approve / Unapprove button to each post - Printable Version +- MyBB Group (https://mybb.group) +-- Forum: Beside You (https://mybb.group/Forum-Beside-You) +--- Forum: Guidebook (https://mybb.group/Forum-Guidebook) +--- Thread: jQuery Add Approve / Unapprove button to each post (/Thread-jQuery-Add-Approve-Unapprove-button-to-each-post) |
Add Approve / Unapprove button to each post - effone - 07-05-2020 This will add Approve / Unapprove button to each post. This is a very basic and nominal mod for those new friends exploring MyBB. This can be further extended and enhanced as per your need. Open template showthread_inlinemoderation, find the first line:<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1818"></script>ADD the following piece of script just after that: Change the strings in first three lines, if you are using different language. Note:
Result:
|