
Ranks Page 1.0.5
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
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
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
Is there any way to sort by two condition?
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
Replace
Result:
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';
Code: Select all
ORDER BY rank_min ASC, rank_special DESC';
Result:
You do not have the required permissions to view the files attached to this post.
Re: Ranks Page 1.0.5
https://www.phpbb.com/community/viewtop ... #p13998416Dragosvr92 wrote:@Stoker, do you have any plans on updating this into an extension?