Currently I have a Drupal installation which has colorbox installed, this allows me to upload a group of images with some text, each entry is its own entity but are all listed on the same page.
I was just wondering if there is a way that I can display a custom link under each views item (entity). Is this possible?
I’m looking for a quick way to simply add a link that links to the first image of the colorbox image slider.
First, set your
FormattoShow: Fields. To do so, click the link next toShow:(refer to the picture below) and change it toFields.If your
Formatis set toShow: Fields, you can add a new field of typeGlobal: Custom text. Then, in the text box that appears, simply insert your custom link. If you need to pull in the URL dynamically, use a Replacement Pattern (see the list under the text box).If you need to use another field as a replacement pattern, add it in the same way as you added the
Global: Custom textfield but make sure to check theExclude from displaycheckbox so that it is not shown in your view.