I originally posted my problem here. http://drupal.org/node/23105

Basically, if you set up the terms in the taxonomy vocab, then try to move the menu to a separtate block, nothing shows in the block to a user who does not have administer taxonomy permissions. If you set up the tax menu, move it to the block first, then add the terms, it seems to works just fine. Let me know if you need more details.

Comments

mfb’s picture

I could not replicate this bug myself (using Drupal 4.6.2 and the latest taxonomy_menu from CVS).

jose reyero’s picture

I cannot reproduce it either -using 4.6.1 + taxonomy_menu 4.6

jo1ene, could you tell us how exactly do you set up that separate block?

jo1ene’s picture

Status: Active » Closed (fixed)

I have retested this with the most recent versions of everything and can't recreate the problem anymore. It was either. What happened was that I:
set up a taxonomy
added some terms
went into admin > menus
chose to edit the new tax_menu that appeared in the navigation menu
changed the parent item to be an empty menu that I just created
went to admin > blocks and enabled the new menu

and everything was fine. But then when I went back and added new terms, the new ones wouldn't appear for anonymous users unless I gave them administer taxonomy permissions. Seem to be OK now.

Either the bug was fixed by accident or there was some sort of code conflict somewhere else.