I don't know if is a real bug, but i notice that:
Clicking on a filter letter (ES: A | B | T) i obtain a "page not found" message.
It seams depend on LOWERCASE / UPPERCASE issue.
In fact:
http://www.mysite.com/vocabulary/T
doesn't work ( -> page not found)
instead
http://www.mysite.com/vocabulary/t
work's correctly
I'm using drupal on a windows system, local installation (WAMP)
It's all, thank you
MXT
Comments
Comment #1
xanoHave you overridden any of the template files? I am running the latest 6.x-2.x-dev on my site and I just tested the alphabtical view, but in every link the letter is lowercase.
Comment #2
mxtI have overridden only vocabindex_list_item.tpl.php to hide "description" in the list of term.
The url in the link are Uppercase, like this (copied and pasted from source code in the browser):
As you can see letters are uppercase within href.
MXT
Comment #3
xanoThe problem was that the module didn't convert all uppercase first letters to lowercase before processing them.
Fixed and committed to 6.x-2.x-dev.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #5
xano