Hi guys
I am clicking install too now

finally using this hack for my forums after some problems. I have the forum in the folder /forum/ and had the gallery in the folder /sbcgalleries/. I was never logged in in the forum when I went there and the problem was that I had to move the 4images gallery to /forum/sbcgalleries/. Does the 4images gallery always have to be a subfolder in the forums dir? If so I think this wasn't mentioned in the install.txt for this hack.
although my who is online page says Unknow Location instead of viewing galleries....
this is in my functions_online.php file, anything wrong??
PHP Code:
// Album user online Mod
case 'sbcgalleries':
$userinfo['action'] = 'Viewing Galleries';
$userinfo['where'] = "<a href=\"$userinfo[location]\">$userinfo[location]</a>";
break;
// End