We use flexinode to post stories, I figure this has to do with IMCE though. IMCE had a security issue that I thought I fixed but maybe someone can tell me if this is the issue.
When the security thign came out I updated IMCE and the date on the changelog was 2006/08/29, tho I don't see any comments ab security issues. I just installed the newest from dev and it says 2006/10/19 and it does mention security fixes. I replaced what I had with this new build. Do you think that will fix the issue?
I'm trying to theme all the taxonomy main pages, but I can't figure out how to theme just the content area of the taxonomy page. I edited node.tpl.php and that did exactly what I wanted, but that affects all nodes, not just taxonomy nodes. Using the path conventions on this page: http://drupal.org/node/104316 I thought I could just make a copy of node.tpl.php and rename it node-taxonomy.tpl.php and be off to the races, but no dice. I can create page-taxonomy.tpl.php, but that themes the entire page, not just the content area.
I am working on the development of a theme for a new community website.
I've based my theme developments upon the ZEN theme, which provides a clean and clear foundation.
No probs there.
In order to make clean separations between , and , and other places, I find it helpful to insert the odd clear: both;
for which I also adapted the page.tpl.php here and there.
While doing so I noticed the use of the class "clear-block".
basically, i have a menu with the following items: "home", "site map", and "content" , displayed horizontally.
I would like them to appear like this: "home | site map | content"
, with "|" spacers in between... how can i do this?
btw, i also posted this question here: http://drupal.org/node/128618#comment-220369
...i'm new here, and didnt think my post would be recognized there after i had already done it... sorry.