Buddy Notification Bell

Descripción

El plugin muestra todas las notificaciones de BuddyPress con una alerta de campana. Puedes colocar tu campana de notificaciones en cualquier lugar, usando únicamente el shortcode [buddy_notification_bell] para mostrar la campana de notificaciones.
Esta campana no solo muestra las notificaciones en tiempo real, sino también una alerta de sonido de campana.
Las alertas son similares a las nuevas notificaciones recibidas que hay en Facebook.

Demostración

Capturas

  • Campana de notificaciones con ventana desplegable de notificaciones por BuddyDeveloper[http://buddydevelopers.com]
  • Shortcode para mostrar el ícono de campana.
  • setting to enable disable notification bell in primary menu.

Instalación

Esta sección describe cómo instalar el plugin y echarlo a andar.

  1. Descarga el archivo comprimido y extráelo
  2. Carga el directorio buddy-notification-bell al directorio /wp-content/plugins/
  3. Activa el plugin a través del menu Plugins.
  4. Alternativamente, puedes usar el instalador de plugins de WordPress desde el Escritorio->Plugins->Añadir nuevo para agregar este plugin
  5. Usa el shortcode [buddy_notification_bell] donde sea que desees mostrar las notificaciones.
  6. Disfruta

Preguntas frecuentes

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.

¿Dónde puedo solicitar asistencia?

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

Reseñas

8 de septiembre de 2021
Very good plugin. It shows real-time notification and gives a notification bell sound alert as described.
5 de febrero de 2021
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
23 de agosto de 2020
Does what it says it does. Thanks so much for this plugin!
18 de febrero de 2020 1 respuesta
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.
Leer todas las 14 reseñas

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce "Buddy Notification Bell" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

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 .