Feb
20
vB3 Is there a way to spit up ‘threadbit’ into two templates?
ByI 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?
