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 am sure this is among the most basic of Drupal themeing functionality, I just dont know yet what to look for.
Within my page.tpl.php page I would like to create a menu consisting of all the taxonomy terms I have created. This should be simple enough.
When a taxonomy term is clicked on the menu I would need all of the node teasers of that term to appear in the content area of the page.tpl.php template
Hi,
I am new to Drupal
I have install Drupal 7, ZEN sub theme and I would like to create a RTL site
Where do you include the -rtl files so they will take effect?
BTW I am working in sass' so ehere do you include them there?
Thanks
Shimon
It says in the documentation (and even in the settings.php file) that,
The initial install and updating of your site depends on the core themes, Minnelli and Garland. It cannot be changed for these modes.
That's great; that's how I want it to work. However, visiting update.php gives me my custom theme's maintenance page which is not customized for pages like the update pages. Is the documentation wrong or is this a bug?
I'm a Drupal beginner and as a Wordpress developer having a very frustrating and hard time wrapping my head around the way Drupal works.
I'm creating a theme and want to create different templates for some pages of it - e.g. one with 1, 2 or 3 columns, or with HTML stuff hardcoded into it. Currently, the production website has all it's pages as the Basic Page content type, and I can't find a way to assign a single custom page template to a subset of those Basic Pages in the admin frontend.
I would like to identify the best script to render particular fields when themeing a node
As opposed to just rendering 'content' I would like to understand the scripting to use in order to render particular fields (ie. description, price, list price)