As Chris said, this is related to recent ACL code changes. What you
need to do, if you can't contact the developer of your theme, is go
through each of your templates. Any instances similar to <?php if
( User::identify() ) { ?> or <?php if( $user ) { ?> need to be changed
to <?php if( $loggedin ) { ?>.

Rick

On Nov 28, 9:48 pm, "Chris Meller" <[EMAIL PROTECTED]> wrote:
> Sounds like this is a newly-created issue with the theme you're using.
> Recent ACL code changed the way the User::identify() method works, so that
> it's no longer compatible with older themes.
>
> If you're using a theme created by someone else, I'd check and see if
> there's an update available. I'll let someone else chime in with details on
> how to fix a theme, since I'm not 100% sure I know all the hurdles, but you
> could also stop by the IRC channel for help...
>
>
>
> On Fri, Nov 28, 2008 at 9:43 PM, sfong15 <[EMAIL PROTECTED]> wrote:
>
> > Subject isn't strictly right, in fact I know I have logged out but the
> > browsers show me that I haven't?
>
> > This behavior is consistent on Safari, FF and Chrome, so I guess this
> > is Habari's.
>
> > I have logged out, definitely 'cos I did it from dashboard and got
> > redirected but I still see 'edit' link on entries.    When I clicked
> > 'edit' link then I see the message 'We saved the last form you posted.
> > Log back in to continue its submission....'. and the loginform.
>
> > I think this is to do with the 'save form' feature and setting
> > cookies...etc
>
> > This just doesn't look right.
>
> --
>
> Mae West  - "I like restraint, if it doesn't go too far."
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/habari-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to