Move the html code from the taxonomy_block_get_block() function in to it's own theme_xxx() function so that it can be customised more.

List the taxonomy nodes using standard HTML <li> tagging instead of <div> tags.

Comments

chiptoxic’s picture

I would really love to see theme support added too.

At the moment i have solved my problem by modifying the module to my needs mainly because i didnt have time to learn how drupal themes work to change things properly, that and i would have to learn php again. And as far as i can tell this mod seems to work for all the themes i have installed/use. Anyway if you instested i noted down what i did in by blog at

http://chiptoxic.geekcoalition.co.uk/?q=node/29

NaX’s picture

I would also like to see a themeable function.

See http://drupal.org/node/31295

crunchywelch’s picture

Status: Active » Fixed

This is implemented for the 4.7 version in cvs now. You can override the theme like any other theme call. Check theme_taxonomy_block_item for details.

crunchywelch’s picture

Status: Fixed » Closed (fixed)
mstrelan’s picture

Version: 4.6.x-1.x-dev » 6.x-1.0-beta4
Status: Closed (fixed) » Active

Can we have this for 6.x branch?

mstrelan’s picture

Version: 6.x-1.0-beta4 » master
Status: Active » Needs review
StatusFileSize
new11.65 KB

Patch against HEAD

mstrelan’s picture

StatusFileSize
new6.03 KB

yikes... windows line endings above.
try again

mstrelan’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)
budda’s picture

15 years later :-)