The views rewrite output has strip HTML tags, but instead of stripping the one or two tags I don't want, I have to list all the tags I want to keep. I want my content as is with only the img tag stripped. Is there a way to specify which tags to strip rather than which tags to preserve? (I know that functionality is not there, I'm hoping someone can point me to a module or another way to just strip one tag from the output)
New To Drupal
Using Drupal 8.3.7
Working through Drupal 8 User Guide
Having created the Home content item, following p 48 have set the URL alias for the content to: /home
Following p 53, step 2 have also set system front page to: /home
Have checked administrative URL alias listing: clicking on both the node and the URL alias show the Home content item.
Going directly to the site from the administrator's toolbar goes to user name login. That is the site does not go to the home page.
Hi everyone, I am trying to hide the "Register/create account" link on the login page/block. I do not want users to create account directly. I want them to be redirected to the registration page after completing a certain task... bottom line is, I do not want the "Register/create account" link to be visible to anonymous users, but I want users to create accounts by themselves when I send them the link. Any help please? I need this on both Drupal 7 and Drupal 8