Top "Drupal-theming" questions

In Drupal terminology, "theming" is rendering or modifying the HTML markup produced by a module or a theme.

Create a custom template file for a custom block in drupal

What is the drupal way to create a custom .tpl file for theming a custom block? Specifically I m trying …

drupal-7 drupal-theming
Include two versions of jQuery on a page without affecting old plugins

Our 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-theming
How to print the node taxonomy in a block?

I'd like to print taxonomy terms (from field field_tags) in a block on a node view page (in a …

drupal drupal-7 drupal-theming
Style Drupal 7 log-in page

How 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-theming
Drupal 7: Hiding labels with empty fields when viewing a node

How 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-theming
How can I change the way my Drupal theme displays the front page

I am trying to build an website for my college's magazine. I used the "views" module to show a block …

drupal drupal-theming
Drupal - alt tags on images

I'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-theming
How to add Google Analytics code to Drupal 7

I 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-theming
Drupal 7: Template for user registration page?

How 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-templates
How to programatically disable regions on a drupal 7 page?

I am working on a module where i have a page that must have no regions or extra content. A …

drupal drupal-modules drupal-theming