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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

SS7.0调用说明[论坛篇]

[复制链接]
banish 发表于 2009-6-22 11:37:44 | 显示全部楼层 |阅读模式
本帖最后由 banish 于 2009-6-25 00:38 编辑

1、论坛分类列表
  1. <!--{block name="bbsforum" parameter="type/forum/allowblog/1/order/displayorder/limit/0,100/cachetime/14400/cachename/forumarr/tpl/data"}-->
  2.                                 <!--{loop $_SBLOCK['forumarr'] $value}-->
  3.                                 <li><a href="$value[url]" target="_self">$value[name]</a></li>
  4.                                 <!--{/loop}-->
复制代码
2、论坛注册
  1. {B_URL}/register.php
复制代码
3、论坛公告标题
  1. <!--{block name="bbsannouncement" parameter="order/displayorder/limit/0,10/cachetime/86400/cachename/announcelist/tpl/data"}-->
  2.                                 <!--{loop $_SBLOCK['announcelist'] $ikey $value}-->
  3.                                 <li><a href="$value[url]" target="_blank">$value[subject]</a></li>
  4.                                 <!--{/loop}-->
复制代码
4、论坛带图片附件帖幻灯显示:
  1. <!--{block name="bbsattachment" parameter="filetype/image/t_lastpost/2592000/order/t.replies DESC/limit/0,10/cachetime/19900/cachename/picthread/tpl/data"}-->
  2.                         <!--{eval $picarr=$linkarr=$textarr=array();}-->
  3.                         <!--{loop $_SBLOCK['picthread'] $ikey $value}-->
  4.                         <!--{eval $picarr[] = '"'.$value[a_thumbpath].'"';}-->
  5.                         <!--{eval $linkarr[] = '"'.$value[url].'"';}-->
  6.                         <!--{eval $textarr[] = '"'.$value[subject].'"';}-->
  7.                         <!--{/loop}-->
  8.                         <!--{eval $pics = implode(',', $picarr);}-->
  9.                         <!--{eval $links = implode(',', $linkarr);}-->
  10.                         <!--{eval $texts = implode(',', $textarr);}-->
  11.                        
  12.                         <script type="text/javascript" language="javascript">
  13.                         <!--
  14.                         var focus_width=208;
  15.                         var focus_height=208;
  16.                         var text_height=20;
  17.                        
  18.                         var xsImgs = new Array({$pics});
  19.                         var xsImgLinks = new Array({$links});
  20.                         var xsImgTexts = new Array({$texts});
  21.                         var xsImgSize = new Array(focus_width, focus_height);
  22.                         //-->
  23.                         </script>
  24.                         <script language="javascript" type="text/javascript" src="{S_URL}/include/js/slide.js"></script>
复制代码
5、最近1个月热点回复帖子标题
  1. <!--{block name="bbsthread" parameter="dateline/2592000/order/replies DESC/limit/0,8/cachetime/22400/subjectlen/26/cachename/hotthread/tpl/data"}-->
  2.                         <!--{loop $_SBLOCK['hotthread'] $value}-->
  3.                         <li><a href="$value[url]" title="$value[subjectall]">$value[subject]</a> <span class="smalltxt">($value[replies])</span></li>
  4.                         <!--{/loop}-->
复制代码
6、最近1天热点回复帖子(含内容截取)
  1. <!--{block name="bbsthread" parameter="showdetail/1/messagelen/100/subjectlen/40/dateline/86400/order/replies DESC/limit/0,1/cachetime/12400/cachename/coolthread/tpl/data"}-->
  2.                 <!--{loop $_SBLOCK['coolthread'] $value}-->
  3.                         <strong><a href="$value[url]">$value[subject]</a></strong>
  4.                         <p>$value[message]</p>
  5.                 <!--{/loop}-->
