17
ok.. all you need is just to change the code in xmmemberstats/blocks/membership_block.php
in line 118 - 123
le="color: #000000"><?php $censored = "$add1.$add2.$add3.***"; $guess .= '<table class="outer" cellspacing="0"><tr><td class="even" colspan="2">'.$censored.'</td><td width="10%" align="center" class="odd"><img src="'.XOOPS_URL.'/modules/xmmemberstats/images/flags/'.$country.'.gif" alt="'.$alt.'"></td></tr></table>';
you can change to something like this:
le="color: #000000"><?php //$censored = "$add1.$add2.$add3.***"; $guess .= '<table class="outer" cellspacing="0"><tr><td class="even" colspan="2">[color=ff0000]Anonymous[/color]</td><td width="10%" align="center" class="odd"><img src="'.XOOPS_URL.'/modules/xmmemberstats/images/flags/'.$country.'.gif" alt="'.$alt.'"></td></tr></table>';

have a try... but maybe i can put this option in feature request.. but if you want to disable it in this version.. you can do so, by using that hack..