In Drupal terminology, "theming" is rendering or modifying the HTML markup produced by a module or a theme.
I need to show a logout button on my site if a user is logged in and a login button …
drupal drupal-6 drupal-themingThis should really be a basic question but I simply don't get it after hours of searching. The question is, …
drupal-7 drupal-theming drupal-navigationI need to theme views in Drupal 7. There is a content type 'Book' and I need to list 5 books and …
performance drupal view drupal-7 drupal-themingI'm trying to make a custom theme for a drupal blog, and I want the search box to appear in …
drupal content-management-system themes drupal-theming drupal-themesI created a new drupal 7 theme and trying to implement hook_theme at template.php like this: function mytheme_theme($…
php drupal drupal-7 drupal-themingI want to display two different logos on my drupal site: one for the front page and one for the …
drupal drupal-7 relative-path drupal-theming absolute-pathDrupal 7 "field collection" - If I want to theme a node page which has a "field collection", how do I …
drupal collections drupal-7 field drupal-themingI've been making a template for a particular content type, but just ran into a problem: I need to embed …
drupal drupal-7 drupal-views drupal-theming drupal-panelsHow can I create a custom 404 page in Drupal 8? I have created a new page(Content) in the backoffice called 404 (…
drupal-theming drupal-8How do i check if the current page is in the admin section of drupal?. I want to display a …
drupal drupal-modules drupal-theming