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:
I saw on some drupal sites small login boxes . Can somebody tell me how to create this drop down version i found on http://www.steb.nl/.
I wasn' able to contact the webmaster of this site (nice ideas, if his reading)