One-Time Login Short Link
Component type
Maintenance status
Development status
Downloads
Component created
Component changed
One-Time Login Short Link module is the lightweight replacement for 'Login one time' and 'One-time login' modules.
One-Time Login Short Link module is the lightweight replacement for 'Login one time' and 'One-time login' modules.
Crumbs plugin for referred entities with the referee as parent. Reverse of what is provided with the Crumbs package itself.
This module (and its submodules) facilitate the integration of a catalog system from Catalog Data Solutions (CDS) with a Drupal 7 website, such that the catalog can be served and cached entirely within Drupal.
This project was in no way sponsored or supported by Catalog Data Solutions, and was developed by Top Floor Technologies independently.
Features include:
This is a light weight Module provide user to have redirects in website.
INSTALLATION
Install as you would normally install a contributed Drupal module.
See: here for further information.
CONFIGURATION
8.x-3.x
The SEO UI module glues together the Path, Pathauto, Redirect and Metatag module functionality into a single vertical tab. The basic functionality of the modules is not altered, although some aspects of the form presentation such as descriptive text and labels are altered.
Create url based on parent to child node in hierarchical way. For this you have to put token in URL aliases settings for the content type you want to generate like university/college/student/enrolment-number.
Due to some bug "Node Hierarchy" token unable to generate parent to child hierarchy url path. By installing this module you can easy generate parent to child url path using given token ['parent-to-child-path'].Dependencies
Under certain circumstances, Drupal will allow for aliases and redirects to override existing paths, and it does not check to see that a URL may be in use before allowing it. In some cases, this may be desirable, though in others it can cause confusion for users when this behavior leads to unexpected results.
This module performs these additional checks to validate redirects and aliases (both on the add/edit aliases form and on add/edit node forms) before saving, ensuring that they will never collide with the following:
Enforce Relative Menus prevents users from creating menu items with destination link paths containing your site's base url.
A new validation callback is added which, upon editing or adding a new menu item, removes the leading base url string from the menu item's destination link path.
Module 'Non-Clickable Menu Items' allows to have menu items which will not react on user's clicks. This could be a parent menu items which should behave as a containers.
Each menu item will have a setting 'Disable clicks' at edit page and also admin's settings page '/admin/config/user-interface/non-clickable-menu-items' where collected all selected menu items.
Support: GreyBox Technologies
This project aims to allow multilingual sites to display original, not translated nodes using node alias instead of path source.
Example:
You have a multilingual site with 2 languages En and Fr, you have a node in original language with alias /my-first-post. Both node and alias exist for En language, changing language in Fr, node will be accessible only by path source (/node/1), here this module is helping you by handling path and instruct Drupal to use original node alias when original node is accessed in another language.