Logged Out
Create an Account
Login:
Password:

Forgot your password?
Guild Bank

Guild Bank
[Back to Index]
Thread Tags
Primary: [Support]
Secondary: None

Is there a way to change the default view of the guild bank?

My members are asking that it defaults to the "by character" view.

Thanks
At the moment, I'm afraid not.

Actually....scratch that. I think there just might, though it's admittedly a bit of a hack. Gimme a minute to see if it works.


--
It's all in the reflexes.
K, here's what you need to do. Again, it's a bit of a hack, but oddly enough, it works!


Head to "Menu Administration" and find one of the menus like "Vent Status" or "Raid Progression" or anything that's content, rather than just links. Click "Edit" on that one.

Then, in the HTML box below, enter the following:

<script language=javascript>
if(location.href.match(/guildbank\.php$/) && showtype)
showtype("indiv")
</script>


--
It's all in the reflexes.
Thats cool, what would be the code to show it default by "Type of Item"

And is there a way to have the Green items show up in a darker color of green right now it is a flouresent color, hard to read


--
What you can do, head to the Guild bank page, and hover over the "highlighting" text, like "By Type" and in the status bar, you'll see it say "javascript: showtype('type')"

That text 'type' is what you want to put in, instead of 'indiv'

And you could do that for every bit, Hovering over "By Level" gives 'level', for example.

So, in your case, replace 'indiv' with 'type' and there you are.


--
It's all in the reflexes.


[Back to Index]