Weird problem with rank display

Theme, template, layout, or image issues

Weird problem with rank display

Postby steeldragon » Wed Jul 05, 2006 5:43 pm

http://www.guildexorcism.com/roster/ind ... uild_title

for some reason it's splitting the display of the High Exorcist rank into 2 parts & showing 1 half over the Dark Master (guildmaster) rank.

any ideas?
User avatar
steeldragon
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Wed Jul 05, 2006 1:39 am

Weird problem with rank display

Postby ThePrimaryDave » Wed Jul 05, 2006 11:04 pm

Do you actually mean "High Inquisitor"? I see two tables of that and that seems...odd...

Did you change the order of the ranks? Or add a new one? Perhaps you need to clear out all the guild profiler settings (I'll guess it's '/gp purge all' but I'm not sure).
ThePrimaryDave
WR.net Apprentice
WR.net Apprentice
 
Posts: 64
Joined: Wed Jul 05, 2006 9:45 pm
Location: Central Coast of CA

Re: Weird problem with rank display

Postby steeldragon » Thu Jul 06, 2006 6:19 pm

crap yeah High Inquisitor - sorry :oops:

As far as i'm aware there's been no new ranks added to the guild by the GM.

i'll try doing the cache flush as yo suggest & see what that comes up with.
Last edited by steeldragon on Thu Jul 06, 2006 7:05 pm, edited 1 time in total.
Image
User avatar
steeldragon
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Wed Jul 05, 2006 1:39 am

Weird problem with rank display

Postby zanix » Fri Jul 07, 2006 2:07 am

This is sorted by the numeric value of the rank, so clearing your CP.lua file, grab the data again, and re-uploading should do the trick
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: Weird problem with rank display

Postby steeldragon » Sun Jul 09, 2006 3:53 am

nah i've tried that & it's still teh same :S


i've attached the CP.lua for you to have a look at zanix if thats ok.
Attachments
characterprofiler.lua
(110.97 KiB) Downloaded 352 times
Image
User avatar
steeldragon
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Wed Jul 05, 2006 1:39 am

Weird problem with rank display

Postby zanix » Sun Jul 09, 2006 4:30 am

In your CP.lua file

You have two ranks named "High Inquisitor"

Ranks 2 and 3
Code: Select all
         ["Ranks"] = {
            ["Index"] = {
               ["Rank6"] = {
                  ["Title"] = "Exorcist",
                  ["Control"] = "1:1:0:0:0:0:0:0:0:0:0:0:0",
                  ["Index"] = 6,
               },
               ["Rank3"] = {
                  ["Title"] = "High Inquisitor",
                  ["Control"] = "1:1:1:1:1:0:0:0:1:1:1:1:0",
                  ["Index"] = 3,
               },
               ["Rank4"] = {
                  ["Title"] = "Inquisitor",
                  ["Control"] = "1:1:1:1:0:0:0:0:0:0:0:0:0",
                  ["Index"] = 4,
               },
               ["Rank5"] = {
                  ["Title"] = "High Exorcist",
                  ["Control"] = "1:1:1:0:0:0:0:0:0:0:0:0:0",
                  ["Index"] = 5,
               },
               ["Rank2"] = {
                  ["Title"] = "High Inquisitor",
                  ["Control"] = "1:1:1:1:1:1:1:1:1:1:1:1:0",
                  ["Index"] = 2,
               },
               ["Rank1"] = {
                  ["Title"] = "High Mistress",
                  ["Control"] = "1:1:1:1:1:1:1:1:1:1:1:1:1",
                  ["Index"] = 1,
               },
               ["Rank7"] = {
                  ["Title"] = "Acolyte",
                  ["Control"] = "1:1:0:0:0:0:0:0:0:0:0:0:0",
                  ["Index"] = 7,
               },
            },
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: Weird problem with rank display

Postby steeldragon » Sun Jul 09, 2006 2:58 pm

-sigh- ok - how come its not going rank 0,1,2 like it used to tho? i know thats been done so that only certain High Inquisitors have kick priviledges (some ours are a little too trigger happy).
Image
User avatar
steeldragon
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Wed Jul 05, 2006 1:39 am

Re: Weird problem with rank display

Postby steeldragon » Tue Jul 11, 2006 6:41 pm

any idea how i can get round this without changing the rank names tho? as ideally we dont want an 'in-between' rank just for 2 officers
Image
User avatar
steeldragon
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Wed Jul 05, 2006 1:39 am

Weird problem with rank display

Postby ScratchMonkey » Tue Jul 11, 2006 10:08 pm

Not really, as you really do have two different ranks, even if they have the same name. You could hack the code, but I'd rather the official release not merge two ranks with the same name.

Why are you giving "trigger happy" players access to a high rank? That's grounds for demotion (and possibly kicking) in my guild. I want people I can count on to act maturely, not prima donnas I have to coddle.
User avatar
ScratchMonkey
WR.net Expert
WR.net Expert
 
Posts: 212
Joined: Wed Jul 05, 2006 4:32 pm
Location: San Pablo, CA

Re: Weird problem with rank display

Postby steeldragon » Tue Jul 11, 2006 10:16 pm

well the gm has sorted it now, so shouldnt be a problem.
Image
User avatar
steeldragon
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Wed Jul 05, 2006 1:39 am

Re: Weird problem with rank display

Postby steeldragon » Fri Jul 14, 2006 2:33 am

Ok, the Dark Inquisitor rank is now only rank 2 & Dark Council is rank 3.

I've cleared my CP cache, resaved & re-uploaded, but it's not fixed the problem of the tables splitting around the Dark Mistress (GM) rank.

Any ideas? And i hope the solution isnt to clear the database :(
Image
User avatar
steeldragon
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Wed Jul 05, 2006 1:39 am

Weird problem with rank display

Postby zanix » Fri Jul 14, 2006 2:38 am

Find the ["Ranks"] section in CP.lua and see if anything is duplicated
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: Weird problem with rank display

Postby steeldragon » Fri Jul 14, 2006 1:41 pm

As you can see below there's no duplications of ranks at all now. would it be prudent to go directly into the database & amend the ranks manually?

Code: Select all
["Ranks"] = {
            ["Index"] = {
               ["Rank4"] = {
                  ["Title"] = "Exorcist",
                  ["Control"] = "1:1:0:0:0:0:0:0:0:0:0:0:0",
                  ["Index"] = 4,
               },
               ["Rank5"] = {
                  ["Title"] = "Acolyte",
                  ["Control"] = "1:1:0:0:0:0:0:0:0:0:0:0:0",
                  ["Index"] = 5,
               },
               ["Rank2"] = {
                  ["Title"] = "Dark Inquisitor",
                  ["Control"] = "1:1:1:1:1:1:1:1:1:1:1:1:1",
                  ["Index"] = 2,
               },
               ["Rank1"] = {
                  ["Title"] = "Dark  Mistress",
                  ["Control"] = "1:1:1:1:1:1:1:1:1:1:1:1:1",
                  ["Index"] = 1,
               },
               ["Rank3"] = {
                  ["Title"] = "Dark Council",
                  ["Control"] = "1:1:1:1:0:0:0:0:1:1:1:1:0",
                  ["Index"] = 3,
               },
Image
User avatar
steeldragon
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Wed Jul 05, 2006 1:39 am

Weird problem with rank display

Postby zanix » Fri Jul 14, 2006 1:54 pm

Well, roster doesnt store or even use this array
It's just a way to see if there is anything wrong with GP in getting the data

One possible solution, empty all the tables except roster_config and upload fresh
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: Weird problem with rank display

Postby steeldragon » Fri Jul 14, 2006 2:01 pm

fixed! i emptied the roster_members table & re-uploaded. on checking the table i found that the top 2 ranks were occupying slot 1 in the sorting which was causing the table to split.

thanks for your help zanix :)
Image
User avatar
steeldragon
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Wed Jul 05, 2006 1:39 am

Next

Return to Appearance

Who is online

Users browsing this forum: No registered users and 1 guest

cron