Quote:
Originally Posted by Kaitou Ace
Yeah, and I found the problem. It's hard-coded with group 8 being banned, but since my forum used to be an ipb some 5 years back, my banned group is different. Hardcoded the hook for the banned groups I use and it's fine now.
|
My banned usergroupid is 13.
I edited xml;
if ($this->registry->options['avatarenabled'] && $this->post['usergroupid'] == 8)
as
if ($this->registry->options['avatarenabled'] && $this->post['usergroupid'] == 13)
than installed it and uploaded jpg to images/avatars/ folder as banned.jpg
Still not working =(
4.1.0 PL2