Quote:
Originally posted by Jawelin
I'm trying to investigate why some users has choosen an avatar in a category they shouldn't have seen ....
How could I go deeper ?
|
I think I've found the problem:
register.php
Infact, many users choose category-unaccesible avatars at register time.
I think the quickest solution could be replace
PHP Code:
if ($avatarenabled) {
with
PHP Code:
if ($avatarenabled and !$avatarpermissions) {
... What do you think about ?
Thnx