Closed (fixed)
Project:
Advanced Forum
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2011 at 10:33 UTC
Updated:
30 Nov 2011 at 23:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
michelleHmm... I'm pretty sure this was fixed at one point. I remember the patch. Don't have time to test to see if it got reverted somehow, though.
Michelle
Comment #2
mcdruid commentedI think this is probably the issue / patch you're thinking of Michelle: #1015118: naked style colspan bug with taxonomy_image module enabled
...however it looks like advanced_forum.naked.forum-list.tpl.php has changed a bit since then.
I'll have a proper look when I'm on my dev machine.
Comment #3
michelleYeah, that's the one I'm thinking of.
Michelle
Comment #4
mcdruid commentedRedRat, could you try this patch please?
Comment #5
RedRat commentedI have tried patch from #4 and it works fine. Just a little suggestion for it:
<th class="forum-icon"<?php if ($use_taxonomy_image) print ' colspan="2"'; ?>>Comment #6
RedRat commentedBTW, is taxonomy icons have to be added to original forum icons, or have to replace them? Now I see two icons for every forum, one from original forum theme and another from taxonomy.
Comment #7
mcdruid commentedThanks for testing RedRat, and yes your suggestion looks like it would work fine - I was trying to stay consistent with the code which does something similar a few lines further down in the same file.
I'll get the fix committed shortly.
As for removing the default icons, there are a few support requests about that in the queue - try searching for 'taxonomy image'.
e.g. #1221444: How to change category pictures like Coulee Region forums
Comment #8
mcdruid commentedCommitted to 6.x-2.x
http://drupalcode.org/project/advanced_forum.git/commit/6b0ebe3