Dear,
How i can add Adsense 120x600 in lateral page of resultrs like your demo ? No adsense down only on right of search results. Regards Marco
Hello Marco,
To add AdSense on the search results like on the demo site; you need to create 2 new files:
html/user_searchresults_before.php:
<div> <div style='float:right;'> <?php if ($searchresults["numRows"]) { ?> <p> PASTE YOUR ADSENSE CODE HERE </p> <?php } ?> </div>
html/user_searchresults_after.php:
</div>
Hope this helps! Cheers, David.
©2006-2025 IAAI Software | Contact Us | Privacy Policy
Hello Marco,
To add AdSense on the search results like on the demo site; you need to create 2 new files:
html/user_searchresults_before.php:
<div>
<div style='float:right;'>
<?php
if ($searchresults["numRows"])
{
?>
<p>
PASTE YOUR ADSENSE CODE HERE
</p>
<?php
}
?>
</div>