Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
So i want to use the rules module to create a custom redirect to the current node (site refresh)
But when i type in /node/[node:nid] as target url the token is not recognized.
So my question: Does or will Rules support Tokens or is something else wrong?
I have 2 content types;
Events, with an event name, date, icon and organisation (and some more ofcourse)
and organisation, with the name, contact etc etc, and ofcourse also an icon for their logo.
The organisation is linked to the event.
When i show a list of events, i also display the event-icon. But sometimes there is no icon. Is it possible to show the logo of the linked organisation?
I am a newbie at Drupal.... i know my way around in php but not yet in making my own modules or using the api. Taking it one step at a time :-)
I have a views block setup and have it setup to rewrite the output. One of my outputs is an image and I am using a token to generate the output. How do I add a class to the image token so that it is included in img tag?