This is kind of a re-post, but I've not gotten an answer, so I thought I'd try in this category. I have some pages that take a while to return and I'd like to display the header, left sidebar and title of the new page to show folks that progress is being made, but my problem is this: Flushing never seems to do any good.
This is my first site in Drupal and I am really struggling. One of the main problems I have got is with the secondary menu and all the ULs, LIs, leafs, collapsed etc.
What I need is a menu without any of the little symbols to the left and instead I am going to use a background colour or image on the lists to denote the level. That means the colour/image has to fit 100% width of the block (block is fixed width and is in the left sidebar).
I'm trying to theme my own teaser view layouts for event and forum topic node types. Here is where I learned how to do it: http://drupal.org/node/93311
Can someone point me to where I look to see what the field values are for event and forum topic nodes? That is to say, what are the variable names to use in my theme layout for things like Start Date, End Date, Body, etc...?