Quote:
Originally Posted by The Geek
Sure, just edit the AME templates for that style so that it only includes the link
|
Wow! This mod just gets better and better:up:
So replace in ame_output template
Code:
<div style="display: none;" id="ame_noshow_$ameinfo[id_tag]">
<a href="$ameinfo[url]" title="$ameinfo[title]" target="_blank">$ameinfo[title]</a>
</div>
<div style="display: inline;" id="ame_doshow_$ameinfo[id_tag]">
$ame_results
</div>
with something like
Code:
<a href="$ameinfo[url]" title="$ameinfo[title]" target="_blank">$ameinfo[title]</a>
Basically! I'll give it a go! Cheers
PERFECT!