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' ?
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?
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.
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?