This forum is for assistance with theme development.

Gespaa theme

just a quick note on the above theme, which is broken in internet explorer, the right side some css adjustments:

here is our revised code

	#sidebar {
	padding-top: 30px;
	width:240px;
	float: right;
	position: relative;
	right: 5px;

	}
	#wrap > #sidebar {
		float: right;
		width: 205px;
		
	}

Apologies if this has been posted before.

Make phptemplate check 'child' theme folder for overrides first (like it does with style.css).

Is there a way child-themes (i.e. subfolder themes) to have phptemplate check the child theme directory for overrides first, then look in the parent theme folder, like it does with style.css files?

The reason I ask, is that I have created a theme family that that offers several different layouts. The only differences between them are the style.css(minor changes) and the page.tpl.php. One is a 3 column, one is a 2 column, etc. All the other tpl files( and there are a lot) can be shared.

$primary_links and $secondary_links problem

Hello,
i've just started with drupal (4.6.3) and I'm making a few sites with it developing themes for each one on PHPTemplate engine. I am having problems with primary and secondary links. No matter how many links I create in the configure menu of my theme the $primary_links and $secondary_links arrays consist of a single element containing only the last link in the input forms.
It seems like the configuration menu for phptemplate themes keeps the information but I cannot get the full array into my $primary_links array in the theme's page.tpl.php file.

BlogMetal Theme - Feedback?

For the past week or so I have been working on a theme that I made mainly for bloggers that use drupal. I plan on having a series of themes for bloggers actually. I entitled the current one "BlogMetal"

I was kind of wondering how many people liked this theme and also what could be added or changed. All the images in the theme also come with the photoshop files so you can edit them whenever. the font of the title is OffensiveBold.

Search form that excludes certain node types?

Is it possible to make a separate search form that excludes certain node types(e.g. only returns results found in flexinode-2 node types)? But I don't want to affect the normal search which I also need.

Body Background Image jumps 1px to the left...

the theme that I am working on is almost finished and there is one thing that is bugging me! When I view my theme in IE it shows up fine but not in Firefox. which really sucks because I dont use IE! When I view a page that is a certain length the body background image offsets like 1px to the right. If you view the main page it is fine but when I view admin or an "add comment" page it offsets the body background image.

I dont know if I explained this well enough... I probably did not.

Pages

Subscribe with RSS Subscribe to RSS - Theme development