Render Menu
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Use Twig tweak
Use Twig tweak
This module is intended to solve a very simple problem: if you have "secured" pages to which you want to link, but a user is not logged in, the menu will hide it. If you point a user to user/login?destination=the-page, the link will disappear for logged in users.
Point your users to checklink?destination=the-page to allow the link to show, but redirect users appropriately.
Scroll to a html element when clicking on an anchor.
You can configure for which anchors this functionality should be used. you can also configure the animation speed and offset.
If you scroll to a inactive tab, then the tab will also be activated.
Go to /admin/config/scroll-to-element to configure the module.
Drupal 8 port of the Webform Ajax module (https://www.drupal.org/project/webform_ajax).
Experiment about accessing content in another language using path aliases.
NOTE: it's recommended to apply the patches from the child issues of #2860901: Doubts about Content language negotiation.
Typical setup:
This simple module allows you to specify some additional attributes for menu items such as id, name, class, style, and rel.
You should use this module when
You want to "nofollow" certain menu items to sculpt the flow of PageRank through your site
You want to give a menu item an ID so you can easily select it using jQuery
You want to add additional classes or styles to a menu item
The module currently allows you to set the following attributes for each menu item:
#Bootstrap MegaMenu
Bootstrap MegaMenu allows you to create a mega menu with an innovative back-end user interface and synchronized with Drupal core menu.
Full credit to themebrain for developing the tb_megamenu module. However since it appears they are uninterested in supporting Bootstrap 3 we have decided it would be a useful addition to the community if we created a port.
This is port designed to play nice with the Bootstrap base theme and Bootstrap 3 based themes.
Simple Mega Menu module provide a easy way to build mega menu. This module does not attempt to generate a finished mega menu, which can then be difficult to customize. Instead it provides some fondations to build easily a mega menu with Twig and some content entities.
If you're looking for a plug and play solution, this is not the module for you. But if you're looking for an easy way place custom content (link, image, text, etc.) inside a menu, this module could be for you.
Quite often, sites need to be able to show the user the last products they have viewed, especially for catalogs and online stores. This module allows you to display the last user-viewed entities (filtered by certain types) with a few clicks by means of a block. There is also integration with the Views, which allows for more flexible customization of the output.