Quote:
Originally posted by mem
this hack only logined member can see
if you want to guest and logined member can see it
Modifiy index.php
Find :
PHP Code:
// Ok Get Users and Stats
if ($bbuserinfo['userid']!=0) {
Replace :
PHP Code:
// Ok Get Users and Stats
if ($bbuserinfo['userid']!=0 or $bbuserinfo['userid']=="") {
|
isnt easier to simply remove the if argument?