When User Logged in call C5.8
Permalink
Has the code change for determining if a user is logged in?
<?php global $u; if (!$u -> isLoggedIn ()) { ?>
// Do something
<?php } ?>
It's kicking me an error saying that the call is nolonger.
The if user in edit mode is still working correctly.
<?php if ($c -> isEditMode()) { ?>
// Do something
<?php } ?>
Thanks in advance for your help
<?php global $u; if (!$u -> isLoggedIn ()) { ?>
// Do something
<?php } ?>
It's kicking me an error saying that the call is nolonger.
The if user in edit mode is still working correctly.
<?php if ($c -> isEditMode()) { ?>
// Do something
<?php } ?>
Thanks in advance for your help