复制代码
7、最近1个月热点回复帖子标题
  1. <!--{block name="bbsthread" parameter="dateline/604800/subjectlen/33/order/replies DESC/limit/0,15/cachetime/21400/cachename/replyhot/tpl/data"}-->
  2.                                 <!--{loop $_SBLOCK['replyhot'] $value}-->
  3.                                 <li><cite><a href="{B_URL}/viewpro.php?uid=$value[authorid]">$value[author]</a></cite><a href="$value[url]">$value[subject]</a> <span class="smalltxt">($value[replies])</span></li>
  4.                                 <!--{/loop}-->
复制代码
8、板块排行--根据帖子数
  1. <!--{block name="bbsforum" parameter="type/forum/allowblog/1/order/posts DESC/limit/0,10/cachetime/14400/cachename/hotforums/tpl/data"}-->
  2.                                 <!--{loop $_SBLOCK['hotforums'] $value}-->
  3.                                 <li><em>$value[posts]</em><a href="$value[url]">$value[name]</a></li>
  4.                                 <!--{/loop}-->
复制代码
9、会员排行--根据帖子数
  1. <!--{block name="bbsmember" parameter="order/m.posts DESC/limit/0,10/cachetime/43200/cachename/hotmembers/tpl/data"}-->
  2.                                 <!--{loop $_SBLOCK['hotmembers'] $value}-->
  3.                                 <li><cite style="text-align: right; margin-right: 5px;">$value[posts]</cite><a href="$value[url]">$value[username]</a></li>
  4.                                 <!--{/loop}-->
复制代码
10、会员排行--根据在线时间
  1. <!--{block name="bbsmember" parameter="order/m.oltime DESC/limit/0,10/cachetime/7200/cachename/toponline/tpl/data"}--><!--在线排行-->
  2.                                 <!--{loop $_SBLOCK['toponline'] $value}-->
  3.                                 <li><cite style="width: 80px; text-align: right;">$value[oltime]小时</cite><a href="$value[url]">$value[username]</a></li>
  4.                                 <!--{/loop}-->
复制代码
11、帖子点击数排行(一周)
  1. <!--{block name="bbsthread" parameter="dateline/604800/order/views DESC/limit/0,10/cachetime/22400/subjectlen/40/subjectdot/1/cachename/hotblog1/tpl/data"}-->
  2.                                 <!--{loop $_SBLOCK['hotblog1'] $value}-->
  3.                                 <li><cite><a href="{B_URL}/viewpro.php?uid=$value[authorid]">$value[author]</a> </cite><a href="$value[url]">$value[subject]</a> ($value[views])</li>
  4.                                 <!--{/loop}-->
复制代码
12、帖子点击数排行(一月)
  1. <!--{block name="bbsthread" parameter="dateline/2592000/order/views DESC/limit/0,10/cachetime/22400/subjectlen/40/subjectdot/1/cachename/hotblog2/tpl/data"}-->
  2.                                 <!--{loop $_SBLOCK['hotblog2'] $value}-->
  3.                                 <li><cite><a href="{B_URL}/viewpro.php?uid=$value[authorid]">$value[author]</a> </cite><a href="$value[url]">$value[subject]</a> ($value[views])</li>
  4.                                 <!--{/loop}-->
复制代码
13、帖子点击数排行(开坛以来)
  1. <!--{block name="bbsthread" parameter="order/views DESC/limit/0,10/cachetime/22400/subjectlen/40/subjectdot/1/cachename/hotblog3/tpl/data"}-->
  2.                                 <!--{loop $_SBLOCK['hotblog3'] $value}-->
  3.                                 <li><cite><a href="{B_URL}/viewpro.php?uid=$value[authorid]">$value[author]</a> </cite><a href="$value[url]">$value[subject]</a> ($value[views])</li>
  4.                                 <!--{/loop}-->
复制代码
14、最新帖子---根据回复
  1. <!--{block name="bbsthread" parameter="order/lastpost DESC/limit/0,30/cachetime/1400/cachename/newpost/tpl/data"}-->
  2.                                 <!--{loop $_SBLOCK['newpost'] $value}-->
  3.                                 <a href="$value[url]">$value[subject]</a> <span class="smalltxt">($value[replies])</span>
  4.                                 <!--{/loop}-->
