After a bit of troubleshooting I figured out that the current version of tagadelic for Drupal 5 is improperly loading it's css, resulting in it's css being loaded after the theme's css file which means no theme overrides and one has to hack the module css itself if they want a change.

This is something that was fixed in Drupal 5, but it relies on the module adding the css properly:

http://drupal.org/node/64279#drupal-add-css
http://drupal.org/node/64279#comment-179662

CommentFileSizeAuthor
#3 ts.patch1009 bytesm3avrck

Comments

moshe weitzman’s picture

Yeah. First, it gets added twice since it appears outside of the !$may_cache block. Further, just omit the 'all' in the drupal_add_css() call. the defaults work better.

Bèr Kessels’s picture

Note: I am not using tagadelic myself on 5.x yet (I am the maintainer). So if you want to see this fixed, please provide and review patches.

m3avrck’s picture

StatusFileSize
new1009 bytes

Here's a patch to fix the CSS additions for tagadelic.

m3avrck’s picture

Status: Active » Reviewed & tested by the community
Bèr Kessels’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD in 5.x. will be released once the module is oncisdered stable by enough people.

Anonymous’s picture

Status: Fixed » Closed (fixed)