Closed (fixed)
Project:
Nitobe
Version:
6.x-4.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Reporter:
Created:
2 Jun 2009 at 06:00 UTC
Updated:
15 Aug 2009 at 18:30 UTC
Jump to comment: Most recent, Most recent file
First, thanks so much for the wonderful theme.
I was amongst those who were gettng taxonomy illegal offset errors. Disabling Nitobe fixed this for me.
Please see my post here:
http://drupal.org/node/275352#comment-1654146
I thought I should share this with you.
if there is anything I can do to help out please let me know.
Best - Jimmy
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Picture 2.png | 17.9 KB | krisvannest |
Comments
Comment #1
Anonymous (not verified) commentedThis issue is a bug in Drupal core with the Taxonomy module not behaving as documented. It doesn't appear that this fix will make it into Drupal 6.
I am currently in the process of refactoring the Drupal 6 version of Nitobe (#490622: Refactor to be a sub-theme of NineSixty), and it will remove the feature that's calling the buggy Taxonomy function.
There is a workaround, but it drops back to the default Drupal presentation of terms, and doesn't insert the comas between the terms. Open up the
node.tpl.phpfile and locate this block of code:Changing it to this should give you default Drupal behavior, but it may require you to make some changes to the CSS.
Comment #2
krisvannest commentedLOVE this theme, had the same bug as above... your replacement suggestion above fixed it, thx!
Please keep us posted on if/when there's a more official workaround or theme update, too.
BTW I should add that there does appear to be some type of CSS or formatting problem... in my case, the right-block gets broken and appears as small text (looks like the same size as the "help" text optionally found below each taxonomy term) below the submission form during preview. I can't remember if this was how a preview looked before the patch, but doesn't seem correct and please update us if you happen to know where to make the CSS fix. Thx again
Comment #3
krisvannest commentedArgghh... I spoke too soon!
The replacement code/patch above does fix the initial "offset errors during preview" when using Nitobe, BUT now the right-block of my site is totally messed up-- instead of appearing on the right in normal size text, it now appears in small text below all my content (as if it were in the footer block, when its actually assigned to the right block).
I attached an example screenshot. Any idea how to fix this new formatting error? thx again
Comment #4
Anonymous (not verified) commentedIt sounds like the default Drupal styles are causing the width of the taxonomy area to extend into the sidebar.
Is there an actual URL I could go to in order to examine the problem?
p.s. I'm currently working on a major overhaul of Nitobe. I hope to have it ready later this week or early next week.
Comment #5
Anonymous (not verified) commentedWill test against new code re-write.
Comment #6
Anonymous (not verified) commentedThis should be corrected in the 6.x-4.0 release.