Tuesday 07 August 2007 10:59:32 am - 1 reply
Hello,
Can someone elaborate on the alphabetlist? What does it actually do?
# Alphabet range in unicode (range of english alphabet is between 97 and 122). # You can use range (e.g. 97-122) and/or sequence of letters (e.g. 248,249). AlphabetList[] AlphabetList[eng-GB]=97-122 AlphabetList[ger-DE]=97,228,98-111,246,112-115,223,116,117,252,118-122 AlphabetList[rus-RU]=1072-1103 AlphabetList[nor-NO]=97-122,230,248,229
Friday 10 August 2007 9:43:18 am
Hi OOzy
These settings are used by the alphabetical navigator in the admin interface: design/admin/templates/navigator/alphabetical.tpl. It is really useful to use alphabetical navigation instead of the default google navigation when you have for example a large list of users. Also take a look at http://ezpedia.org/wiki/en/ez/alphabet and its external references.
You must be logged in to post messages in this topic!