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.
Is it possible to have node.tpl.php or other element themeing file applied to all themes? I'm thinking of a situation where you allow users to switch themes but you want to keep content themes constant across the site. The only way I can see of doing this is to have a copy of the node.tpl.php etc. in each theme.
Try to find in this forum about that problem. But not found. So how to install any theme that using PHPTemplate because its not display in the admin-->Theme. Please help me! TQ
is there a way to add user icons to the recent comments block?
I've tried a few tweaks of the SQL query so as to pull in the relevant users picture field, but this seems to add a whole lot of overhead to the process, and significantly slows things down.
there must be a more efficient way - any help appreciated.
I'm new to drupal. I've got my theme to display the front page differently, different node types differently, etc. But how do I get it to theme category archives differently? I can't seem to find the hook to get it to direct to my page.archive.tpl.php.