Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm having a hard time wrapping my head around the way Drupal 5 does things.
I have modified my page.tpl.php file so that it works with the layout I want. The layout is perfect. So I want print out the body text of whatever node I am on in t he middle section of the layout. Doing a print $content; prints out the layout within the layout, essentially repeating everything.
How can i edit the style.css on a theme that uses the color wheel in drupal5?
I noticed it copies all the images to the files/ folder with also the style.css file but i can't edit it because i don't have permission... When i try to change it to 777, it won't even work to...
How can i edit it?
I realized there seems to be no functionality (yet) for adding a "commit message" to a new revision of a "newsletter" node (as it exists e.g. for the "page" node type). Is there a way of enabling this function?