Alphabetical index
Xaber - July 1, 2009 - 12:18
| Project: | IndexPage |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Xaber |
| Status: | active |
Jump to:
Description
.... it would not be bad to add the ability to control the Alphabetical index ... Just for my site requires a Cyrillic (I'm from Russia). I now handles sub-module, but would like to see the new versions have a separate option to the site regularly in the workplace is not Append the module ... What sin bear - about the module can be corrected and forget - and then wait to be.

#1
Would you mind showing me what you have, please? I have run into a similar issue before. The problem is that PHP is not really good about sorting non-English, especially DBCS. MySql is much better, but not fool-proof. What I ended up doing in the other module is requiring the admin to enter their alphabet on the settings page.
#2
On one of my sites - I have created a fixed array (the purse, and nothing more simple, I like something not invented). What's been done - I think not even the point - just assoativny array - continuation of what was in the code.
At another site - I went on, as has already been poblshe free - I borrowed a piece of code from the module http://drupal.org/project/glossary to the admin and added additional option, which can transfer through space or given by me to output delimiter All the characters that can be used to Identification of the titles. To store the characters uses a file in a module directory. Now sources have no access how to get - upload updated version of the module if you need it.
#3
Yes, I put that code in Glossary; that's what I was thinking of. I've never been happy with that code, but maybe it's the only real way to do it.