I've just updated to Robert's latest Identify Widget, but the display of hyperlinks is irregular. None of the layers show the standard icon in either the Identify Results box or the popup. The layers (mostly points) with just one link field specified do show a hyperlink (website) that the end user can click, but only in the popup (not in the Results list). I have one layer, Tax Parcels, with two link fields. While the complete URL text (from the respective link field) is listed in both the Results list and popup, neither option is a hyperlink the user can click to bounce to the respective webpage.
Here's my configuration for this Tax Parcel Layer:
<layer>
<name>Tax Parcels</name>
<fields>TAX MAP ID,E911 LOCATION,OWNER 1,IMAGEMATE ONLINE LINK, SALES HISTORY</fields>
<links>
<link includeinresults="true" field="IO_LINK" alias="IMAGEMATE ONLINE">
<linkprefix></linkprefix>
<linksuffix></linksuffix>
<iconfield></iconfield>
<iconprefix></iconprefix>
<iconsuffix>assets/images/group-layer.png</iconsuffix>
</link>
<link includeinresults="true" field="SALEHIST" alias="SALES HISTORY">
<linkprefix></linkprefix>
<linksuffix></linksuffix>
<iconfield></iconfield>
<iconprefix></iconprefix>
<iconsuffix>assets/images/sales.png</iconsuffix>
</link>
</links>
<zoomscale>2400</zoomscale>
<forcescale>true</forcescale>
</layer>
[ATTACH=CONFIG]12553[/ATTACH] [ATTACH=CONFIG]12554[/ATTACH] [ATTACH=CONFIG]12555[/ATTACH] In the first and second images, the URL for each webpage is listed, but there's no hyperlink or icon. In the third image, the hyperlink is listed in the popup but the standard icon is missing.