Module Description
Travis CI build status This module provides a site base URL token in Views. The main purpose of this module is to create a link with absolute path through "Global:Custom text" option.

Why use this module: You can also create custom links though Drupal l() function, in this case you have to use Views PHP module. The code is stored in database, hence it will not be cached. PHP execution through eval() is slow. This module eliminates this problem.

Usage:
* Select field formatter in view, and add "Global: Base url"
* Select "Exclude from display" option.
* Create custom link by adding a "Global:Custom text"
* Create link like this: <a href="[base_url]/home">My home page</a>

Other features:
* Create custom absolute link in Views
* Respect url aliases - link will be rendered as alias (if alias exists)
* Create image links. Just use image field replacement pattern (say {{ field_image }}) in link text
* Respect current language of the site - links will be generated based on current of the site

Dependencies:

* Views

Project Usage
7344
Creation Date
Changed Date
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module solves the problem of creating custom absolute links with absolute paths in Views without the need for Views PHP module, avoiding slow PHP execution through eval() and ensuring the code is not cached.
Data Name
views_base_url

OPENAI CHATBOT

OPENAI CHATBOT

14:35:44
Generic Chatbot
Hi, I'm a Drupal module expert powered by OpenAI, answering your questions about the Drupal module ecosystem. How can I be helpful today? Please note that we will log your question.