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.
On page.tpl.php I'd like to obtain the term name the node being displayed in the content area and display it outside of the node call.
I've searched but I can't seem to find the right code. I think it may be something on the order of: <?php print($node->taxonomy); ?>
but this does not work.
I am using "flexinode" to create different contents such as news and products. I use it as well to design each content according to specific requirements, adding images, texts, and complementary texts.
But my problem is that I cannot design the "block" shown in the home page. It is only possible to see the title of each "node". I would like to add an image and a short brief in order to complement the news.
I'm going to use drupal to create a new site for them. I was planning on making a Drupal template using a simple 3-column (perhaps fixed column like this andreas01 (http://andreasviklund.com/templates)). They are also paying a graphic designer (since I don't have very good graphic design skillz). Anyways, I would like to start with a Drupal template and modify it from there OR start with some nice HTML and CSS mock-ups and translate those into Drupal (I think I could manage to do that) sort of like what is described here: http://support.bryght.com/articles/converting-css-html-design-phptemplat...
The graphic designer (not chosen by me) lists on their resume:
Adobe InDesign CS
Adobe Photshop
Adobe Illustrator
Microsoft Word
Dreamweaver
Quark Express
Flash
I don't know what InDesign or Illustrator are supposed to do, but can Dreamweaver create simple HTML/CSS?
Hello,
I was wondering how to theme/customize the taxonomy browse view (www.site.com/taxonomy/term/1). Is there a tpl.php file that I could create that would allow me to do this?
Hello,
I have created a custom flexinode and themed it by making a node-flexinode-x.ptl.php file. I am wondering what the code would be to link the teaser view to the full view by clicking on the header H2 tag?