Hello,

I have recently downloaded and installed the 5.x dev version of Sitemenu uploaded on February 1, 2006. To test its functionality, I created a small test taxonomy vocabulary with single hierarchy and multiple select. Then I made a parent term, 'testing', and two child terms, 'help' and 'welcome', as well a few page and story nodes that are categorized by these terms.

From the example provided on the Sitemenu project page, I was led to believe that taxonomy terms would be listed in a tree showing all child terms under their respective parents. However, my small list of terms does not display on the site menu map or block as:

  • testing
    • help
    • welcome

Instead I see

  • help
  • testing
  • welcome

As if they are shown in a flat list by weight (all the terms have weight 0 so their weight = alphabetical order) rather than a tree display. My assumption is that this is a bug that cropped up after updating Sitemenu to Drupal 5. I may be wrong, but I am creating an issue in case it needs to be addressed.

Thanks,
Sally

Comments

kbahey’s picture

Status: Active » Closed (fixed)

I tested it and it works fine. Same version that is in the downloads.

What you need to do is to clear the cache.

Visit /admin/build/menu and see if the cache gets cleared.

If that does not work, then go to phpMyAdmin or a mysql command line and do:

DELETE FROM cache;