Field containing a URL is not handled properly

More
10 years 4 months ago #2620 by Bart
We are migrating our site www.isipm.org from joomla 1.5 to 2.5
We have a table with some personal information related to our user.
One of this data is the URL of the user's personal web page (such as linkedin profile for example)
When we try to include this url in the catalog view (or the print view) the url is not presented in the right way e if you click on it a wrong link is generated.
The same table and code works fine on J15.
Please give a look at isipm.org > certificazione ISIPM > Lista certificati
and search for bart

Thanks

Please Log in to join the conversation.

More
10 years 4 months ago #2625 by Dirk
As far as I can see the the links are sometimes working.

But there seems to be a bug if a field has the protocol (http://) included.
Will be fixed with the next version.

Meanwhile you should disable url_linking in the menu options and use the following construct.
{joodb ifis|homepage}
   <a href="{joodb field|homepage}" target="_blank">HOMEPAGE</a>	
{joodb endif}

Please Log in to join the conversation.

Moderators: Dirkjoest