CDS Integration

Component type

module

Maintenance status

Development status

Component created

Component changed

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:

Simple Redirect

Component type

module

Maintenance status

Development status

Downloads

1360

Component created

Component changed

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

SEO UI D8

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

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.

Parent to child hierarchical url path

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

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

Advanced Alias and Redirect Checking

Component type

module

Categories

Maintenance status

Development status

Downloads

229

Component created

Component changed

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

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

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.

Non-Clickable Menu Items

Component type

module

Maintenance status

Development status

Downloads

1010

Component created

Component changed

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

Fake Path Alias

Component type

module

Maintenance status

Development status

Downloads

241

Component created

Component changed

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.