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 need to have a block show up above the node in the content region of the page. Just giving the block the "lightest" weight is not having the desired effect. What to I have to tweak?
Hello,
I want to change the default page.tpl.php for one called page_popup.tpl.php when i want to show a content into a popup.
To determine when a content is in a popup or not i call it with a get parameter in the url called isPopup=true
the problem is that neither in template.php file nor in page.tpl.php can use teh $_request["ispopup"]
so i can't decide when i must switch to one page (with menu and so on) or the other (without menu and leftbar, etc).
I dont want to change the whole theme, i only need to change the page template.
I am using the theme from Drupal called Internet_services. I installed it on my website and it looks amazing in FF but the right bar drops off under the main section when viewed in IE. Strangly though their demo site looks fine in both browsers: http://www.complus.com.hk/html/
1) Homepage header image is being called via PHP, how do I manipulate the CSS to center that image and remove the white padding below said image?
2) On pages where brevity is shown in the content (where content is shorter than the length of the sidebar) the right border breaks where the content stops. I'm sure this is an easy fix as well.