Title: Mybb Notifications Panel (Ajax Supported) Latest Version Plugin Description
With the Mybb Notifications Panel (Ajax Supported) plugin, your forum members can receive notifications based on their activities. The plugin provides 5 types of notifications: when someone is added to the friends list, when you receive a private message, when you receive reputation points, when your message is quoted, and when a reply is posted to a thread you started. In essence, this plugin is similar to the Notification plugin found in vBulletin software.
For the plugin to function smoothly, the Plugin Library (Pluginlibrary) extension must be installed (included in the installation files).
If the plugin is not working properly, users need to adjust their settings in the User Panel - Notifications - Notification Settings section (siteaddress/usercp.php?action=alert_settings).
To ensure the Notifications pop up correctly in the User Panel, navigate to Themes & Templates - Templates - Your Theme - Upper Templates - header_welcomeblock_member - and add the code that enables the Notifications pop-up to appear. You can place this code wherever you desire.
For users experiencing issues with the Ajax popup notifications continuously opening and closing, deactivate and remove the plugin from the Admin CP - Plugins section. Then, in Themes & Templates - Templates - Your Theme - Ungrouped Templates - headerinclude > Options, select the 'Revert to Original' option. Once reverted, re-activate the plugin.
To enable the plugin's features for all your members, execute the following queries in PhpMyAdmin after selecting your database in sequence. This will activate the plugin for all registered users:
insert into mybb_alert_setting_values (user_id, setting_id, value) select uid, 1, 1 from mybb_users; insert into mybb_alert_setting_values (user_id, setting_id, value) select uid, 2, 1 from mybb_users; insert into mybb_alert_setting_values (user_id, setting_id, value) select uid, 3, 1 from mybb_users; insert into mybb_alert_setting_values (user_id, setting_id, value) select uid, 4, 1 from mybb_users; insert into mybb_alert_setting_values (user_id, setting_id, value) select uid, 5, 1 from mybb_users;
DOWNLOAD FROM YANDEX
With the Mybb Notifications Panel (Ajax Supported) plugin, your forum members can receive notifications based on their activities. The plugin provides 5 types of notifications: when someone is added to the friends list, when you receive a private message, when you receive reputation points, when your message is quoted, and when a reply is posted to a thread you started. In essence, this plugin is similar to the Notification plugin found in vBulletin software.
For the plugin to function smoothly, the Plugin Library (Pluginlibrary) extension must be installed (included in the installation files).
If the plugin is not working properly, users need to adjust their settings in the User Panel - Notifications - Notification Settings section (siteaddress/usercp.php?action=alert_settings).
To ensure the Notifications pop up correctly in the User Panel, navigate to Themes & Templates - Templates - Your Theme - Upper Templates - header_welcomeblock_member - and add the code that enables the Notifications pop-up to appear. You can place this code wherever you desire.
For users experiencing issues with the Ajax popup notifications continuously opening and closing, deactivate and remove the plugin from the Admin CP - Plugins section. Then, in Themes & Templates - Templates - Your Theme - Ungrouped Templates - headerinclude > Options, select the 'Revert to Original' option. Once reverted, re-activate the plugin.
To enable the plugin's features for all your members, execute the following queries in PhpMyAdmin after selecting your database in sequence. This will activate the plugin for all registered users:
insert into mybb_alert_setting_values (user_id, setting_id, value) select uid, 1, 1 from mybb_users; insert into mybb_alert_setting_values (user_id, setting_id, value) select uid, 2, 1 from mybb_users; insert into mybb_alert_setting_values (user_id, setting_id, value) select uid, 3, 1 from mybb_users; insert into mybb_alert_setting_values (user_id, setting_id, value) select uid, 4, 1 from mybb_users; insert into mybb_alert_setting_values (user_id, setting_id, value) select uid, 5, 1 from mybb_users;
DOWNLOAD FROM YANDEX