Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm having an issue whereby Drupal is automatically placing
tags around my block element. I have edited the block.tpl.php file, however, they are still there when I view the site. It's causing spacing around my blocks which I don't want. Does anyone know what file is putting them there?
This is the code in my page template (page.tpl.php):
I'm looking at using the Yahoo! UI library for my CSS, using the reset, fonts and grids CSS files. However, using drupal_add_css in my template.php file they appear at the bottom of the list of CSS files loaded.
Is there a way to:
Load up a CSS file higher in the source order?Disable CSS files loaded by Drupal by default?
How can I view a other user's blog with their theme that they set up this theme for their site. I means now I only can view a other user's blogs on my theme (not the user's theme) - In drupal, how can I share the theme_editor module for other user that can not affect to system rights like other modules (blog, chat, page ...)?
Does anyone know why there are two icon-bloc.png files in the pushbutton theme? If you want to change one of them without changing the code, then you are not able to do so. One has a file size of 3K and the other is 0K both rendering the same picture.
hi everyone,
i want to integrate the yahoo UI menu.css system into my drupal site, but it requires having the ul and li tags to have certain class id's. where would i find the php file that generates the html for the menu? i'd like to have my site's navigation use the yahoo menu system, but have the admin navigation stay the same, so i'm assuming i'll have to sub-class something somewhere to override the normal menus?