Top "Drupal-theming" questions

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

How to create themes in yii framework?

I am new to Yii framework. I was working on drupal earlier, and the theming of drupal made sites are …

php drupal yii drupal-theming
How do I remove a colon from a label?

I've Googled for an answer, but most posts seem to be talking about labels within forms. I have custom fields …

drupal drupal-7 drupal-theming
How to theme a view in drupal

Can any one help me out on how to theme a view. For each view created i want to have …

drupal drupal-6 drupal-views drupal-theming
How to add breadcrumb?

How can I add breadcrumb to a page in my attendance module. I have used the following hook, but it …

php drupal drupal-7 drupal-theming breadcrumbs
change the active Drupal 7 theme programmatically

What is the correct way to change the active Drupal 7 theme programmatically? I used $custom_theme in Drupal 6 but it …

php drupal drupal-7 drupal-modules drupal-theming
Drupal - Disable listing of nodes on taxonomy term page?

Is it possible to disable the normal taxonomy listing of nodes on taxonomy term pages? The reason I need this …

drupal drupal-theming drupal-taxonomy
Drupal error after creating new theme ,Undefined variable: hide_site_name and other similar error

I am new to drupal theme . I have created a direcory mytheme and added mytheme.info to it and copied …

php drupal drupal-7 drupal-theming drupal-themes
preprocess Vs. process functions in drupal template

What is the difference between function mythemes_preprocess_html(&$variables) { ... } and function mythemes_process_html(&$variables) { ... } in drupal 7 …

drupal-7 drupal-theming
drupal 7 styling the ajax throbber and progress bar

Can I style Drupal's AJAX Throbber and Progress Bar? What are the classes or ids to overwrite?

ajax drupal drupal-7 drupal-theming throbber
How do I theme Form API buttons in Drupal?

The default output from Drupal's Form API is: <input id="edit-submit" class="form-submit" type="submit" value="Save" name="op"/&…

php drupal drupal-fapi drupal-theming