Hello
is there any way to logout a user from joomla (so, a registerd user), after submitting a form ?
is there any way to logout a user from joomla (so, a registerd user), after submitting a form ?
Hi,
Try adding something like this to your "on submit - after email" code:
/Fredrik
Try adding something like this to your "on submit - after email" code:
<?
$application =& JFactory::getApplication();
$application->logout();
?>
/Fredrik
Hi stefandeblock ,
Had a hunt in the code and it looks as though $mainframe->logout(); should do it.
Bob
Had a hunt in the code and it looks as though $mainframe->logout(); should do it.
Bob
Hi Bob, where should i put this code ? in the after submit field ?
thnx bob,it works!
Ya! coool, here work well!
This topic is locked and no more replies can be posted.