| 开发者 |
1naveengiri
buddydevelopers codex007 |
|---|---|
| 更新时间 | 2026年5月7日 00:46 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 |
| 版权网址: | 版权信息 |
[buddy_notification_bell] shortcodebuddy-notification-bell directory to the /wp-content/plugins/ directoryPlugins menu.Yes. Full BuddyBoss Platform support is included. All BuddyBoss notification types (connections, follow, groups, messages, etc.) display correctly in the bell dropdown. You can also enable the "Use BuddyBoss Notification Panel" option so the bell triggers BuddyBoss's native panel instead of the built-in dropdown.
Yes, it works with bbPress. You must have the BuddyPress Notifications module active.
Email buddydevelopers@gmail.com or 1naveengiri@gmail.com.
Use this filter in your theme's functions.php:
add_filter( 'buddy_bell_icon', function( $icon ) {
return '<i class="fas fa-bell fa-2x"></i>';
} );
Use the shortcode [buddy_notification_bell] on any page, widget, or template. You can also call it from PHP: echo do_shortcode( '[buddy_notification_bell]' );
Yes. Go to Notification → Display and enable "Show Floating Bell". It appears fixed at the bottom-right corner — useful for block/FSE themes.