“BuddyPress Notifier Addon” is very outdated plugin and calling old BuddyPress functions. Do you guys have planned to make it compatible with PHP7, BadgeOS, BadgeOS Community Add-on & BuddyPress?
]]>The declaration of BP_Badge_Notifier in includes/notifier.php, needs to be amended at line 39 for PHP 7.0 compatibility.
Code needs to be:
public function setup_globals($globals = array()) {
This plugin is still working on the newest version of WordPress and Buddypress. Its a shame that it hasn’t been updated to keep it fresh in the repository. The only issue I found was a “Strict Error” when turning on WP Debug. Replacing line 39 of the notifier.php file with the following fixes the issue:
public function setup_globals($args = array()) {
]]>Strict Standards: Declaration of BP_Badge_Notifier::setup_globals() should be compatible with BP_Component::setup_globals($args = Array) in /home/u613696258/public_html/wp-content/plugins/badgeos-buddypress-notifier/includes/notifier.php on line 85
Can this error be fixed?
https://www.ads-software.com/plugins/badgeos-buddypress-notifier/
]]>Hi,
Congrats for a fantastic plugin. I love the functions, but it has a problem: the notifications is not marked as “read” when you click on it. I try so many other plugins with notifications and I haven’t get any problem, just with this plugin.
I try https://buddydev.com/plugins/buddypress-clear-notifications/ to clear notifications, but doesn’t work, you have to go Profile – Notifications – Select – Delete – Apply… and is very unconfortable.
Could anyone help me? ??
https://www.ads-software.com/plugins/badgeos-buddypress-notifier/
]]>