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

xano’s picture

Status: Active » Postponed (maintainer needs more info)

Have 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.

mxt’s picture

I 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):

<div class="vocabindex-pager">
<a class="" href="/vocabulary/A">A</a>
|
<a class="" href="/vocabulary/P">P</a>
|
<a class="" href="/vocabulary/T">T</a>
</div>

As you can see letters are uppercase within href.

MXT

xano’s picture

Assigned: Unassigned » xano
Status: Postponed (maintainer needs more info) » Fixed

The 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

xano’s picture

Assigned: xano » Unassigned