This forum is for assistance with theme development.

images disappearing / using flexinode and also image attach -- help!

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?

Jay

Drupal 5 + remove misc/drupal.css

How do you override the drupal css in drupal 5

This code no longer works

function phptemplate_stylesheet_import($stylesheet, $media = 'all') {
if ($stylesheet != 'misc/drupal.css') {
return theme_stylesheet_import($stylesheet, $media);
}
}

There is no longer a misc/drupal.css file - the default css is now in modules/system/default.css
But i cant work out how to override it

My problem is the blocks are wider than my sidebar, i used the bluemarine theme and made a 2 column css layout

How to make a region between the first and second post on the frontpage?

How to make a region between the first and second post on the frontpage?
Any Drupalizer with a template snippet for this region?

How to theme taxonomy term main page?

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.

purpose of css class .clear-block

Hi,

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".

How to make a separator in my menu, between the links?

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.

thanks,

-Slyk

Pages

Subscribe with RSS Subscribe to RSS - Theme development