In Drupal terminology, "theming" is rendering or modifying the HTML markup produced by a module or a theme.
What is the drupal way to create a custom .tpl file for theming a custom block? Specifically I m trying …
drupal-7 drupal-themingOur drupal site runs with jQuery version 1.2.1 which we have not upgraded. The problem is this: We need to add …
javascript jquery drupal jquery-plugins drupal-themingI'd like to print taxonomy terms (from field field_tags) in a block on a node view page (in a …
drupal drupal-7 drupal-themingHow do I style the login-page of Drupal 7? I used different methods like page-user-login.tpl or user-login.tpl of page-login.…
drupal login drupal-7 drupal-themingHow do I hide labels that have empty fields when viewing the actual node of a certain content type? I'd …
drupal drupal-7 drupal-modules drupal-themingI am trying to build an website for my college's magazine. I used the "views" module to show a block …
drupal drupal-themingI'm using Drupal 7, notably the Image field and the Media file selector widget to upload images. The biggest problem is …
drupal drupal-7 drupal-themingI want to add my Google Analytics code to my Drupal site without using the module. I read threads related …
php drupal drupal-7 google-analytics drupal-themingHow would I make a template for the user registration page? I want to theme the entire page, not just …
drupal drupal-7 drupal-theming drupal-templatesI am working on a module where i have a page that must have no regions or extra content. A …
drupal drupal-modules drupal-theming