Quote:
Originally Posted by Benj
dam it im assuming from taking a deaper look that it uses the thread template  problem is i only want to change the search output not the thread view  any ideas
|
If the changes are not major you can probably use a conditional.
Code:
<if condition="THIS_SCRIPT == 'search'">
Anything with that conditional around should only show up on a search page.
Like I say that's only practical if the changes are fairly minor.