Quote:
Originally Posted by Lynne
|
Okay when doing this what do i have to select on Hook Location??
Quote:
Originally Posted by borbole
If you want to do that with my mod, change this code at the mod file
PHP Code:
if (!$vbulletin->userinfo['userid'] && $forum['guests_avatars'])
to this:
PHP Code:
if ($forum['guests_avatars'])
Or you can create a new mod by following Lynne's advice above.
|
Bro what will that do??i have changed the code like you said but i cant see anything happening??