You are here:  » Search Results Right Column

Support Forum



Search Results Right Column

Submitted by cq on Fri, 2007-08-24 10:15 in

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

Submitted by support on Fri, 2007-08-24 10:40

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.

Submitted by cq on Fri, 2007-08-24 10:57

Hi David,

Where do i insert this code. Is it after html/header.php html/footer.php or etc etc.

thanks
jack

Submitted by support on Fri, 2007-08-24 12:27

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.