Disabling of Bags, Bank, Mail and such?

Requests, feedback, and general discussion about WoWRoster
DO NOT post topics about WoWRoster AddOns here!

Disabling of Bags, Bank, Mail and such?

Postby Disposable » Sun Jul 16, 2006 1:41 am

I noticed the option to put the users right to disply Mail, Bags, Money, Bank whatever... But where is that option to disable for individual toons?

Some of my guildies will not use this because they feel like they may be harrassed over bags and banks and such... (Can I have that? Gimme that! etc)

Went through the settings, and looked into my own toon to see a way, but nothing is visible that I am aware. Perhaps a CP configure? I didnt see any options there, but again perhaps I am overlooking something.

Thanks in advance, and sorry if this is a n00b question ;)
Disposable
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Sat Jul 15, 2006 11:10 pm

Disabling of Bags, Bank, Mail and such?

Postby zanix » Sun Jul 16, 2006 1:47 am

Go to roster config

Then per-user display
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: Disabling of Bags, Bank, Mail and such?

Postby Disposable » Sun Jul 16, 2006 1:48 am

Yeah just noticed that. SO I guess only admin can filter that out for people.

Seems a hassle for big guild. guess only other way to get around that is to implement a login system for people to upload thier info eh.

Perhaps that will be addressed one day (hope since I dont code;) )
Disposable
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Sat Jul 15, 2006 11:10 pm

Disabling of Bags, Bank, Mail and such?

Postby zanix » Sun Jul 16, 2006 2:04 am

Disposable wrote:Yeah just noticed that. SO I guess only admin can filter that out for people.

Seems a hassle for big guild. guess only other way to get around that is to implement a login system for people to upload thier info eh.

Perhaps that will be addressed one day (hope since I dont code;) )

Correct, seems like a hassle but would you rather not have it?
In the previous version (1.6.0), these settings were global, so it sets everyone's to either on or off.

Without a login system, this is the only way to effectively set these permissions
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

Disabling of Bags, Bank, Mail and such?

Postby ThePrimaryDave » Sun Jul 16, 2006 12:45 pm

There should be another way, from within the in-game options for Character Profiler: just don't save that info. If you don't have the info saved, there's no way it can make it to roster.
ThePrimaryDave
WR.net Apprentice
WR.net Apprentice
 
Posts: 64
Joined: Wed Jul 05, 2006 9:45 pm
Location: Central Coast of CA

Re: Disabling of Bags, Bank, Mail and such?

Postby Anaxent » Sun Jul 16, 2006 12:51 pm

ThePrimaryDave wrote:There should be another way, from within the in-game options for Character Profiler: just don't save that info. If you don't have the info saved, there's no way it can make it to roster.


I believe there is try to type /cp ingame for options to use.
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

Re: Disabling of Bags, Bank, Mail and such?

Postby Disposable » Mon Jul 17, 2006 7:08 am

I didnt see any per setting options.
IE: Disable Bank and bags etc.
/cp

Just didnt see it at first, then seen it and made suggestion ;)


Login system would be nice, perhaps using a parent message board like vb or phpbb etc. then can grandfather the logins from there to eliminate the hassle of signing up or osme such.

Perhaps one day I will have to motivate myself to learn how to code some stuffs. (mebbe, but guessing im too lazy)
Disposable
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Sat Jul 15, 2006 11:10 pm

Disabling of Bags, Bank, Mail and such?

Postby zanix » Mon Jul 17, 2006 7:58 am

Yeah, lazyness and time are a big deciding factor on what goes into roster
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

Disabling of Bags, Bank, Mail and such?

Postby ThePrimaryDave » Mon Jul 17, 2006 10:23 am

And let's not forget "trying to have a life." No one's paying the devs to develop roster. If you want something added, feel free to make it yourself and submit it. If it works, they'll probably include it! :D
ThePrimaryDave
WR.net Apprentice
WR.net Apprentice
 
Posts: 64
Joined: Wed Jul 05, 2006 9:45 pm
Location: Central Coast of CA

Disabling of Bags, Bank, Mail and such?

Postby Fettator » Thu Jul 20, 2006 7:54 pm

I did some coding (copy of update.php and config.php), so that everybody who uploads his char from the website can modify the display-options for only his chars just after upload. Because only then the chars are known by the system. So there's no extra authentification needed!!

This was my first coding in php, so I don't know if it's good enough for here...
In the last col of my "DispMan"-addon there now also is the possibillity to choose the mainchar, which is stored in "account_id":
Mainchar_account_id = mainchar_member_id*100
Twink_account_id = mainchar_member_id * 100 + twink_member_id
If Mainchar_member_id is '5':
Mainchar_account_id: 500
Twinks_account_id: 5xx
and so on...
So it's easy to calculate back for sorting for mainchars/twinks, which is already implemented (see profiler.fettator.de col-header "Mainchar-Sicht")

It's all made in german (with some english comments) and not completely following the addon-building instructions, because my modified update1.php with the included addon "DispMan" is still in the admin-path even if DispMan.php is right located under Addons. But maybe it will help on developing for next version, at last as an idea??
I can post the files to someone interested.

Sorry for language-errors...
Image
Last edited by Fettator on Thu Jul 20, 2006 8:23 pm, edited 1 time in total.
Fettator
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Thu Jul 20, 2006 7:33 pm

Re: Disabling of Bags, Bank, Mail and such?

Postby Fettator » Thu Jul 20, 2006 8:02 pm

It's the wrong place here, I know, but ontopic for the question... hm...
Fettator
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Thu Jul 20, 2006 7:33 pm

Disabling of Bags, Bank, Mail and such?

Postby zanix » Fri Jul 21, 2006 4:05 am

It's ok, it is ontopic, and if you want you can make a post in the 3rd party addons forum
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: Disabling of Bags, Bank, Mail and such?

Postby Fettator » Fri Jul 21, 2006 1:41 pm

@Zanix:

I think my coding is really not good enough and too complex/unstructed for publishing. So as I mentioned, it's maybe just an idea for the next version.

Hints:
For me storing the actual chars in an array while website-updating (what I've done in my new update1.php) would generally help to work with these values in different ways without any authentification-system. And these values (and I think to much other which I had to set as global) I used for my addon based on a heavy shortend config.php. Btw I've had many problems to understand how the displaying of the pages is managed corresponding to the post-data. Very tricky (for me)!! Maybe it would help to get these values for a kind of "trigger-allchar".php AFTER update is done.

Ok, so there are other members (and you of course) who could code something equal much better/easier, I'm sure! :thumright:
Last edited by Fettator on Fri Jul 21, 2006 1:43 pm, edited 1 time in total.
Fettator
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Thu Jul 20, 2006 7:33 pm


Return to General Support & Feedback

Who is online

Users browsing this forum: No registered users and 1 guest

cron