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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 求调用官方友情链接的代码

[复制链接]
abaidu 发表于 2012-3-13 21:36:49 | 显示全部楼层 |阅读模式
问题描述
适用版本: Discuz! X2
浏览器: 其他(帖子中请注明浏览器) 
使用模板: 官方模板
BUG地址: http://www.baidu.com
想要做个独立的友情链接页面,请教如何调用。我调用discuz.htm里面的代码,在自定义页面是显示不了的。

以下是官方discuz.htm里的代码
文字友情
    <!--{if $_G['cache']['forumlinks'][2]}-->
     <ul class="x mbm cl">
      $_G['cache']['forumlinks'][2]
     </ul>
    <!--{/if}-->
   
   
图片友情
    <!--{if $_G['cache']['forumlinks'][1]}-->
     <div class="mbn cl">
      $_G['cache']['forumlinks'][1]
     </div>
    <!--{/if}-->
   
   
图片文字友情
    <!--{if $_G['cache']['forumlinks'][0]}-->
     <ul class="m mbn cl">$_G['cache']['forumlinks'][0]</ul>
    <!--{/if}-->


 楼主| abaidu 发表于 2012-3-14 22:46:44 | 显示全部楼层
加油置顶
回复

使用道具 举报

郑永镇 发表于 2012-4-19 09:02:22 | 显示全部楼层
友情链接调用是个问题
回复

使用道具 举报

丿狼丨孩 发表于 2012-4-19 15:18:33 | 显示全部楼层
努力,学习!!!技术交流、学习QQ群:24225610
回复

使用道具 举报

googlg 发表于 2013-9-29 14:40:43 | 显示全部楼层
帮你订下哈。
回复

使用道具 举报

googlg 发表于 2013-9-29 14:48:54 | 显示全部楼层
                <!--{if empty($gid) && ($_G['cache']['forumlinks'][0] || $_G['cache']['forumlinks'][1] || $_G['cache']['forumlinks'][2])}-->
                <div class="bm lk">
                        <div id="category_lk" class="bm_c ptm">
                                <!--{if $_G['cache']['forumlinks'][0]}-->
                                        <ul class="m mbn cl">$_G['cache']['forumlinks'][0]</ul>
                                <!--{/if}-->
                                <!--{if $_G['cache']['forumlinks'][1]}-->
                                        <div class="mbn cl">
                                                $_G['cache']['forumlinks'][1]
                                        </div>
                                <!--{/if}-->
                                <!--{if $_G['cache']['forumlinks'][2]}-->
                                        <ul class="x mbm cl">
                                                $_G['cache']['forumlinks'][2]
                                        </ul>
                                <!--{/if}-->
                        </div>
                </div>
                <!--{/if}-->
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-24 14:19 , Processed in 0.025458 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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