在论坛首页做个固定的位置怎么调用指定的某个分区呢
想在论坛首页做个固定的位置怎么调用指定的某个分区呢!代码是什么呢?我买了一套模板,里面调用的代码是以下的:
<table cellspacing="0" cellpadding="0" class="fl_tb">
<tr>
<!--{eval $ctorderid = 0;}-->
<!--{loop $collectiondata['follows'] $key $colletion}-->
<!--{if $ctorderid && ($ctorderid % $forumcolumns == 0)}-->
</tr>
<!--{if $ctorderid < $forumscount}-->
<tr class="fl_row">
<!--{/if}-->
<!--{/if}-->
<td class="fl_g"{if $forumcolwidth} width="$forumcolwidth"{/if}>
<div class="fl_icn_g wow swing" style="visibility: visible; animation-iteration-count: 2; animation-name: swing;">
<a href="forum.php?mod=collection&action=view&ctid={$colletion}" target="_blank"><img src="{IMGDIR}/forum{if $followcollections[$key]['lastvisit'] < $colletion['lastupdate']}_new{/if}.gif" alt="$colletion" /></a>
</div>
<dl>
<dt><a href="forum.php?mod=collection&action=view&ctid={$colletion}">$colletion</a></dt>
<dd><em>{lang forum_threads}: <!--{echo dnumber($colletion)}--></em>, <em>{lang collection_commentnum}: <!--{echo dnumber($colletion)}--></em></dd>
<dd>
<!--{if $colletion['lastpost']}-->
<!--{if $forumcolumns < 3}-->
<a href="forum.php?mod=redirect&tid=$colletion&goto=lastpost#lastpost" class="xi2"><!--{echo cutstr($colletion, 30)}--></a> <cite><!--{date($colletion)}--> <!--{if $colletion['lastposter']}-->$colletion['lastposter']<!--{else}-->$_G<!--{/if}--></cite>
<!--{else}-->
<a href="forum.php?mod=redirect&tid=$colletion&goto=lastpost#lastpost">{lang forum_lastpost}: <!--{date($colletion)}--></a>
<!--{/if}-->
<!--{else}-->
{lang never}
<!--{/if}-->
</dd>
<!--{hook/index_followcollection_extra $colletion}-->
</dl>
</td>
<!--{eval $ctorderid++;}-->
<!--{/loop}-->
<!--{if ($columnspad = $ctorderid % $forumcolumns) > 0}--><!--{echo str_repeat('<td class="fl_g"'.($forumcolwidth ? " width=\"$forumcolwidth\"" : '').'></td>', $forumcolumns - $columnspad);}--><!--{/if}-->
</tr>
</table>
但我添加了这些代码,没有任何显示!
还请各位大神们指教一二!就此谢过! 哪里抄来的代码?
1、<!--{loop $collectiondata['follows'] $key $colletion}-->根本没这个写法
2、$collectiondata从哪里赋值而来的? 买的模板
问模版作者 格东站长网插件 发表于 2017-2-26 22:21
哪里抄来的代码?
1、根本没这个写法
2、$collectiondata从哪里赋值而来的?
买的模板里面的 真是 收益 匪浅
页:
[1]