Would it be possible to have an option to choose the ranks to show in order to show only active characters or only raiders without rerolls?

Thanks

CommentFileSizeAuthor
#4 drupal_wow_ranks.jpg47.71 KBnhdriver4

Comments

trentoncolley’s picture

Could an achievement look-up of no new achievements in 2 weeks work?

lyly_double0’s picture

Thank you for your answer.

it would work in the case of active character, but I would also be able to show only the raider of a guild. We have a special rank for rerolls, so rank filtering would be more adapted to what I would like to do.

I do it now with a really dirty hack at the table construction, if($member->rank<4) is the condition for the row to be printed out... but the page pages are messed up if not all the members are lying on the same page.

nhdriver4’s picture

Assigned: Unassigned » nhdriver4
nhdriver4’s picture

Status: Active » Needs review
StatusFileSize
new47.71 KB

So long as I've figured out how to commit to this new git system, this feature is now in the latest dev version. Enjoy. Let me know if this suits your needs.

lyly_double0’s picture

That's exactly what I needed! Thank you very much!

nhdriver4’s picture

Status: Needs review » Needs work

I'm leaving this open and changing the status to needs work. The actual query needs to be modified. Currently, the excluded ranks are hidden from view which causes the pagination to display incorrectly.

nhdriver4’s picture

Version: 7.x-1.1-rc1 » 7.x-1.x-dev