Hello Reteep,
I have implemented the blogs in both my test and live forums.
URL of my live forum -
http://www.indusladies.com/forums
If you click on the search menu you will see the blog search there.
But I haven't yet implemented your Google CSE plugin in the live forum. It's just there in my test forum. Not sure you will be able to access my test forum (for it is not available to public).
So, I am providing the code in the template...
Quote:
blog_navbar_search
<tr>
<td class="thead">$vbphrase[search_blogs]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="blog_search.php?$session[sessionurl]do=dosearch" method="post">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="dosearch" />
<input type="hidden" name="quicksearch" value="1" />
<div><input type="text" class="bginput" name="title" size="25" tabindex="2003" /><input type="submit" class="button" value="$vbphrase[go]" tabindex="2004" /></div>
</form>
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="blog_search.php?$session[sessionhash]do=search">$vbphrase[advanced_search]</a></td>
</tr>
|
Is this what you were looking for? If yes, I can also provide you codes in the template blog_search_results and blog_advanced_search, if required.
Thank you and look forward to your help.