Icy Phoenix

     
 


This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Question About Multiple Ranks And Staff View V2.0.3 
 
The mod works wonderfully, especially after all your help, MightyGorgon - you are wonderful!  

My site uses posts by post count (we call these the "spam ranks") and special ranks.  Because we're a Clan site for an online game, we use a lot of different special ranks.  But the ranks page shows them in no particular order.

I was wondering if there were a way to get the ranks to show up in either an alphabetic or a numeric order?  This would enable me to better group the different ranks.  

I really appreciate any help you could give with this.  Thanks again!  
 



 
Mara ETonSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Question About Multiple Ranks And Staff View V2.0.3 
 
You can try something similar to this...

OPEN ranks.php
FIND
Code: [Download] [Hide] [Select]
$sql = "SELECT * FROM " . RANKS_TABLE . " ORDER BY rank_special ASC, rank_min ASC";

REPLACE WITH
Code: [Download] [Hide] [Select]
$sql = "SELECT * FROM " . RANKS_TABLE . " ORDER BY rank_special ASC, rank_title ASC, rank_min ASC";


This will sort by rank type and then alphabetically.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Question About Multiple Ranks And Staff View V2.0.3 
 
MightyGorgon, you are the absolute BEST!  Thank you, thank you, thank you!!!!  
 



 
Mara ETonSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Question About Multiple Ranks And Staff View V2.0.3 
 
You are welcome.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies.  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events