Descripción
This plugin provides neat chatrooms into BuddyPress groups. Each Group admin can enable a group Chat room, available for all group members to view and post.
The Chat area provides an ajax chat room which displays the most recent messages along with timestamps and usernames. It also has a «who’s online» area which shows other group members viewing the Chat page.
Características
- Who’s Online list of members in the chatroom.
- Text Chat: Supports text and links added via the text input box.
- Video and other embeds – Videos such as You-tube can be added as an embedded video using the Video button. The same link can be used for other WordPress embedable urls.
- Emoticonos admitidos: más de 1,000 emoticonos se insertan fácilmente en el flujo del chat con opciones para cargarlos todos o solo un subconjunto.
- Imágenes: los usuarios con capacidad de subir archivos pueden agregar imágenes desde el directorio de medios / cargarlas en el flujo del chat.
- Imágenes Lightbox: admite la Lightbox de WP Featherlight, si instala este complemento, las imágenes cargadas en el chat se abrirán en una Lightbox.
- Subprocesamiento de actividades: las conversaciones de chat se pueden recopilar y publicar en el flujo de actividades.
- Moderación: el administrador del grupo y los moderadores pueden eliminar los mensajes del chat.
- Temas: El administrador del grupo puede establecer los colores del cuadro de mensajes del chat
- Ocultar automáticamente los mensajes del chat después de 30 días.
- Eliminación automática de los mensajes del chat después de 30 días.
Los mensajes de chat admiten enlaces, el video incrustado es compatible y es posible llamar a otro miembro del sitio al chat usando @menciones.
He introducido soporte rudimentario para subprocesos. El comportamiento es que un mensaje nuevo, publicado más de 15 minutos después del último mensaje, se marcará como un hilo nuevo. Todos los mensajes publicados después de ese mensaje inicial se considerarán parte de ese hilo. Después de 15 minutos, el hilo se considerará cerrado y si la publicación de hilos en la actividad del grupo está habilitada, todos los mensajes del hilo se publicarán en una única actualización de actividad. Espero que esta funcionalidad cambie a medida que se desarrolle el plugin.
Currently the chat supports text chat and the sharing of links. I’m interested in adding further features but would like to see some user requests for the same.
Este plugin fue creado originalmente por David Cartwright y Venutius lo ha dividido. Incluye un conjunto de emoticones que se obtuvo de WP Emoji One de Monchito.net.
This plugin runs from your own server, no chat data leaves your site. This has has the benefit of minimizing your exposure regarding user privacy and GDPR, however chat will be as responsive as your server and can be laggy because of this. User conversations are stored for one month then deleted.
Capturas
Instalación
Download and upload the plugin to your plugins folder. Activate.
Reseñas
Colaboradores y desarrolladores
«BuddyPress Group Chatroom» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«BuddyPress Group Chatroom» está traducido en 2 idiomas. Gracias a los traductores por sus contribuciones.
Traduce «BuddyPress Group Chatroom» 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.7.7
-
09/02/2021
-
Fix: Mejoras de traducción
1.7.6
-
14/01/2021
-
Fix: Error corregido con el selector de color, ahora funciona en wp 5.6.
1.7.5
-
09/01/2021
-
Fix: Removed repeating «No messages yet» from chat display to improve UI
- Fix: Eliminado el selector de color debido a problemas de compatibilidad de i18n con WP 5+ intentaremos encontrar una solución y restablecerlo.
1.7.4
-
06/05/2019
-
Fix: More css improvements, user list consistency update.
1.7.3
-
05/05/2019
-
Fix: Corrected blank messages on page reload.
- Fix: Corrected duplicate messages being displayed.
- Fix: CSS improvements.
1.7.2
-
23/04/2019
-
Fix: Corrected error with mentions notifications.
- Fix: Refactored notifications code.
1.7.1
-
14/04/2019
-
New: Now supports WP Featherlight for lightbox views of images added to chat.
- Fix: Corrected a number of file not found error’s related to emojis.
- Fix: Ensured AJAX functions were called with a unique id.
1.7.0
-
09/04/2019
-
New: Users with upload_files capability can upload and add images to the chatroom.
- Fix: Corrected blank notifications issue.
- Fix: Corrected error not clearing down the message after it’s sent.
1.6.0
-
08/04/2019
-
Fix: Prevent blank messages.
- Fix: Close Video and Emoji dialog when user changes the selection.
- Fix: Corrected JS Error tabSelector is null when not viewing group Chat page.
- Fix: Corrected typo causing threads to be always saved to activity.
- Fix: Lowered Online User List refresh count to improve the UX.
- New: Chat message hide time now selectable by Group Admin
- New: Chat message delete time now selectable by Group Admin
- New: Chat colours can now be set by group admin.
- New: Emojis now have an option to load the full set or just a subset.
1.5.1
-
08/04/2019
-
New: Added uninstall.php to clean up database and group meta on uninstall.
- New: Added French translation
1.5.0
-
06/04/2019
-
New: Added support for emoji’s.
1.4.0
-
06/04/2019
-
New: Added ability for group moderators and admin to delete chat messages.
1.3.1
-
05/04/2019
-
Fix: Activity updates now have a descriptive title
- Fix: Videos now display correctly in the activity feed.
1.3.0
-
05/04/2019
-
New: Added support for embeded videos and other embeddable content.
- New: Updated New message update routines to prevent constant content loading.
1.2.2
-
05/04/2019
-
Fix: Corrected function no found error when friendships are not active.
- Fix: Further translation updates.
- Fix: Corrected invalid argument passed to foreach error.
1.2.1
-
05/04/2019
-
Fix: Revised text for translations.
1.2.0
-
05/04/2019
-
New: Added Mentions support with a twist – mentioned users will get an email pointed to the chatroom. Notifications however will only be sent if the option of posting threads to activity is enabled.
- Fix: Added Text Domain.
- Fix: Made «Say» translatable.
1.1.0
-
01/04/2019
-
New: Introduced rudimentary threads, thread timeout is 15 mins.
- New: Introduced posting of completed threads to activity.
- New: Messages now scroll from the bottom.
- New: Refactored message structure in anticipation of more complex actions.
- New: Refactored settings into array to cope with future growth.
- New: Added option to delete messages after thirty days.
- Fix: Updated message delete after 30 days.
- Fix: Corrected error causing Chat to be displayed in groups where it is not enabled.
- Fix: Corrected date to local server date rather than UTC.
1.0.0
-
27/03/2019
-
Initial release.