Linux 软件免费装
Banner图

Buddy Notification Bell

开发者 1naveengiri
buddydevelopers
codex007
更新时间 2026年5月7日 00:46
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2
版权网址: 版权信息

标签

buddypress notifications buddyboss real-time notifications notification bell

下载

1.0.1 1.0.2 1.0.4 2.0.0 2.0.1 1.0.0

详情介绍:

Buddy Notification Bell adds a real-time notification bell to your BuddyPress or BuddyBoss site. New notifications are detected automatically using the WordPress Heartbeat API — no page reload needed. Key features:

安装:

This section describes how to install the plugin and get it working.
  1. Download the zip file and extract
  2. Upload buddy-notification-bell directory to the /wp-content/plugins/ directory
  3. Activate the plugin through the Plugins menu.
  4. Alternatively you can use WordPress Plugin installer from Dashboard->Plugins->Add New to add this plugin
  5. Use shortcode [buddy_notification_bell] where ever you want notification to be shown.
  6. Enjoy

屏幕截图:

  • Short code to show the Bell Icon.
  • setting to enable disable notification bell in primary menu.

升级注意事项:

2.0.0 Major release — complete rewrite. Includes BuddyBoss Platform support, a new LinkedIn-style dropdown UI, floating bell option, grouped notifications, sound alerts, and significant security improvements. Recommended for all users.

常见问题:

Does this plugin work with BuddyBoss Platform?

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.

Does this plugin work with bbPress?

Yes, it works with bbPress. You must have the BuddyPress Notifications module active.

Where do I ask for support?

Email buddydevelopers@gmail.com or 1naveengiri@gmail.com.

How do I change the bell icon?

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>'; } );

How do I place the bell in a custom location?

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]' );

Can I show a floating bell button?

Yes. Go to Notification → Display and enable "Show Floating Bell". It appears fixed at the bottom-right corner — useful for block/FSE themes.

更新日志:

2.0.0 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0