This forum is for assistance with theme development.

Costum Theming D6

1. Does any one know custom theming in drupal 6.

2. Does it use the same veriables used in version 5 for page, block, box, coment, blog, forum?

3. How to add the 'block.tpl.php' into .info file?

any kind of help would be apreciated

thanks in advance

sherif

Location of home link (in header) code?

I need move the home link down lower in the header (manuscript theme), but for some reason I can't find the location of the code that displays that link. I have to admit that I'm new to Drupal, and have been away from any substantial webmastering for a couple of years, so I'm at a bit of a disadvantage. If I can just locate the correct file I should be able to handle the rest. A pointer in the right direction would be greatly appreciated as I've spent many hours looking with no success.

Non-expanding Navigation?

Hello :)

Is it possible to make the Navigation menu, um, non-expanding? The links that show in the content main are just fine with what I am using it for, and would like to take up as little space in the Navigation area of the sidebar as I can... I like the Navigation menu, just dont need it to bloody scroll the length of the page :'( (it doesn't I'm exaggerating).

I quickly scanned collapse.js but ehhhhh, js is a bit much for me atm, and I don't really think I can control it there... unless I just deleted the content of the file maybe... >.>

Delimiter for Primary links but *not* Secondary links

Hi,

I want to add a delimiter for Primary links only. I've tried several snippets that allow you to add a delimiter for Primary links, but they also add it for Secondary. Is there a way to add a delimiter to only the Primary links?

FYI, my Secondary links are just children of the Primary. I tried creating a separate Secondary links menu but ended up with the same result.

Thanks.

(I originally posted this in the Post-Installation forum, but I think Theme Development is probably the more appropriate forum for this post.)

How to print CCK Money field?

I have the money module installed and created a cck field called "field_currency". How do I print the money followed by the currency chosen in the CCK field?

Problem theming forms (insterting a form after another)

I tried inserting a form at the bottom of a cck node form

I tried this using #suffix property in the hook_form_alter .. but it does not work!!! Can the #suffix property be modified in the hook link alter.

So I used a separate theme function for the form ..

$output = drupal_render($form)
$output .=

it works but it is appended inside the html of the form so what I get is:

And we all know that forms can not be nested in html .. which screws the functionality I want.

Is there something wrong with my code?

Pages

Subscribe with RSS Subscribe to RSS - Theme development