复制代码
15、最新加入空间列表
  1. <!--{block name="userspace" parameter="order/u.dateline DESC/limit/0,15/cachetime/1900/cachename/newspace/tpl/data"}-->
  2.                                 <!--{loop $_SBLOCK['newspace'] $value}-->
  3.                                 <dt><a href="$value[url]">$value[spacename]</a></dt>
  4.                                 <dd><a href="$value[url]">$value[username]</a> / #date("Y-m-d H:i", $value["dateline"])#</dd>
  5.                                 <!--{/loop}-->
复制代码
16、一月好评热点
  1. <!--{block name="bbsthread" parameter="order/dateline DESC/limit/0,10/cachetime/21400/cachename/ratehot/tpl/data"}-->
  2.                                 <!--{loop $_SBLOCK['ratehot'] $value}-->
  3.                                 <li style="height: 2.8em; overflow: hidden;">
  4.                                 <p style="margin: 0; height: 1.6em; overflow: hidden;"><a href="$value[url]">$value[subject]</a></p>
  5.                                 <cite style="width: 100%;"><a href="{B_URL}/viewpro.php?uid=$value[authorid]">$value[author]</a>, 发布于#date("m-d H:i:s", $value["dateline"])#</cite></li>
  6.                                 <!--{/loop}-->
复制代码
17、各板块最新帖子列表
  1. <!--{loop $_SBLOCK['forumarr'] $ckey $cat}-->
  2.         <!--{eval $ctime=1800+30*$ckey;}-->
  3.         <!--{block name="bbsthread" parameter="fid/$cat[fid]/order/dateline DESC/limit/0,10/cachetime/$ctime/subjectlen/40/subjectdot/1/cachename/threadlist/tpl/data"}-->
  4.         <div class="formcategory">
  5.                 <h3>
  6.                         <a href="#action/forumdisplay/fid/$cat[fid]#" class="more" target="_self">更多</a>
  7.                         $cat[name]
  8.                 </h3>
  9.                 <ul class="msgtitlelist">
  10.                         <!--{loop $_SBLOCK['threadlist'] $value}-->
  11.                         <li><cite>#date("m-d", $value["dateline"])# </cite><a href="$value[url]">$value[subject]</a></li>
  12.                         <!--{/loop}-->
  13.                 </ul>
  14.                 <!--p class="catecommend"><a href="javascript:;">热点</a></p-->
  15.         </div>
  16.         <!--{/loop}-->
复制代码
18、当前论坛子板块
  1.                 <!--{block name="bbsforum" parameter="fup/$fid/allowblog/1/order/displayorder/limit/0,100/cachetime/28800/cachename/subarr/tpl/data"}-->
  2.                 <!--{if $_SBLOCK['subarr']}-->
  3.                                 <!--{loop $_SBLOCK['subarr'] $value}-->
  4.                                 <li><a href="$value[url]" target="_self">$value[name]</a></li>
  5.                                 <!--{/loop}-->
  6.                 <!--{/if}-->
复制代码
19、当前论坛月度关注热点
  1.                 <!--{block name="bbsthread" parameter="fid/$fid/dateline/2592000/order/views DESC/limit/0,10/cachetime/17200/cachename/hotthread/tpl/data"}-->
  2.                 <!--{if $_SBLOCK['hotthread']}-->
  3.                                 <!--{loop $_SBLOCK['hotthread'] $value}-->
  4.                                 <dt><a href="$value[url]">$value[subject]</a></dt>
  5.                                 <dd>#date("m-d", $value["lastpost"])# / <a href="$value[url]">点击($value[views])</a></dd>
  6.                                 <!--{/loop}-->
  7.                 <!--{/if}-->
