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've been looking in the /theme-selection on this site. Several themes report that they are 'fixed-width'. However, i think a website should be flexible in the width. I found some, but maybe you know another one ... please report it here, tnx :-)
I'm trying to create an events page which lists upcoming events. I want to create a node-events.tpl.php file to alter the theme.
However I can't find where it is you give the new node type a name. I've changed the Vocab name, the Content type name and loads of other ideas all to no avail. When I do a:
print_r($node) ;
To list the node info it says it's node type flexinode-3, and node-flexinode-3.tpl.php works. However I need it to be called "events".
I have a list of gig events that I display as both a page and a block. In the block, I am trying to add the microformat for a hCalendar. Because it's both a page (table) view and a block view, I only want to use the date field once. But in the template for the block list view I want to do this:
In CCK I have built a custom content type called "Artist" where I enter in details of artists we work with. This includes their name, biography, if they are active with us (for archive) and their website/forum/merch links.
What I am trying to do is create a block that only appears under the artist sub-dir (i.e. artist/*). At the moment, I currently have the URL's to the artists pages like this: