I created a new content type using CCK and I am customizing the nodes using a copy of node.tpl.php. One of the fields in this content type is called Description and I would like to be able to use the
Hi
I'm quite new to Drupal, but really pleased about it so far. After browsing the web, I came across the site theonion.com wich is said that it is based on drupal. Anyone who know what modules they use? How do I set up all these "sections"? Are there any video-tutorials or some good place to start?
One of my bigges problems is probably the lack of php knowledge (I'm a webdesigner), but maybe there are some code to share?
Is there anyway to achieve this: http://drupal.org/files/issues/twocolumn.png when none of the left blocks are selected? Currently, the blocks dont show but the space is still occupied. Any help appreciated. Thanks, Ivan
Such as the option to turn mission statement display on and off, I would like to create an option to turn certain blocks on and off like that, such as all ad-containing blocks or all blue blocks or whatever, is this possible in phptemplate?
I'm still relatively new to Drupal and am not sure exactly what to do. Here's my goal:
- modify areas of my theme to spit out tables as class "alternating" (i.e., just add class="alternating" to the php where it writes the html tag)
- have whatever processes tables and generates code detect the class "alternating" then proceed to assign class="odd" and class="even" to the rows it generates in the tbody.
I would appreciate some general guidelines for themeing the Panel module. I ran some tests, and see that the admin css calls pictures from relative url (to it's directory), but tha didn't seem to work when the panels layout themes (e.g. threecol_33_34_33.css and the threecol_33_34_33.inc), not did it seem to work using urls relative to the drupal directory.