Hi guys !
I'm trying to make a custom theme for a drupal blog, and I want the search box to appear in the header. To do that, I've put the following code in the page.tpl.php template file :*
<?php if ($search_box): ?>
<div id="search-box"><?php print $search_box; ?></div>
<?php else: ?>
<h2>Pas de search box</h2>
<?php endif; ?...
Drupal: Newswire theme's suckerfish menu is invisible after uploading the latest version. http://giantcalculator.com/
If you hover in the top area the dropdowns will appear but the menu bar itself is missing.
From what I understand it has something to do with the paths to the background bar image, and maybe CSS aggregation.
But if I...
I'm using a custom theme.
I have a custom content type with two fields.
title
thumbnail (created using imagecache).
Note, in the example below, URL 1 and Title 1 are the two fields for the first row in the result set.
I would like it to output something like so:
<span>
<img src="URL1" />
<span>Title 1</span>
</span>
<span>
<...
We are using Drupal alongside several standalone PHP/MySQL web apps. Although they are external, we want them all to have the same appearance in terms of HTML layout and CSS. We basically just don't want to have to do separate design work for Drupal and for the web apps. When we update a block or a menu in Drupal, we want the changes to ...
I have an HTML template. What are the steps to convert it into a Drupal 6 theme?
...
Hello Guys,
I have a drupal site that I am creating right now.
I have 3 roles, and these are:
Anonymous
Authenticated
Registered Users
On my "Registered Users" I wanted to have a different theme after they login. Do you have ideas on how to achieve this?
Best regards
...
What is the correct way to change the active Drupal theme programmatically?
...