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.
Sorry if this has been answsered (I did try to do a search before posting), but is it possible to theme a specific block using phptemplate like how nodes are?
Specifically, I want to be able to theme a block like how a node can be themed by simply naming a file node-$nodename.tpl.php
I did try to theme the user block by creating a file named block-user.tpl.php without success.
I'm just wondering because there are certain things that can't be styled soley through css.
I have just freshly installed drupal (or CivicSpace package) and really like the whole concept of drupal very much.
My problem is, that I have no clue about CSS and those modern HTML techniques, so I am quite helpless in trying to convert the theme a friend created for our OpenSource project.
Is someone here who would help me a little in converting the theme? It would be really great!
Is there a way to add a query string to the URL to switch the theme on the fly?
I'm designing themes for a client and want to send them a series of URLs to show the different themes without needing to log in -->administer --> and switch themes each time.
i wanted to submit a very small patch on node.tpl.php for the green marinee theme so that it respects the "Display post information on" theme setting and doesn't display an ungrammatical sentence if the node doesn't belong to any taxonomy categories.