
05-29-2008, 09:45 PM
|
|
|
Join Date: Mar 2006
Location: Huntsville
Posts: 521
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by IR15H
Some Questions
|
1) My suggestion for custom order is to have all usergroups named with a number in front of it: 1-, 2-, etc. Then put something like the following within the .php file to change the $user['title'] names to what you want to appear.
Code:
switch($user['title']) {
case '1-A':
$Title = "A";
break;
case '2-D':
$Title = "D";
break;
}
Then you need to figure out how to get that into your template.
2 & 3) I'll look into that when time permits.
Quote:
Originally Posted by IR15H
Some Suggestions
|
I'll definitely try out your suggestions and put those in my next version, thank you.
Quote:
Originally Posted by IR15H
A Request
|
I originally tried to do that when I first started off making this mod but had some problems. I have a much better understanding of the code now though and will see about getting it changed for the next version. Again, thank you.
|