MyBB Community Forums

Full Version: Only Show Links to Repliers Error Deactivation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After I installed this plugin http://community.mybb.com/mods.php?action=view&pid=575 it has errors in deactivation/uninstalling this plugin and also regarding on multi-quoting posts. Sad Help me fix this.

[Image: 4fDgEAq.png]
Any help out there? Sad
open the plugin file in an advanced editor like notepad++ or through file manager at web host panel

find below code segment on line 78 and remove TABLE_PREFIX. (includes dot suffix) , save the file and deactivate the plugin
$gid = $db->fetch_field($db->simple_select(TABLE_PREFIX.'settinggroups', 'gid', 'name="hidelinkreply"'), 'gid');
(2016-02-17, 06:07 AM).m. Wrote: [ -> ]open the plugin file in an advanced editor like notepad++ or through file manager at web host panel

find below code segment on line 78 and remove TABLE_PREFIX. (includes dot suffix) , save the file and deactivate the plugin
$gid = $db->fetch_field($db->simple_select(TABLE_PREFIX.'settinggroups', 'gid', 'name="hidelinkreply"'), 'gid');

thank you sir it worked! Smile