Beschrijving
Plugin shows all BuddyPress notification with Bell alert. You can place your Notifications Bell anywhere, just with a shortcode [buddy_notification_bell] to show notification bell.
This bell not only show real-time notification but also it gives a notification bell sound alert.
Same like we get in facebook on new notification receive.
Demo
Schermafdrukken
Installatie
This section describes how to install the plugin and get it working.
- Download the zip file and extract
- Upload
buddy-notification-bell
directory to the/wp-content/plugins/
directory - Activate the plugin through the
Plugins
menu. - Alternatively you can use WordPress Plugin installer from Dashboard->Plugins->Add New to add this plugin
- Use shortcode [buddy_notification_bell] where ever you want notification to be shown.
- Enjoy
FAQ
-
Does This plugin works with bbPress
-
Yes, it works with bbPress but since it is a BuddyPress addon. You must have the BuddyPress notification module active.
-
Where Do I Ask for support?
-
If you have any query related to the plugin you can email buddydevelopers@gmail.com or 1naveengiri@gmail.com.
-
How to change the bell icon?
-
You can use this snippet.
add_filter( 'buddy_bell_icon', function( $icon ){
return '<i class="fas fa-bell fa-2x"></i>';
});
Beoordelingen
Bijdragers & ontwikkelaars
“Buddy Notification Bell” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Buddy Notification Bell” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.0.4
- Add plugin translation files
- Fix style issues for bell notification container
1.0.3
- Test plugin with latest wp and bp.
- Fix error for bbPress Notifications.
- update readme
1.0.2
- Tested with BuddyPress 5.1.2
- Hide Notification count when no new notification
- Set a default position of bell in primary menu on Plugin activation
- Update Plugin readme issues
1.0.1
- Fix Fatal error when Notification Module is inactive
- Code Improvement removed some debugging code.
- Add Notice when BuddyPress is inactive
1.0.0
- Complete rewrite for better code and efficiency.
- Uses WordPress heartbeat api instead of long polling via the ajax.
- Allows theme authors to replace the inbuilt notification UI with notification bell .