We have a need for opening the User Profile Edit page in a clean popup page without joomla navigation, modules etc.
That works fine with a link like this (from a non-CB page):
Code:
index.php?option=com_comprofiler&view=userdetails&user={id}&template=protostar
but on profile Save and Cancel we return with the default Joomla template, not with protostar.
Is there a way, ie overriding the CB profile edit view, to return with the desired template, protostar in this example?
Thanks