I have threadbit set up in a way that search results show different threadbit code than forumdisplay:
<if condition="$pageurl == '/search.php'">
threadbit_for_search_results_goes_here
<else />
normal_threadbit_goes_here
<if>
Problem is my threadbit page is getting a little to full with both - is there a way to split the two up so I can keep my code for the search results in a different template?
<if condition="$pageurl == '/search.php'">
threadbit_for_search_results_goes_here
<else />
normal_threadbit_goes_here
<if>
Problem is my threadbit page is getting a little to full with both - is there a way to split the two up so I can keep my code for the search results in a different template?
Comment