Title |
title link in searches results |
Message Text |
hi!
in searchall.tpl and ... more i supose
here :
<IF {LINKTOTAL}>
<td valign="top" width="25%">
<!-- BEGIN SEARCH links RESULTS -->
<!-- BEGIN RECIP -->
<p>
<span class="title"><a href="{TRACKLINKURL}" class="reciplink">{LINKTITLE}</a></span> {LINKNEW} {LINKUPDATED} {LINKADMIN}<br >
<span class="labels">Description:</span> {LINKDESC
if i want to add the title="{LINKTITLE}" in the link url like that
<IF {LINKTOTAL}>
<td valign="top" width="25%">
<!-- BEGIN SEARCH links RESULTS -->
<!-- BEGIN RECIP -->
<p>
<span class="title"><a href="{TRACKLINKURL}" class="reciplink" title='{LINKTITLE}">{LINKTITLE}</a></span> {LINKNEW} {LINKUPDATED} {LINKADMIN}<br >
<span class="labels">Description:</span> {LINKDESC
AND if in the title link there is a word match with the word of the search and have the yellow mark on ... result by a bug in the text of the title
because the <span class ... is IN the title ...
how to desactivate or activate it just one time like this for example ? :
<IF {LINKTOTAL}>
<td valign="top" width="25%">
<!-- BEGIN SEARCH links RESULTS -->
<!-- BEGIN RECIP -->
<p>
<span class="title"><a href="{TRACKLINKURL}" class="reciplink" title='{LINKTITLE}"><MARKUP ON>{LINKTITLE}<MARKUP OFF></a></span> {LINKNEW} {LINKUPDATED} {LINKADMIN}<br >
<span class="labels">Description:</span> {LINKDESC
tks |
Rating |
0/5 based on 0 votes.
|
Ownership |
noifrup |
Views |
510 views. Averaging 0 views per day. |
Similar Topics |
|
Submission Date |
Oct 17, 2007 - 2:26 PM |