discuz!论坛已经内置了google搜索,但是那是给给discuz!官方挣钱的,何不改成自己的,让自己从中获取收益呢?说了就开始做吧!此方式适用所有discuz论坛版本。[dz4.x,5.x,6.x]
在给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.dxszz.com;bbs.dxszz.com"></input>'); document.writeln('<label for="sbi" style="display: none">输入您的搜索字词</label>'); document.writeln('<input type="text" name="q" size="12" maxlength="255" value="" id="sbi"></input>'); document.writeln('<label for="sbb" style="display: none">提交搜索表单</label>'); document.writeln('<select name="sitesearch">'); document.writeln('<option value="">网页</option>'); document.writeln('<option value="www.dxszz.com">主站</option>'); document.writeln('<option value="bbs.dxszz.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-5588085564241448"></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>');
|
其中www.dxszz.com和bbs.dxszz.com替换为你自己的域名,pub-5588085564241448替换为你的google ID,GB2312替换为你要的网页编码。至于还有一些需要修改的,你自己看着办吧。界面预览见:http://bbs.dxszz.com
OK!搞定,注大家发发发!有空欢迎大家到我的学生站长联盟来逛逛哟。。。