This forum is for assistance with theme development.

How to make drupal theme

Hello everyone. I'm very interested in drupal theme creation. But can't find any manuals how to do that. And sometimes is very difficult to understand how themes working when looking at already made themes.
I have a made an html [http://kasykla.info/test/ ] and i need to convert it to drupal theme :) So maybe anyone know where i could find some good tips how to make drupal theme [drupal version 5.1]? Or maybe where i could find full list of tags used in drupal themes [for example $content, $node, $nid, $title etc.]. Thankz.

how to alter fancy theme to get menus on the header portion

hi. i am a dumb guy!!!

1. I want to add menu options like we can see on this page of DRUPAL...i can presently see " support, handbooks, forum, downloads, contribute, contact community" .
Also I can see the search box on the top right had corner..

I use the Fancy Theme..and wanted to get similar features on it...

2. and be able to put some blocks next to each other..since they dont have much width naturally...

please advise.

thanks

IMCE, FCKEditor & clsoure variable...

i am adding the finishing touches to a custom theme and for some reason i cannot get IMCE to wrk with FCKEditor.

I have the $closure variable in the theme and it works with other custom themes on my local install (for testing).

I am racking my brain with this and can't seem to determine why it does not work. It is installed, all permissions configured, etc...

here is the code from my page.tpl.php file if anyone would be willing to take a quick look at it.

[I get no php or other errors during use]



print $language
" xml:lang=" print $language ">


print $head_title
print $head
print $styles
print $scripts

/* Needed to avoid Flash of Unstyle Content in IE */

print $breadcrumb

making logo above the breadcrumb?

when i make a logo larger which extends past the breadcrumbs the logo goes on top of them..... is there a way to make them go underneath?

heres what it looks like:
http://img95.imageshack.us/img95/7233/goodheartedlogoby4.gif

Css Menu Blues.

Hi, I'm currently helping my boss move his site (http://www.livingwellpathways.net/) to Drupal.

Now, I have the base layout going, but im having troubles with the menus. The menu creater seems to create a lot of css classes on the ul, and li's for these menus. What are these, how can I use/edit them.

Ok so here is what I have:

The main nav is in my #header div. here is some code:

style.css

#head {background:#0074ac; text-align:left; height:25px; padding:5px; padding-top:5px; color:#FFFFFF;}
<b>#head ul, #head li, {list-style:url(images/redarrow.jpg);}</b>
#head ul {}
#head li {}
#head a:link, #head a:visited { color:#FFFFFF; text-decoration:none;}
#subnav {font-size:12px; background:#abd1e4; color:#669999; height:25px; text-align:center; padding:5px;}
	#subnav a:link, #subnav a:visited { color:#669999; text-decoration:none;}

page.tpl.php

theming cck fields into lists

I've got a number of cck fields where users can enter multiple values, which i'd then liek to output in a bulleted list form - i'm trying to work out how to use the list theme function but at the moment i'm getting the list value printed out (what i want) but i'm also getting either the node ID number or the user ID number where i'm referencing users.

This is an example field and the theming code i'm using in contemplate:

Pages

Subscribe with RSS Subscribe to RSS - Theme development