👋 Available on iTop Hub and Molkobain I/O
iTop extension: molkobain-bubble-caselogs
Support
If you like this project, you can buy me beer, always appreciated! 🍻😁
Description
This extension changes the look and feel of the caselogs in both the enhanced portal and the console to make it look like modern messaging applications.
It also allows you to:
- Easily distinguish users of the conversation through colors and profile pictures.
- Open / close all messages at once.

Online demo
You can try this extension on the online demo. There is already a user request with a detailled public log as an example. Just click on the links below to access it:
- Administration console (admin / admin)
- Enhanced portal (portal / portal)
Note: Mind to logout before switching between console & portal.
Compatibility
Compatible with iTop 2.4 to 2.7
Obsolete for iTop 3.0+ as it is now directly included in iTop 🙌
Dependencies
- Module molkobain-fontawesome5-pack
- Module molkobain-handy-framework
- Module molkobain-newsroom-provider
Downloads
Stable releases can be found on Molkobain I/O.
Installation
Installation procedure is the same as for any iTop extension, just follow the instruction on the iTop official documentation here.
Configuration
No configuration needed, the extension can be used out of the box!
Parameters
Some configuration parameters are available from the Configuration editor of the console:
- enabledEnable / disable the extension without having to uninstall it. Value can be- trueor- false.
- all_entries_openedOpen all messages by default instead of only the first 2. Value can be- trueor- false.
- reverse_orderDisplay messages in a chronological order. Value can be- trueor- false.
- disabled_in_backofficeDisable rendering in the admin. console. Value can be- trueor- false.
- disabled_in_portalsDisable rendering in the end-user portals. Value can be- trueor- false.
- open_all_iconCSS classes of the open icon, allows you to choose any FontAwesome icon. Value must be a string of CSS classes separated by a space (eg.- 'fas fa-book-open').
- close_all_iconCSS classes of the close icon, allows you to choose any FontAwesome icon. Value must be a string of CSS classes separated by a space (eg.- 'fas fa-book').
- icons_separatorSeparator of the 2 icons. Value must be a string (eg.- '-').
Example:
'molkobain-bubble-caselogs' => array (
  'enabled' => true,
  'all_entries_opened' => false,
  'reverse_order' => false,
  'disabled_in_backoffice' => false,
  'disabled_in_portals' => false,
  'open_all_icon' => 'fas fa-book-open',
  'close_all_icon' => 'fas fa-book',
  'icons_separator' => '-',
),
Contributors
I would like to give a special thank you to those who contributed to this project, including:
Aliases
- @pcadeot
Licensing
This extension is under AGPLv3.