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 setup 2 separate vocabulary called 'categories' and 'tags'.
Now i'm trying to create a Views block to show all the tags that belongs to a category.
For example: in blog content type, i have added 2 entity reference fields. One for categories and another one for tags. Each post is filed under a category and tags added on the fly.
The category has a predefined list of terms: 'Tech' and 'Web'
Serveral content posts have tags of Mac, PC, Linux and filed under 'Tech' category
I'm attempting to automate the population of database settings on installation via an install profile in drupal 8. It works however immediately after selecting the profile on install I receive a database connection error. Hard refresh (F5), fixes it and the installation completes successfully. How do I stop attempts to connect to the database before the details have been defined? I have a similar working profile for 7. Here is my code in the profilename.profile:
I am trying to develop a drupal theme (HTML5, BOOTSTRAP) . I have Created .info file and page.tpl.php themes folder (sites/all/themes/mythemename) . But Theme not listing in "Appearance" . Any solution for solving this or Is it a wrong Method that I have done.
I am running Drupal 8 and I am running into a very wierd issue, when i go into block settings I see a LOT of visibility tabs that I can click and change.. i have no idea why these are showing up and/or how to hide them so it can go back to being normal?
I checked my modules installed, and I couldn't spot anything obvious.. anyone run into this? How can I fix it? Screenshots below followed by modules installed on my site.
I am using the bootstrap theme, all modules have latest available updates.