In the ACP (in version 0.9.4) the links which you click have an added http:// in front of them while the links on the regular links page do not.
In order to fix this all I needed to do was to:
- Code: Select all
#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/admin/links_body.tpl
#
#-----[ FIND ]------------------------------------------------
#
<td class="{row.cat.sub.link.ROW_CLASS}" align="center" width="100%">
<span class="gensmall"><a href="http://{row.cat.sub.link.LINK_URL}">{row.cat.sub.link.LINK_NAME}</a></span>
#
#-----[ IN-LINE FIND ]----------------------------------------
#
http://
#
#-----[ DELETE ]-----------------------------------------------
http://


