Maison > php教程 > php手册 > le corps du texte

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

WBOY
Libérer: 2016-06-21 09:07:40
original
1481 Les gens l'ont consulté

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

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

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

document.writeln('

');
document.writeln('');
document.writeln('');
document.writeln('
');
document.writeln('');
document.writeln('Google
');
document.writeln('
');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('
');
document.writeln('');

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

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



Étiquettes associées:
source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Recommandations populaires
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal
À propos de nous Clause de non-responsabilité Sitemap
Site Web PHP chinois:Formation PHP en ligne sur le bien-être public,Aidez les apprenants PHP à grandir rapidement!