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've searched the forums already on this, and got part way there, but am still struggling to overide the "Submitted by..." part of my theme. I found out how to override the variables that are sent to the template engine, and hacked the example I found with part of line 247 on /themes/engines/phptemplate/phptemplate.engine that grep helped me find.
So far, I've added the following to template.php in my theme folder:
I am brand new to themeing and was hoping there were some tutorials I could go through to learn the whole Drupal process. Any help will be appreciated.
If there is another thread regarding this, plese let me know where to look.
I'm producing a newsletter with simplenews.module having applied a patch to include support for mimemail.module.
The outgoing mail has a theme function:
I just finished installing drupal and did not really like the themes or templates that were offered. Can templates from open web design be configured to work in drupal?
Hi. I've made a custom theme for my site but am having a few weird problems. For one, there seems to be more than one layout? Things look different when I'm logged in and when I'm not. Going to domain.com and domain.com/index.php show differerent things. domain.com/index.php shows the correct layout while domain.com seems to show old coding before I tweaked it to work with Firefox.
Also, I created a sample news story to get rid of that default message thing but it only shows up when I'm logged in. If I'm logged out, it'll show the defaut message.