I,m trying to create a printable User list (CB 1.9.0).
Seo is turned on in Joomla.
You can open the User list in a new window just by adding &tmpl=component to a non-SEO URL. This works when entering the URL directly in the browser.
Example:
Code:
http://www.mysite.com/index.php?option=com_comprofiler&task=usersList&listid=116&tmpl=component
Then I try to add this URL as a link in the User list Description. <a target="_blank"
Code:
href="index.php?option=com_comprofiler&task=usersList&listid=116&tmpl=component">Printerfriendly version</a>
When I watch this link in frontend, the url has becom useless, it is a mix of SEO and non-seo url, like this:
Code:
http://www.mysite.com/mymenu/myitem/userslist/Mylist%20-%20text%20moretext?tmpl=component
Do you have any suggestions how to solve the broken link?