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.
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...
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:
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: