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 have nodes I would like to customize as well as custom pages I want to create. What is the best way to go about custom theming the site. If I create custom theming based on nodes will I be able to apply the customization to nodes beyond the ones supplied such as blogs and forums? Or do I have to use the CSS method where each page has a class?
What is the best way to proceed so as to not run into problems?
Thanks,
Don
Trying to create a theme for a Drupal site.. the "development" site is at dev.example.com/, which points to my drupal installation. I have a site directory created, and in it, a theme directory. When I use $directory in page.tpl.php, it refers to /sites/dev.example.com/themes/sitetheme/. This works great, everything displays correctly.
I got some help formatting my login/register links at this post earlier: http://drupal.org/node/91904
Unfortunately, now upon login, the user is being directed to the user account page instead of the frontpage. Previously, login did result in the frontpage showing up. I can't use clean urls because my site (or server) failed the clean url test. Any help would be appreciated. Thanks in advance.