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.
Where can I find good, free drupal templates/themes? I've seen the ones here:http://drupal.org/project/Themes, but are there other places to find more?
I downloaded CityLife (or_so_it_is_called) theme by Wildfire from oswd.org http://www.oswd.org/design/preview/id/2881. I need to phptemplate-tize it to work with Drupal, but how?
I read the Creating a New PHPTemplate tutorial here: http://drupal.org/node/11819. It says all I really need to do is copy the page.tpl.php file from another working template, edit it, and I'm good to go (http://drupal.org/node/11812). Problem is, it doesn't give you a clue as to what exactly you are supposed to edit. I assume you should already know.
So, I don't know. Can someone help me?
This is what is in the citylife directory (I copied the page.tpl.php file from antique_modern theme):
It looks like everything it needs is there because when I call it directly I get this very nice page (exactly as it looks here): http://www.oswd.org/design/preview/id/2881
I'm staring at the page.tpl.php page trying to figure out what to do.
As CCK does not work with teasers, I'm trying to find out how to work with a teaser. So my question is: I have a textfield, how do I return the "x" first words of this text?
anyone know how to theme file attachments?
i suspect i need to make a template.php and use a function..
but, there might be an easier way.
any advice is greatly appreciated.
I have programmed the blocks module to put the Navigation block in the right sidebar. But when I go into any admin page, the block jumps to the left sidebar. I believe this was done on purpose to allow more width for the admin page. However, I DO WANT the admin links to remain on the right side. How do I do that?
Seems to me this was hard-coded into the theme or somewhere else because the blocks module shows that the blocks should always be on the right sidebar.