In Drupal terminology, "theming" is rendering or modifying the HTML markup produced by a module or a theme.
I am new to Yii framework. I was working on drupal earlier, and the theming of drupal made sites are …
php drupal yii drupal-themingI've Googled for an answer, but most posts seem to be talking about labels within forms. I have custom fields …
drupal drupal-7 drupal-themingCan 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-themingHow 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 breadcrumbsWhat 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-themingIs it possible to disable the normal taxonomy listing of nodes on taxonomy term pages? The reason I need this …
drupal drupal-theming drupal-taxonomyI 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-themesWhat is the difference between function mythemes_preprocess_html(&$variables) { ... } and function mythemes_process_html(&$variables) { ... } in drupal 7 …
drupal-7 drupal-themingCan I style Drupal's AJAX Throbber and Progress Bar? What are the classes or ids to overwrite?
ajax drupal drupal-7 drupal-theming throbberThe 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