Quote:
Originally Posted by cad2go
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!
|
You rock. Thanks for this good sir!