{$siteUrl}
and 1 or two others but I cant find a list that shows more.
Mostly I need one to detect guests
If guest
this
else
this
end if
{$siteUrl}
and 1 or two others but I cant find a list that shows more.
Mostly I need one to detect guests
If guest
this
else
this
end if
if (!OW::getUser()->isAuthenticated() )
{
//they are a guest and not signed in so take them to home page
$this->redirect(OW_URL_HOME);
}
ow_system_plugins/base/views/components/console.html but it doesn't work
I have a <div> that I am trying to show to members. Any ideas?
Thanks so much in advance!!<div>my html stuff </div>
<?php endif; ?>
I am doing this in ? How can I detect if someone is logged in?
not sure why not.
Thanks
I will leave this here for posterity so other noobs can benefit.
{if ($label == "Messages") }TEST{/if}