I use taxonomy image, my first modification was to add a theme setting for disabling taxonomy image (adding a setting to theme and a check in the engine), but I really do not need this, and probably noone else needs.

I attach the patch (if I'll know I could to commit to cvs without approval, this will sound strange to me;)

Thanks,
Daniele.

Comments

smartango’s picture

Title: taxonomy_image for xtemplate » (a cleaner patch) taxonomy_image for xtemplate
StatusFileSize
new800 bytes

I miss some crufty in the code, and info, to get this to work add somewhere in xtemplate.xtmpl file of your template,
inside <!-- BEGIN: node -->...<!-- END: node --> block something like:

    <!-- BEGIN: taxonomyimage -->
        <span class="taxonomyimage">{taxonomyimage}</span>
        <!-- END: taxonomyimage -->

(i defined taxonomyimage class as float: rigth, it's a matter of taste.

nancydru’s picture

Status: Active » Closed (duplicate)