This forum is for assistance with theme development.

Front page vocabulary query

I apologise for this post in advance, as I'm sure it must have been answered elsewhere - it's just I can't find it anywhere.

I'm currently in the middle of redesigning the following site, and changing from Movable Type to Drupal:

http://www.ganymede-titan.info/

Now, obviously whether something is a News item or a Site Update can be flagged using a flat vocabulary. But how do I get a theme to make the front page of a Drupal site display the News items in one column, and the Site Updates in the other?

How do I have menu items display in more than one block?

Does anyone know how to have an active (selected) primary menu item display expanded (with its sub items) on another block (such as the left navigation)?

(How to) theme a 'collaborators' section?

Hi,

This post is related to
'(How to) create a 'collaborators' section?' - http://drupal.org/node/72901
and 'Show role name next to each node?' - http://drupal.org/node/70887

I have to create a new collaborators section on top of a Drupal (4.6) installation I've already done. If you read the posts above you'll see I find myself pretty lost trying to find the propper (simpler) solution. One of the ways to follow will rely mostly on existent Drupal features + theming.

Scenario: say I, as an admin, create some users with the 'collaborator' role and I let them (the 'collaborators') post to a defined taxonomy category. I'd like to show

  1. all posts by 'collaborators' (newer to older). Paginated. Each node will be accompanied by the avatar plus the name of the collaborator, besides the common $links info (comments, posted date, read more for excerpts,..)
  2. all posts by one single collaborator. Paginated. On top of that page we can have a brief info about the collaborator
  3. a list of collaborators linking to their own c.v. (resume or 'my account')

Note that all nodes will be authored by a 'collaborator' (role) so nodes should be chosen on a author role basis. If this is a problem I could create a new 'exclusive' category for collaborators called 'Collaborations' though. In that last case nodes could be chosen on a category (taxonomy) basis.

Disable sIFR in Fancy theme

Hello - I've chosen the Fancy theme pretty much as is for a writing group I'm setting up. I disabled sIFR according to the instructions in the readme, but also want to disable sIFR in the logo. Does anyone know how I can do this? Simply, hopefully?

add an image in bluemarine

Hi

I want to add an image in bluemarine but when I try to change the .css all the site is upside down...

where should I add that?

#myimage {
position: absolute;
top: 120px;
left: 44px;
width: 585px;
height: 461px;
background-image: url(../images/myimage.jpg);
background-repeat: no-repeat;
z-index: 1;
}

thank you

adding block content to any part of your page.tpl

I am trying to add the block contents to the header area of my theme. for instance, I am adding a tagadelic cloud near my logo in the header area. how do I do this?

Pages

Subscribe with RSS Subscribe to RSS - Theme development