Ok, I fixed the semi-colon cosmetic problem. Try the following code and let me know if this works for you.
Quote:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In the search_results template
Find:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
; $vbphrase[forum]: $displayForums <if condition="$childforums">$vbphrase[and_child_forums]</if>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
REPLACE it with
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<if condition="$dontcache=1">
Unanswered Threads --
<else />
;
</if>
$vbphrase[forum]: $displayForums <if condition="$childforums">$vbphrase[and_child_forums]</if>
|