2010-12-07, 06:33 AM
(2010-12-04, 08:29 PM)killer Wrote: perhaps I still need your help.
MattRogowski from myBB support said me to ask you, that when I uninstaleld and removed plugin completely then why it was still in setting, and why it was not removed and required to remove from ACP > Configuration > Modify Settings
The plugin has uninstall functionality, so something hiccuped with your setup, especially if you have two plugins with this issue.
In phpMyAdmin, simply delete the record from mybb_settinggroups where name is MyBBPublisher with the lowest gid value.
Then delete the records from mybb_settings that have the same gid as the record you deleted above.
Be sure that you verify that the settings are present and correct in both versions of the settings listed before you delete the records. This way you maintain the settings regardless of which record you delete
(2010-12-06, 11:14 PM)Kazuto Wrote: Is there a way to avoid it posting if you edit the first post? I find that really annoying, especially if it's an older thread that I'm just updating.
The purpose of posting a new status update upon an edit of an old post is the assumption that the post you are updating is being updated because it is important (at least important enough to edit).
If you want to avoid 'bumping' status updates from edited threads, you can edit the plugin file and comment out the following line:
$plugins->add_hook("datahandler_post_update_thread", "mybbpublisher_editthread");
similar if you dont want to bump announcement edits, comment out this line
$plugins->add_hook("admin_forum_announcements_edit_commit", "mybbpublisher_onannounce");
Lost interest, sold my sites, will browse here once in a while. It's been fun.