I have contents that have more than one domain source (and used robot.txt to discourage Google to crawl the secondary url).
The Domain module works great, but for all contents with more than one domain source, the links on the website for those pages are always the primary domain. i.e. I cannot keep traffic on the secondary website.
For example, let's say I have a post with two URLs
We have got drupal 11 up and running and migrating from 10, we have over 300 clubs and want to allow the admins of the clubs to register, assign them to a club and alter the club details themselves, all we would need to do is check their information then make it visible on the live site (in case of any errors)
Is there any membership modules in Drupal which allow this or it is external ?
I was trying to use a token in a views title field. It did not work as expected and when I was searching on the internet I found multiple pages where users were explaining they had similar problems. For example when using {{ name }} that it would show the name of the first entry in the view.
I tried several things suchs as {{ title }} or [view:title] and I trief to access variables that I found with dump() but I can't get this to work.
Should it work in the first place? Can we use tokens in a views title?
When creating a new content type to include audio, when adding a Media field, the only choices for media type are:
Document
Image
Remote video
SVG image
Although media is advised for audio there is no audio choice. And no matter which of the above media types is chosen, when actually filling the field, it is not possible to add a .wav or .mp3
In the frontpage view (show: content, teaser), unlike nodes (default), the username and date is shown above the title.
It is not essential, but I like to conform it similar to the nodes and thus show it below the title.
I have tried changing the order of the blocks in node--teaser.html.twig, in this case the “{% block meta %}” block, but to no avail even though the output template turns out to be just that.
I can't figure out where else I should act.
Grateful to those who can give me a cue.