Hi,
I have 2 related points.
- The ability to change the destination when the user logs in has changed with Helix Ultimate 2.0.4.
Previously, in the file
templates / shaper_helixultimate/ html / com_users / login / default_login.php
we changed the code on lines 85-85 to new code that would redirect the user to the current page they were on when they logged in.
However, now, the only entry in the file is
require HelixUltimate\Framework\Platform\HTMLOverride::loadTemplate();
How can we direct users to the current page when they log in now?
- We have seen the 'Enable Login' function under the 'Basic' settings on the template. The default items on the drop down are Profile and Logout. How can we edit those options to add some of our own menu items, dpending on the acl options of the user?
Thanks