Quote:
Originally Posted by Digital Jedi
The Skype icon on vBulletin is actually hosted on Skype's website, and not yours. I believe you have the option of using this particular icon (which let's people know when your actively using Skype) or just a regular icon somewhere in vB's settings. But if this one isn't showing up sometimes, it's because of an issue on Skype's end.
I'm pretty sure there's a modification here that will do what you want with Google Search instead of the default one. But you'd have to search for it. I forget what it's called.
|
Hello, i tried put this:
<center>
<FORM method=GET action="http://www.google.com/search">
<TABLE bgcolor="#FFFFFF"><tr><td>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT TYPE=hidden name=hl value=es>
<INPUT type=submit name=btnG VALUE="B?squeda">
<font size=-1>
<input type=hidden name=domains value="http://elrincondelcomprador.com">
<br><input type=radio name=sitesearch value="http://elrincondelcomprador.com" checked>El Rincon Del Comprador<br>
</font>
</td></tr></TABLE>
</FORM>
</center>
</center>
FOR GOOGLE SEARCH
FOR THIS, THE ORIGINAL:
<vb:if condition="$vboptions['enablesearches']">
<div id="globalsearch" class="globalsearch">
<form action="search.php?{vb:raw session.sessionurl}do=process" method="post" id="navbar_search" class="navbar_search">
<vb:comment><input type="hidden" name="s" value="{vb:raw session.sessionurl}" /></vb:comment>
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="do" value="process" />
<input type="text" value="" name="query" class="textbox" tabindex="99"/>
<input type="submit" class="searchbutton" name="submit" onclick="document.getElementById('navbar_search'). submit;" tabindex="100"/>
</form>
BUT THE FORUM, WHEN I CHANGE THIS, IT?S CRAZY, NOT GOOD CHANGE. ANY SOLUTION FOR THIS?
BEST REGARDS!