复制代码
20、当前论坛根分类最新帖子列表
  1.                 <!--{if $forum['type'] != 'group'}-->
  2.                 <!--{block name="bbsthread" parameter="perpage/30/fid/$fid/showdetail/1/messagelen/160/subjectlen/40/order/dateline DESC/cachename/newlist/tpl/data"}-->
  3.                 <!--{if $_SBLOCK['newlist']}-->
  4.                 <div class="category">
  5.                         <h3><strong>$forum[name]</strong><a href="javascript:;" onclick="ColExpAllIntro(this)" id="ColExpAllIntroText" class="more" target="_self">隐藏摘要</a></h3>
  6.                         <ul class="messagelist">
  7.                                 <!--{loop $_SBLOCK['newlist'] $value}-->
  8.                                 <li>
  9.                                         <h4><a href="$value[url]" target="_self">$value[subject]</a> <span class="smalltxt">($value[views])</span></h4>
  10.                                         <span class="smalltxt" onclick="ColExpIntro(this);"><a href="{B_URL}/viewpro.php?$value[authorid]">$value[author]</a> 发表于 #date("Y-m-d", $value["dateline"])#</span>
  11.                                         <p onclick="ColExpIntro(this);">$value[message] <a href="$value[url]">...全文</a></p>
  12.                                 </li>
  13.                                 <!--{/loop}-->
  14.                         </ul>
  15.                        
  16.                         <div class="pages">
  17.                                 <!--{if $_SBLOCK[newlist_multipage]}-->
  18.                                 $_SBLOCK[newlist_multipage]
  19.                                 <!--{else}-->
  20.                                 <table summary="" class="xspace-page"><tr><td class="xspace-totlerecord">当前只有一页</td></tr></table>
  21.                                 <!--{/if}-->
  22.                         </div>
  23.                        
  24.                 </div>
  25.                 <!--{/if}-->
  26.                 <!--{/if}-->
复制代码
21、当前论坛子论坛最新帖子列表
  1.                 <!--{if $_SGET['page']<2 && !empty($_SBLOCK['subarr'])}-->
  2.                 <!--{loop $_SBLOCK['subarr'] $key $value}-->
  3.                 <!--{eval $cachetime=1800+$key*5;}-->
  4.                 <!--{block name="bbsthread" parameter="fid/$value[fid]/order/dateline DESC/limit/0,10/cachetime/$cachetime/cachename/subthreadlist/tpl/data"}-->
  5.                 <!--{if $_SBLOCK['subthreadlist']}-->
  6.                 <div class="category">
  7.                         <h3>
  8.                                 <strong><a href="#action/forumdisplay/fid/$value[fid]#" target="_self">$value[name]</a></strong>
  9.                                 <a href="#action/forumdisplay/fid/$value[fid]#" class="more" target="_self">更多</a>
  10.                         </h3>
  11.                         <ul class="msgtitlelist">
  12.                                 <!--{loop $_SBLOCK['subthreadlist'] $value}-->
  13.                                 <li><cite>#date("m-d", $value["dateline"])# </cite><a href="$value[url]">$value[subject]</a></li>
  14.                                 <!--{/loop}-->
  15.                         </ul>
  16.                 </div>
  17.                 <!--{/if}-->
  18.                 <!--{/loop}-->
  19.                 <!--{/if}-->
复制代码
22、当前论坛最新更新帖子
  1.                 <!--{block name="bbsthread" parameter="fid/$thread[fid]/limit/0,10/cachetime/4500/order/dateline DESC/cachename/newthread/tpl/data"}-->
  2.                 <!--{if $_SBLOCK['newthread']}-->
  3.                                 <!--{loop $_SBLOCK['newthread'] $value}-->
  4.                                 <dt><a href="$value[url]">$value[subject]</a></dt>
  5.                                 <!--{/loop}-->
  6.                 <!--{/if}-->
