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.
I have a view and I wanna rewrite the text of 'content: title' but I don't know how to do it;
several times I tried to go to the 'rewrite result' and in 'Override the output of this field with a custom text' i wrote new text '<a href="{{ path }}">Custom Text</a>', but still it doesn't work
I have created a teaser box for the home page [via a view that placed in a block on homepage] and I wanna add 'read more..' link
I need to know please any suggestion about how to create a custom login form for another type of users in drupal 8 , I have now /user/login is for administrator, but I need to add /account/login it's different for the first one and it's for a normal user and this form should use the functionnalities of drupal 8.