[kronolith] Guest Services Calendar

Jason Rust jrust at rustyparts.com
Fri Oct 31 08:45:31 PST 2003


On 2003.10.30 22:30:11 +0000, mbydalek at zivix.com wrote:
> Is there a way to set a static calendar for Guests?  What I mean by this is that
> I setup a calendar called "Public Calendar" that I want to use for guest to
> see.

I use something like this in my prefs.php file to ensure that guest
users don't have a dropdown and can only see the public calendar:
// if it's a guest user then they can only view the public calendar
if (!Auth::isAuthenticated()) {
    $_prefs['display_cals']['value'] = 'a:1:{i:0;s:32:"598299d9112356b4be4cce06ec449bdf";}';
}

-- 
http://www.rustyparts.com/
ban the rustoleum!


More information about the kronolith mailing list