复制代码
23、帖子浏览页调用:
  1. 标题:$thread[subject]
  2.     发表时间:#date('Y-n-d H:i', $thread["dateline"])#
  3.     作者: $thread[author]
  4.     来源: $_SCONFIG[sitename]
  5.     内容:$thread[message]
  6.     附件:<!--{if !empty($thread['attachments'])}-->
  7.                                         <!--{loop $thread['attachments'] $value}-->
  8.                                         <!--{if ($value['isimage'])}-->
  9.                                         <p><img src="{B_A_URL}/$value[attachment]"><br />$value[filename]</p>
  10.                                         <!--{else}-->
  11.                                         <p><img src="{S_URL}/images/system/haveattach.gif" align="absmiddle" border="0"><a href="{B_URL}/attachment.php?aid=$value[aid]" target="_blank"><strong>$value[filename]</strong></a><br />($value[dateline], Size: $value[attachsize], Downloads: $value[downloads])</p>
  12.                                         <!--{/if}-->
  13.                                         <!--{/loop}-->
  14.                                 <!--{/if}-->
  15.     评论页评论链接:{B_URL}/post.php?action=reply&tid=$thread[tid]
  16.     评论页查看链接:{B_URL}/viewthread.php?tid=$thread[tid]
  17.     相关评论
  18.                         <!--{loop $iarr $key $post}-->
  19.                                 <li>
  20.                                         <h4>$post[author] <span class="smalltxt">(#date("Y-n-d H:i:s", $post["dateline"])#)</span></h4>
  21.                                         <div>$post[message]</div>
  22.                                         <!--{if !empty($item['posts'][$post['pid']]['attachments'])}-->
  23.                                         <div class="imginlog">
  24.                                         <!--{loop $item['posts'][$post['pid']]['attachments'] $post}-->
  25.                                         <!--{if ($post['isimage'])}-->
  26.                                         <p><img src="{B_A_URL}/$post[attachment]"><br />$post[filename]</p>
  27.                                         <!--{else}-->
  28.                                         <p><img src="{S_URL}/images/system/haveattach.gif" align="absmiddle" border="0"><a href="{B_URL}/attachment.php?aid=$post[aid]" target="_blank"><strong>$post[filename]</strong></a><br />($post[dateline], Size: $post[attachsize], Downloads: $post[downloads])</p>
  29.                                         <!--{/if}-->
  30.                                         <!--{/loop}-->
  31.                                                 </div>
  32.                                         <!--{/if}-->
  33.                                 </li>
  34.                         <!--{/loop}-->
复制代码
24、帖子浏览页图片及评论链接作用js:
  1. <script language="javascript" type="text/javascript">
  2. <!--
  3.         addImgLink("articlebody");
  4.         addImgLink("commentlist");
  5. //-->
复制代码

评分

1

查看全部评分

duwenwu 发表于 2009-6-22 23:00:18 | 显示全部楼层
这个是什么?
回复

使用道具 举报

 楼主| banish 发表于 2009-6-23 01:36:36 | 显示全部楼层
首页调用论坛的说明!
回复

使用道具 举报

ecbecboy 发表于 2009-7-10 10:50:03 | 显示全部楼层

..

很强大
回复

使用道具 举报

wsuwlfds 发表于 2009-7-12 15:56:03 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

海非盛 发表于 2009-8-3 19:38:19 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

abcnic 发表于 2009-8-14 15:58:28 | 显示全部楼层
挺详细的 呵呵
回复

使用道具 举报

雨轻飞 发表于 2009-8-15 00:56:29 | 显示全部楼层
好东西!支持一下!
回复

使用道具 举报

SunyAndyFen 发表于 2009-8-19 14:28:39 | 显示全部楼层
很专业,谢谢分享啦!
回复

使用道具 举报

jasonjia 发表于 2009-8-26 15:17:43 | 显示全部楼层
是不错 但不详细  例如~  论坛作者怎么调用~ 日期怎么调用~  等等· 还是感谢下LZ
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-15 01:32 , Processed in 0.037367 second(s), 6 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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