This forum is for assistance with theme development.

Using CCK Field Variables?

I'm lost on this one, I reviewed all of http://drupal.org/node/62466 and I can't seem to print the contents of a CCK created field. What PHP code would I use to display the value of a text field called 'test' ?

Theme path is not used

Hello out there,

I am developing on Drupal now for 6 months and I am experiencieng a strange problem I have never seen in this time. I tested and deployed a few sites so far and there was never a problem with theming these sites. But actually I tumble on theming a site because when I use graphics in the template the path to the graphic is not the path to the template under /site/sitename/images/image.jpg (I also tried without subfolders) but its just a relative path to the image.

If I install a downloaded theme from drupal.org it works perfectly. So what am I doing wrong?

Nodes in left column pushed below end of right column

Oy... Drupal themeing is going to be the death of me.

OK, I'm trying to create an extremely simple theme that I can use as a framework for my site:

- A header

- A left column

- A right column (fixed width)

- A footer

This is not a difficult thing to accomplish

You have your header

then you create a lcolumn style floated to the left with a right margin of 200 pixels

then you create a rcolumn style floated to the right with a fixed width fo 200 pixels

Check boxes and Contemplate - coding problem

Hi, I'm working with CCK and Contemplate (both awesome) and am having a problem with theming the checkboxes. I tried using the same code as the drop boxes but nothing comes through.

<?php print form_render($form['$field_comfort_features']); ?>

I've searched through the drupal forums but came up empty. Please help.

How do I customize the visual aspect of the "Search form" block?

I have a web site that's a complete custom design that's already got complete HTML/CSS written for it. I'm now trying to convert/slice it so that I can integrate it into Drupal for managing the content on the site. One area of Drupal theme customization I'm having problems with is the look of the Search form block. What's the best way of customizing the look of it?

Aquasoft theme: forum tables width

Hi all

I'm modifying the aquasoft theme for 5.0RC1 and I have a problem with my forums look. It seems that the tables are not expanding at 100%:

http://www.hispasonic.com/mac/?q=forum
http://www.hispasonic.com/mac/?q=forum/2

How could I fix this? Any clues about CSS or something?

Pages

Subscribe with RSS Subscribe to RSS - Theme development