Helpful Information
 
 
Category: vBulletin 3.0
Non-English Member List

This adds Cyrillic letters:

1. Customize Template: memberlist
Find
<if condition="$vboptions['usepopups'] AND !$show['usergroup']">
Add ABOVE it add:


<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"><tr align="center"> $russianletterbits</tr></table>

2. Open /memberlist.php
Find #413
$userscount = $DB_site->query_first("
Add ABOVE this

// russian letters
for ($i=192; $i < 223; $i++)
{
$currentletter = chr (http://www.php.net/chr)($i);
$linkletter = &$currentletter;
$show['selectedletter'] = iif($selectedletter == $currentletter, true, false);
eval('$russianletterbits .= "' . fetch_template('memberlist_letter') . '";');
}


Thats it. 50 seconds.
Photoshop screen grab not working

Do you have a screenshot of this in action, like a before and after?

I'll add it later, if somebody else will be interested in such a hack, ok?!

Maybe if you add it, someone else might get interested in it. What do you think? ;)

yes, they will

Nice hack, thank you.

How do you figure out which letters to add? How would it be for something like Chinese or something? Just curious. ;)

They hack doesn't work correctly. When you click on a russian letter to view the members, you end up looking at all sorts of nicknamas, not only starting with the russian letter you selected










privacy (GDPR)