When registered In Jevents, there is a setting where a registered user/members details are checked and if members, they have to login to register for an event. If a member, a message appears telling them to login and they will be returned to the event (details filled in, just having to press 'register').
All works fine, but it appears that when members login, they are now not going back to the event (last) page.
The login link/code in the message is:
<a href="%s" title="login">
This creates this link:
/component/users/?view=login&return=aHR0cHM6Ly93d3cueW91cmJ1c2luZXNzY29tbXVuaXR5LmNvLnVrL2V2ZW50cy9ldmVudGRldGFpbC8xMjM2Ny95YmMtbWVnYS1icmVha2Zhc3Q=&Itemid=2998
In member plans I have the home page shown as the url to go to after logging in and have removed this, without change.
Any thoughts?