Guild Feeds - rank field

Questions and discussions on development tools for WarcraftRealms
User avatar
Kalamere
Posts: 5
Joined: Mon Mar 07, 2005 7:57 am

Guild Feeds - rank field

Post by Kalamere »

Do you fill in the rank field at all, or will that always show unknown? Obviously you'd only have ranks for guilds with people who have submitted census information, but there should be an upload from me in there someplace so I was expecting the latest update to pick those up for my guild, but no dice.

If you don't fill that in, that's cool I can write an addon for my site and track guild ranks seperatly, but I wanted to ask.

~Kal

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

What guild/server/character? I'll research it!
phpbb:phpinfo()

User avatar
Kalamere
Posts: 5
Joined: Mon Mar 07, 2005 7:57 am

Post by Kalamere »

Server: Stormrage
Guild: Carpe Aurum
Character: Kalamere
http://www.warcraftrealms.com/guilddisp ... arpe+aurum

I only uploaded for the first time yesterday, so perhaps it just isn't in the most recent stats, but then I also leveled yesterday (yay me!) and that is reflected in today's report.

User avatar
Kalamere
Posts: 5
Joined: Mon Mar 07, 2005 7:57 am

Post by Kalamere »

I see the guild ranks in there now.. so either you tweaked something or the latest run picked 'em up. Either way, thanks for looking at it!

~Kal

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

Yeah, I found some pieces that were still not working properly. I updated the code and reran your data and all looks good now =)
phpbb:phpinfo()

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

Tekka-

When was the last time you submitted a snapshot?
phpbb:phpinfo()

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

Ah, okay. Guild ranks can only be gathered by someone submitting data that is actually in that guild since it comes from the guild info tab. Try taking a snapshot and uploading your data and let me know if that doesn't correct your guild member ranks.
phpbb:phpinfo()

pyrus

Post by pyrus »

my ranks are showing up as 000006, 000005, 000007 ??? is this correct?
if so do you have a breakdown of what that means so I can do a replace with the rank name?

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

These values indicate the rank. Scout starts at 5 and it goes up from there.
phpbb:phpinfo()

Dalgren
Posts: 3
Joined: Wed Oct 19, 2005 12:21 pm

Post by Dalgren »

Hey rollie, I put up your script on my webpage, I even uploaded census twice over past few days.. It doesn't show everyone in my guild, ranks, and it shows people who are no long with us.

Am I doing something wrong? My code is the exact same as what you wrote, besides my guild ID...

http://www.warcraftrealms.com/guilddisp ... did=431115

http://www.redlyonsguild.com/?id=members

please help me!

Thank you,
Dalgren The Dwarf
Guild Master of Red Lyons

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

I am betting your submissions have not been processed yet. Were you logged in when you submitted data?
phpbb:phpinfo()

Dalgren
Posts: 3
Joined: Wed Oct 19, 2005 12:21 pm

Post by Dalgren »

Yes, each time. It says I have uploaded twice. when i click on my characters link.

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

Yeah, neither of your past 2 submissions have been processed. One is about to be processed and the exports should pick that up.
phpbb:phpinfo()

Dalgren
Posts: 3
Joined: Wed Oct 19, 2005 12:21 pm

Post by Dalgren »

Thanks! it works now.. How long does it take to typically be "processed" ?

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

Just depends on when you get your update in. The update process runs twice daily, 8 AM and 8 PM CST.
phpbb:phpinfo()

User avatar
Windavell
Posts: 15
Joined: Wed Oct 26, 2005 11:27 am

Post by Windavell »

for guild ranks is there some sort of numeric number to indicate rank? I import the data into our website database and want to sort by rank but it wont sort properly as ranks are not alphabetical. Dont want to have to re-write the rank names to get round this.

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

In the export, it is by rank index as given by the game itself. You will need to add in a lookup table to display the actual rank names.
phpbb:phpinfo()

User avatar
Windavell
Posts: 15
Joined: Wed Oct 26, 2005 11:27 am

Post by Windavell »

pvp ranks are by number but guild ranks are a string value.

Post Reply