How do I install a "logout" button, preferrably next to "submit" and "cancel".
I will keep digging away awaiting an answer, but can't seem to find the solution.
I am running Easy Profile Basic on Joomla 3.3
Thanks. You can send instructions.
Do you recognize these error screens?
This is a warning generated by your template, jsntplframework system plugin it is not our. You must contact Joomlashine support. <a class="btn btn-danger'" href="/component/users/?task=user.logout&Itemid=542"><span>Logout</span></a>
//JSession::checkToken('request') or jexit(JText::_('JInvalid_Token'));
JSession::checkToken('request') or jexit(JText::_('JInvalid_Token'));
//JSession::checkToken('request') or jexit(JText::_('JInvalid_Token'));
Easy Profile Support wrote:
Hi,
I have added this code to line 94 of file /templates/jsn_boot_pro/html/com_users/profile/edit.php to generate the button on edit profile page
<a class="btn btn-danger'" href="/component/users/?task=user.logout&Itemid=542"><span>Logout</span></a>
Now to work and not give errors, you must comment the line 89 of file /components/com_users/controllers/user.php.
//JSession::checkToken('request') or jexit(JText::_('JInvalid_Token'));