PDA

View Full Version : $searchbit wheres the template


Benj
10-31-2007, 12:41 AM
where the template that controls each row of a searches output, ive found $searchbit but i cant actually find the template that controls its contents :D

Freesteyelz
10-31-2007, 03:33 AM
Check templates:

search_results_postbit
search_results_postbit_lastvisit

threadbit (is probably what you want)
threadbit_lastvisit
threadbit_deleted

*You may also want to edit template "search_results".

Benj
11-01-2007, 11:39 PM
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

Mark.B
11-02-2007, 01:17 AM
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.

<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.

Benj
11-02-2007, 01:21 AM
ye im changing the whole template :(