Question About Multiple Ranks And Staff View V2.0.3


Subject: 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! :)

Profile PM  
Subject: 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.

Subject: Re: Question About Multiple Ranks And Staff View V2.0.3
MightyGorgon, you are the absolute BEST! Thank you, thank you, thank you!!!! :)

Profile PM  
Subject: Re: Question About Multiple Ranks And Staff View V2.0.3
You are welcome. :mri:


Page 1 of 1


  
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

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.166s (PHP: 10% SQL: 90%)
SQL queries: 10 - Debug Off - GZIP Enabled