이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Buddy Notification Bell

설명

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

스크린샷

  • Notification Bell with Notification Drop down by BuddyDeveloper[http://buddydevelopers.com]
  • Short code to show the Bell Icon.
  • setting to enable disable notification bell in primary menu.

설치

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

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

후기

2021년 9월 8일
Very good plugin. It shows real-time notification and gives a notification bell sound alert as described.
2021년 2월 5일
hi Among the several notifications bell plugins i have used, it is the easiest and most convenient notifications bell to use and is suitable for bbpress and buddypress It’s very recommendation
2020년 8월 23일
Does what it says it does. Thanks so much for this plugin!
2020년 2월 18일 답글 1개
We requested Naveen’s help on a customised version of the plugin and he accepted the job. The turnaround was quick, the price was fair and the client was satisfied. I can definitely recommend this plugin and Naveen. Will not hesitate to work with him again in the future.
모든 14 평가 읽기

기여자 & 개발자

“Buddy Notification Bell”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Buddy Notification Bell”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.4

  1. Add plugin translation files
  2. Fix style issues for bell notification container

1.0.3

  1. Test plugin with latest wp and bp.
  2. Fix error for bbPress Notifications.
  3. update readme

1.0.2

  1. Tested with BuddyPress 5.1.2
  2. Hide Notification count when no new notification
  3. Set a default position of bell in primary menu on Plugin activation
  4. Update Plugin readme issues

1.0.1

  1. Fix Fatal error when Notification Module is inactive
  2. Code Improvement removed some debugging code.
  3. Add Notice when BuddyPress is inactive

1.0.0

  1. Complete rewrite for better code and efficiency.
  2. Uses WordPress heartbeat api instead of long polling via the ajax.
  3. Allows theme authors to replace the inbuilt notification UI with notification bell .