Posted by Merlund on September 11, 2008 at 5:00am
2 followers
Jump to:
| Project: | Taxonomy Image |
| Version: | 5.x-1.3 |
| Component: | Contrib Blocks |
| Category: | support request |
| Priority: | minor |
| Assigned: | NancyDru |
| Status: | closed (fixed) |
Issue Summary
Is there a way to simply move the term from the right of the image to underneath it in the Node Images block? I was trying to modify the taxonomy_image_blocks.module file, but did not have much luck - I'm not even sure if that's the correct file where I need to make the change. That's the one thing I'd like to adjust, everything else is perfect - this module is a lifesaver.
Your help is appreciated!
Merlund
Comments
#1
Yes, that's the correct file. The way the module was coded, it would not be possible. However, I have just changed the module so that the terms use only a single cell table row, and added
<div>tags so that you can theme them any way you want. You probably want something like:.taxonomy-image-block-name {clear: left;}Fix committed to both branches. This will be in the -dev releases that roll out at Midnight GMT.
#2
#3
Thanks Nancy!
#4
No problem.
#5