For Matt or anyone else familiar with fallout:)
Userpages didn't work unless $user_data was set which required someone
to log in... userpage/index.php:
if ($user_data->allow_access("userpage")) {
$admintest = $security_hash;
} else { $admintest = 0; }
so just a hack to get pages working...
if(is_object($user_data)){ //added
if ($user_data->allow_access("userpage")) {
$admintest = $security_hash;
} else { $admintest = 0; }
} else { $admintest = 0; } //added
---
although i haven't got a complete grasp of fallout, i was wondering if
a user should be authenticated with 'anonymous/or something' permissions
initially and have access to everything in the system not requiring log
in... and possibly even userpages can also have permissioned access.
just my $.02.
also i've been banging my head to find where boxtyles are formating the
module output in the codebase... could i get a hint?
fallout is a nice improvement... thanks Matt:)
cheers,
-warren
__________________________________________________
FREE voicemail, email, and fax...all in one place.
Sign Up Now! http://www.onebox.com
|