Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决] 云平台纵横搜索中自动生成的热搜关键词如何调用

[复制链接]
青春不過如此 发表于 2012-7-30 14:20:39 | 显示全部楼层 |阅读模式
现在想在其他地方调用纵横搜索中自动生成的热搜关键词,
但是在本地数据库中没有找到存储自动生成的关键词的表。
猜测这些数据是存储在Discuz的数据库中,
现在想在其他地方调用这些数据,
请问有调用的接口之类的吗?

 发表于 2012-7-30 17:53:12
聪明[tthread=duanshengpeng6743, 段升鹏]http://app.qlogo.cn/mbloghead/0ac7315f96b7f8f6c9bc[/tthread]
回复

使用道具

otherbank 发表于 2012-8-2 11:01:58 | 显示全部楼层
"\template\default\common\pubsearchform.htm"这个文件的48到65行
  1. <div id="scbar_hot">
  2.                                                 <!--{if $_G['setting']['srchhotkeywords']}-->
  3.                                                         <strong class="xw1">{lang hot_search}: </strong>
  4.                                                         <!--{loop $_G['setting']['srchhotkeywords'] $val}-->
  5.                                                                 <!--{if $val=trim($val)}-->
  6.                                                                         <!--{eval $valenc=rawurlencode($val);}-->
  7.                                                                         <!--{block srchhotkeywords[]}-->
  8.                                                                                 <!--{if !empty($searchparams[url])}-->
  9.                                                                                         <a href="$searchparams[url]?q=$valenc&source=hotsearch{$srchotquery}" target="_blank" class="xi2" sc="1">$val</a>
  10.                                                                                 <!--{else}-->
  11.                                                                                         <a href="search.php?mod=forum&srchtxt=$valenc&formhash={FORMHASH}&searchsubmit=true&source=hotsearch" target="_blank" class="xi2" sc="1">$val</a>
  12.                                                                                 <!--{/if}-->
  13.                                                                         <!--{/block}-->
  14.                                                                 <!--{/if}-->
  15.                                                         <!--{/loop}-->
  16.                                                         <!--{echo implode('', $srchhotkeywords);}-->
  17.                                                 <!--{/if}-->
  18.                                         </div>
复制代码
可以把代码copy到你要的位置进行调整
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-26 14:43 , Processed in 0.027442 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表