How to Link Block Titles

Hello,

I am using Drupal 8. I have some views blocks and I would like to make the block titles linkable.
I tried adding this at the block title field : <a href="/mylink">My Link</a> but when i clicked "apply" the field turns yellow and doesn't let me click "save".
I read there is module called "Block Title Link" but there is no D8 version.
Any suggestions?
Thank you.

How to add a Drupal8 View to a database table?

Hi all,
I have a custom table into the Drupal database called .
Is there a module that shows the content of this table in Drupal?

It seems that the View module can't be used.

Thank you very much

Claudio

How to disable CACHE in VIEW PAGE display

I am using VIEW module to create a page which loads data from database table.

Seems this view page is doing caching because whenever I add a new record in this table, it doesn't show on view page immediately after refresh.

Rather I have to clear cache from the site > performance section and then I can see new entry on the view page.

Can anyone advise what should I do to avoid this?

htaccess, subdirectories, and relative URL's

Hey,

1 - My current live site lives here: www.mydomain.com

2 - I am building a new D8 site here: www.mydomain.com/newD8Site (hidden subdirectory on the production server)

3 - When it is ready - I want to leave it right where it is -> www.mydomain.com/newD8Site

What are the best modules for ..

Hello,

my project is to create a site where end-user can create their own surveys
For that, I would like to create a form for the end-user. This form, when filled by the end-user has to generate the survey for the end-user.

Which modules/approach do you think that best fit to this requirement?

Thank you in advance for your response

user_cancel_delete method of hook_user_cancel

Firstly, I was unable to catch the user_cancel_delete method in either of the recommended hooks (hook_ENTITY_TYPE_predelete() and hook_ENTITY_TYPE_delete()).

Then I was unable to find an invoke for either of those hooks in case of user_cancel_delete and noticed that it doesn't enter the user_delete() as well, contradicting the documentation. If I recall correctly, it enters _user_delete() only.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x