Ranks Page 1.0.5

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Ranks Page 1.0.5

Post by Cable Player »

Ooh, I feel privileged to have had the update before everybody else! ;)

Ranks Page 1.0.5

Post by DeadCool »

awesome mod thanks stoker :geek:

Ranks Page 1.0.5

Post by dvjrickkraft »

Is it possible to have the number of users in each rank? There was another mod posted at the Star Trek phpbb site but it won't AutoMOD. Just a feature request, thanks!

Ranks Page 1.0.5

Post by Firebrand »

Is there any way to sort by two condition?
db0f1e6c0878586d14a1bf7dc7d26838.png
As you can see, ranks with stars goes to normal users. Ranks with colored images goes for special groups.

However, the 0 star (for users) is followed by a special rank, because both of them have the requirement of 0 posts.

So I would like to sort by rank_min and rank special.


EDIT: I managed to solve it:

Find

Code: Select all

ORDER BY rank_min ASC';
Replace

Code: Select all

ORDER BY rank_min ASC, rank_special DESC';

Result:
result.png
You do not have the required permissions to view the files attached to this post.

Ranks Page 1.0.5

Post by Stoker »

Thanks for giving the solution Firebrand :thumb:

Re: Ranks Page 1.0.5

Post by Dragosvr92 »

@Stoker, do you have any plans on updating this into an extension? :)

Re: Ranks Page 1.0.5

Post by Stoker »

Dragosvr92 wrote:@Stoker, do you have any plans on updating this into an extension? :)
https://www.phpbb.com/community/viewtop ... #p13998416