Skip to content

[ENH]Smartmenus: Create menus with several levels

Loïc Yabili requested to merge lyabs243/tiki:tiki-smart-menus into master

Description

Bootstrap does not allow you to create a menu of more than two levels, so the trick is to use smartmenus which allows you to create as many menu levels as possible. Smartmenus was already integrated into Tiki but it didn't work as it should.

Steps to test

  1. Activate jquery_smartmenus_enable preference
  2. Create a menu with several options
  3. Position the menu with the modules

Expected result

The menu will be displayed with all the options it has

Merge request reports