Collect character profile by default.

Post suggestions or requests of WarcraftRealms UI Mods here
Post Reply
User avatar
Eielia
Posts: 6
Joined: Mon Aug 22, 2005 3:35 pm

Collect character profile by default.

Post by Eielia »

Is there any way to make it so that, by default, CensusPlus gahers profile information, even if it requires editing a config file?

If not, I'd like to see this implemented; just a simple option to change the default and/or turn on profile information gathering for all known characters.
ImageImage

ImageImage

Marvin_of_Mars
Posts: 6
Joined: Fri May 12, 2006 2:36 pm
Location: Indiana - USA

Post by Marvin_of_Mars »

That would definately be something I'd like to see implemented.

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

Post by Rollie »

It can be done fairly easily.

Open up /Interface/AddOns/CensusPlus/CensusPlusProfiler.lua

At the top of the file, there is this line:

Code: Select all

CensusPlus_DoThisCharacter = false;
Just change it to

Code: Select all

CensusPlus_DoThisCharacter = true;

and I think that should default to collect the data.
phpbb:phpinfo()

Post Reply