Quote:
Originally Posted by khalled
Dear Leo Brazil
i use your code after the following in search_resultlist to add the block at the end of search result
- after the following add the adsense code
Code:
<vb:if condition="$show['results']">
<ol id="searchbits" start="1" class="searchbits">
{vb:raw searchbits}
</ol>
but where i can add it to appear in the beginning of search result
|
Sorry Khalled, I've been too busy.
If you want it to appear on top of the search list, add the code right after:
Code:
<vb:if condition="$show['results']">
If you like the way it shows at the end on search results, it'll be the same like I'm telling but it's going to show up at the beginning.
Try it and let people know here if it works.