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.
How can I display the individual blocks? I know they have their ID's, but I can't find anywhere in documentation how a tag invoking the individual block looks like? How to get some block's unique ID?
Additionally, is there any documentation on the list of Drupal's tags?
Guys, I am sorry - I am the Drupal beginner, and some things are very unclear to me even after fiddling with Drupal for a few weeks... :( Please, give me a hand here...
How can I display the individual blocks? I know they have their ID's, but I can't find anywhere in documentation how a tag invoking the individual block looks like? How to get some block's unique ID?
Additionally, is there any documentation on the list of Drupal's tags?
Guys, I am sorry - I am the Drupal beginner, and some things are very unclear to me even after fiddling with Drupal for a few weeks... :( Please, give me a hand here...
I would like to put the words "Featured Article" at the top of each node that has "Static on front page" checked. I'm using xtemplate.
I tried inserted "Featured Article" after the div class="node {static}" tag and it worked, sort of. It put "FEATURED ARTICLE" at the top of every node, not just static on front page nodes. Is there any way to limit it to just static on front page entries?
I need to set up the front page content so it displays Title and teaser from the pages that have 'Promoted to front page' option setup - just like the default, but would need to use 4-6 separate table cells for display. Meaning newest articles would be output in 4-6 cells.
So the same tags would be invoked 4-6 times. I have tried to copy the code from BEGIN: node to END: node into four cells but the output is all messed up. I know I am missing the basics here, but I really can't do it. :(
Taxonomy terms are all assigned. How do I start doing this?
I’ve scoured the forms, read every tutorial that I can get my hands on and I’m still a bit confused regarding multiple templates. You see, I want more than the same basic layout for every page. I would like to have access to multiple layouts within a single theme, which I could then assign to various pages (or nodes, still trying to figure that one out).
So I throw myself at the mercy of those wiser than me. Drupal community, how do you create multiple layouts using the same theme? How do you vary the layout of each section within your Web site? I’m a fairly skilled CSS programmer with only a modest understanding of PHP/Drupal/Xtemplate.
Example: Using flexinode (http://drupal.org/node/view/5737) I’ve created a new content type called "Campus News." Under taxonomy I’ve created a new section called "Campus News." Now I would like to style this section differently than the other sections of the Web site. In fact I would like to have the option of creating a new style for every section. This is where I hit a roadblock, because Xtemplate (which is great) uses a single template file for the entire site. How might I get around this limitation and assign various styles to each section?
Here’s some of my research:
Related Posts
Apply Specific HTML template to: taxonomy OR node-type OR module OR block