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.
Collect character profile by default.
-
- Posts: 6
- Joined: Fri May 12, 2006 2:36 pm
- Location: Indiana - USA
That would definately be something I'd like to see implemented.
<img src='http://www.mysigspace.com/wrsig/34447943.jpg'> <img src='http://www.mysigspace.com/wrsig/42401054.jpg'>
It can be done fairly easily.
Open up /Interface/AddOns/CensusPlus/CensusPlusProfiler.lua
At the top of the file, there is this line:
Just change it to
and I think that should default to collect the data.
Open up /Interface/AddOns/CensusPlus/CensusPlusProfiler.lua
At the top of the file, there is this line:
Code: Select all
CensusPlus_DoThisCharacter = false;
Code: Select all
CensusPlus_DoThisCharacter = true;
and I think that should default to collect the data.
phpbb:phpinfo()