如何修改discuz!论坛程序的google搜索栏

80酷酷网    80kuku.com

  google|程序|论坛|搜索|discuz

       在给discuz!论坛后台的扩展设置里启用 Google 搜索,然后选择要显示 Google 搜索框的位置,有:在论坛首页显示、在主题列表页面显示、在主题内容页面显示,推荐全部选择。至于后面的选择语言那就随便了,因为我们不调用这个。

找到论坛根目录下\include\javascript的google.js文件,将其内容替换为:

document.writeln('<form method="get" action="http://www.google.cn/search" target="google_window">');
document.writeln('<table border="0" bgcolor="#ffffff">');
document.writeln('<tr><td nowrap="nowrap" valign="top" align="left" height="32">');
document.writeln('<a href="http://www.google.com/">');
document.writeln('<img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>');
document.writeln('</td>');
document.writeln('<td nowrap="nowrap">');
document.writeln('<input type="hidden" name="domains" value="www.alixixi.com;js.alixixi.com"></input>');
document.writeln('<label for="sbi" none">输入您的搜索字词</label>');
document.writeln('<input type="text" name="q" size="12" maxlength="255" value="" id="sbi"></input>');
document.writeln('<label for="sbb" none">提交搜索表单</label>');
document.writeln('<select name="sitesearch">');
document.writeln('<option value="">网页</option>');
document.writeln('<option value="www.alixixi.com">主站</option>');
document.writeln('<option value="js.alixixi.com">特效</option>');
document.writeln('</select>');
document.writeln('<button type="submit" name="sa" value="搜索" id="sbb">搜索</button>');
document.writeln('<input type="hidden" name="client" value="pub-6261914751398528"></input>');
document.writeln('<input type="hidden" name="forid" value="1"></input>');
document.writeln('<input type="hidden" name="prog" value="aff"></input>');
document.writeln('<input type="hidden" name="ie" value="GB2312"></input>');
document.writeln('<input type="hidden" name="oe" value="GB2312"></input>');
document.writeln('<input type="hidden" name="safe" value="active"></input>');
document.writeln('<input type="hidden" name="hl" value="zh-CN"></input>');
document.writeln('</td></tr></table>');
document.writeln('</form>');

其中和js.alixixi.com替换为你自己的域名,pub-6261914751398528替换为你的google ID,GB2312替换为你要的网页编码。至于还有一些需要修改的,你自己看着办吧。

演示示例可以访问阿里西西首页,http://www.alixixi.com/看看google的搜索栏效果.



分享到
  • 微信分享
  • 新浪微博
  • QQ好友
  • QQ空间
点击: