Please note: This was written for IPB 2.1.x and may not work correctly in other versions.
Want your google search onto your search page like the attached image below.
Open your AdminCP and click on the
Look & Feel tab, then in
Skin Management open the
Edit Template HTML for the skin you want to edit. Now click on
Search, followed by
Form. Once that's opened add this code to the bottom:-
Code:
<br />
<div class="borderwrap">
<table class='ipbtable' cellspacing="0">
<tr>
<td colspan="2" class="maintitle" align="center">Search Google</td>
</tr>
<tr>
<td class="row2">
l<!-- Your google search code goes in here -->
</td>
</tr>
</table>
</div>
Remember to put your google search code in there
