Bulk Alias Checker

Component type

module

Categories

Maintenance status

Development status

Downloads

238

Component created

Component changed

INTRODUCTION
------------

This module checks whether the aliases exists or not in drupal application through CSV import, and CSV format have been attached with this module.

INSTALLATION
------------

* Install as you would normally install a contributed Drupal module. See:
https://drupal.org/documentation/install/modules-themes/modules-7
for further information.

CONFIGURATION
-------------

More Global Variables

Component type

module

Maintenance status

Development status

Downloads

1257

Component created

Component changed

This is a small module that gives users some global variables that can be then printed in any twig template. For example, if you wanted to print the current page title as the last menu in a breadcrumb, you could print {{ global_variables.current_page_title }} in breadcrumb.html.twig. It can also be printed in any other template - html.html.twig, page.html.twig, node.html.twig, field.html.twig, etc.

Pathauto Slug

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

An alternative approach to Pathauto - using the pathauto alias field as a slug - ie. can't contain forward slashes. Any entered value replaces entity label tokens (eg. [node:title]) in any pathauto patterns.

This can be used to eg. enforce hierarchical pathauto patterns using menu path tokens, eg.:
[node:menu-link:parents:join-path]/[node:title]

Administration Language Negotiation

Component type

module

Maintenance status

Development status

Downloads

7315

Component created

Component changed

This module allows the users to browse particular pages in a specific language.
The classical use case is to allow displaying the frontend of the site in one language and still keep most of the backend in English (or another language of your choice), but it can have other usages.

Font Awesome Menu Icons

Component type

module

Maintenance status

Development status

Downloads

1897

Component created

Component changed

Dependencies

Font Awesome Icon Picker library should be here:

/libraries/fontawesome-iconpicker
├── /dist
├── /package.json

Internationalization Path Translation

Component type

module

Maintenance status

Development status

Downloads

254

Component created

Component changed

Motivation
Have you ever wondered how to translate the paths of pages created by page manager, for example?
Let's suppose we have a scenario with a multilingual website and we create our events/!city page in English using page manager and now we need to translate the path to Portuguese.
Now it's possible to create those paths by going to admin/config/regional/i18n_translation/path and using * as wildcards.
You simply have to add events/* on the English version and add eventos/* on the Portuguese, for example!