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'm new to Drupal and just installed Drupal cms on one of my private hosting to test somethings and everything is working as well for me. Just a thing, I want to have blocks on the homepage like this site http://www.webmastersun.com
I mean I want to show forums by thumnails, users viewing forums and top 3 latest topics on the homepage.
It is possible to achieve that? does it need a page builder like Wordpress cms?
I created a subtheme for my bootstrap theme and added a new container for a header image.
Unfortunately, the width of this cointainer doesn't fit to the width of the other containers, like the navbar.
I've tried to add "margin-right: 30px" to fix the overlapping, but that didn't work.
When switching an existing D8 site from 5.5 to 5.6, it’s necessary to clear cache, because the compiled Twig files will all be incompatible (having been compiled under 5.5).
These files live in /sites/default/files/php/twig
If you switch an existing D8 site to 5.6, unless your site’s in dev mode, you’re going to get a 500 error on page load, and of course you won’t be able to get to your Performance page to clear cache from the admin interface; so use drush and do drush cache-rebuild
Worked for me, anyway.
I have a view and customize it with a template named views-view-fields--myviewname--page-list.tpl.php. My problem is that exposed filters doesn't showing when loading the page. But in preview in view editing screen showing as expected.
And I try drupal default theme "Bartik " and exposed filters appears and worked perfectly. Is there a solution about this issue?