Needs work
Project:
WoW Armory
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
25 Feb 2011 at 13:58 UTC
Updated:
8 Mar 2011 at 01:20 UTC
Jump to comment: Most recent file
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
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | drupal_wow_ranks.jpg | 47.71 KB | nhdriver4 |
Comments
Comment #1
trentoncolley commentedCould an achievement look-up of no new achievements in 2 weeks work?
Comment #2
lyly_double0 commentedThank 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.
Comment #3
nhdriver4 commentedComment #4
nhdriver4 commentedSo 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.
Comment #5
lyly_double0 commentedThat's exactly what I needed! Thank you very much!
Comment #6
nhdriver4 commentedI'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.
Comment #7
nhdriver4 commented