slabbi wrote: Can you try following
In pms.uddeim.profilelink.php line 130 change
$return .= "<a href='".$link."'>".$textLink."</a>";
to
$return .= "<a href='".uddeIMsefRelToAbs($link)."'>".$textLink."</a>";
This routes the relative link through JRoute().
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
slabbi wrote: How does the link look like with and without the modification?
I cannot reproduce the problem in my test server.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.