Hi David,
I tried to use html/user_searchresults_before.php and html/user_searchresults_after.php into search.php. it seems that it doesn't work. where to i insert the codes. and i refer to some of the nodes and tried but didn't work. however the html/user_footer_before.php and html/user_header_after.php works fine.
How to solve this problem
thanks
jack
Hi David,
Where do i insert this code. Is it after html/header.php html/footer.php or etc etc.
thanks
jack
Hello Jack,
You don't need to insert any other code - just create these two files in your html/ directory. They will then be included before and after the search results. Simply add your own HTML to display in the right column where it says "**** YOUR RIGHT COLUMN CONTENT e.g. Adsense Codes HERE ****"
Cheers,
David.
Hi Jack,
To add some content on the right of the search results, create the following files:
html/user_searchresults_before.php:
<div>
<div style='float:right;'>
**** YOUR RIGHT COLUMN CONTENT e.g. Adsense Codes HERE ****
</div>
html/user_searchresults_after.php:
</div>
Hope this helps!,
Cheers,
David.