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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 关于模板不显示天图章问题

[复制链接]
不二. 发表于 2018-4-24 14:55:32 | 显示全部楼层 |阅读模式

我用多个是 防站酷的模板,着模板好像 少代码  图章不显示 下面是 viewthread_node.php 的代码 (因为我测试过 就是这个文件里可能缺少东西)

     帮忙瞅瞅
  1. <!--{if $default=='yes'}-->

  2. <!--{eval
  3. $needhiddenreply = ($hiddenreplies && $_G['uid'] != $post['authorid'] && $_G['uid'] != $_G['forum_thread']['authorid'] && !$post['first'] && !$_G['forum']['ismoderator']);
  4. $postshowavatars = !($_G['setting']['bannedmessages'] & 2 && ($post['memberstatus'] == '-1' || ($post['authorid'] && !$post['username']) || ($post['groupid'] == 4 || $post['groupid'] == 5) || ($post['status'] & 1)));
  5. }-->
  6. <!--{block authorverifys}-->
  7. <!--{loop $post['verifyicon'] $vid}-->
  8.         <a href="home.php?mod=spacecp&ac=profile&op=verify&vid=$vid" target="_blank"><!--{if $_G['setting']['verify'][$vid]['icon']}--><img src="$_G['setting']['verify'][$vid]['icon']" class="vm" alt="$_G['setting']['verify'][$vid][title]" title="$_G['setting']['verify'][$vid][title]" /><!--{else}-->$_G['setting']['verify'][$vid]['title']<!--{/if}--></a>
  9. <!--{/loop}-->
  10. <!--{loop $post['unverifyicon'] $vid}-->
  11.         <a href="home.php?mod=spacecp&ac=profile&op=verify&vid=$vid" target="_blank"><img src="$_G['setting']['verify'][$vid]['unverifyicon']" class="vm" alt="$_G['setting']['verify'][$vid][title]" title="$_G['setting']['verify'][$vid][title]" /></a>
  12. <!--{/loop}-->
  13. <!--{/block}-->
  14. <!--{if $post['first'] &&  $_G['forum_threadstamp']}-->
  15.         <div id="threadstamp"><img src="{STATICURL}image/stamp/$_G[forum_threadstamp][url]" title="$_G[forum_threadstamp][text]" /></div>
  16. <!--{/if}-->
  17. <!--{if empty($post['deleted'])}-->
  18. <table id="pid$post[pid]" class="plhin" summary="pid$post[pid]" cellspacing="0" cellpadding="0">
  19. <tr>
  20.         <!--{if !$close_leftinfo}-->
  21.         <td class="pls" rowspan="2">
  22.                 <div id="favatar$post[pid]" class="pls favatar">
  23.                         $post[newpostanchor] $post[lastpostanchor]
  24.                         <!--{if $post['authorid'] && $post['username'] && !$post['anonymous']}-->
  25.                                 <!--{if $_G['setting']['authoronleft']}-->
  26.                                         <div class="pi">
  27.                                                 <div class="authi"><a href="home.php?mod=space&uid=$post['authorid']" target="_blank" class="xw1"{if $post[groupcolor]} style="color: $post[groupcolor]"{/if}>$post[author]</a>$authorverifys</div>
  28.                                         </div>
  29.                                 <!--{/if}-->
  30.                                 <div class="p_pop blk bui card_gender_$post['gender']" id="userinfo$post[pid]" style="display: none; {if $_G['setting']['authoronleft']}margin-top: -11px;{/if}">
  31.                                         <div class="m z">
  32.                                                 <div id="userinfo$post[pid]_ma"></div>
  33.                                                 <!--{hook/viewthread_profileside $postcount}-->
  34.                                         </div>
  35.                                         <div class="i y">
  36.                                                 <div>
  37.                                                         <strong><a href="home.php?mod=space&uid=$post[authorid]" target="_blank" class="xi2"{if $post[groupcolor]} style="color: $post[groupcolor]"{/if}>$post[author]</a></strong>
  38.                                                         <!--{if $_G['setting']['vtonlinestatus'] && $post['authorid']}-->
  39.                                                                 <!--{if ($_G['setting']['vtonlinestatus'] == 2 && $_G[forum_onlineauthors][$post[authorid]]) || ($_G['setting']['vtonlinestatus'] == 1 && (TIMESTAMP - $post['lastactivity'] <= 10800) && !$post['authorinvisible'])}-->
  40.                                                                         <em>{lang online}</em>
  41.                                                                 <!--{else}-->
  42.                                                                         <em>{lang offline}</em>
  43.                                                                 <!--{/if}-->
  44.                                                         <!--{/if}-->
  45.                                                 </div>
  46.                                                 {eval viewthread_profile_node('top', $post);}
  47.                                                 <div class="imicn">
  48.                                                         <!--{if $post['qq'] && !$post['privacy']['profile']['qq']}--><a href="http://wpa.qq.com/msgrd?V=3&Uin=$post[qq]&Site=$_G['setting']['bbname']&Menu=yes&from=discuz" target="_blank" title="QQ"><img src="{IMGDIR}/qq.gif" alt="QQ" /></a><!--{/if}-->
  49.                                                         <!--{if $post['icq'] && !$post['privacy']['profile']['icq']}--><a href="http://wwp.icq.com/scripts/search.dll?to=$post[icq]" target="_blank" title="ICQ"><img src="{IMGDIR}/icq.gif" alt="ICQ" /></a><!--{/if}-->
  50.                                                         <!--{if $post['yahoo'] && !$post['privacy']['profile']['yahoo']}--><a href="http://edit.yahoo.com/config/send_webmesg?.target=$post[yahoo]&.src=pg" target="_blank" title="Yahoo"><img src="{IMGDIR}/yahoo.gif" alt="Yahoo!"  /></a><!--{/if}-->
  51.                                                         <!--{if $post['taobao'] && !$post['privacy']['profile']['taobao']}--><a href="javascript:;" onclick="window.open('http://amos.im.alisoft.com/msg.aw?v=2&uid='+encodeURIComponent('$post[taobaoas]')+'&site=cntaobao&s=2&charset=utf-8')" title="{lang taobao}"><img src="{IMGDIR}/taobao.gif" alt="{lang taobao}" /></a><!--{/if}-->
  52.                                                         <!--{if $post['site'] && !$post['privacy']['profile']['site']}--><a href="$post[site]" target="_blank" title="{lang member_homepage}"><img src="{IMGDIR}/forumlink.gif" alt="{lang member_homepage}" /></a><!--{/if}-->
  53.                                                         <a href="home.php?mod=space&uid=$post[authorid]&do=profile" target="_blank" title="{lang member_viewpro}"><img src="{IMGDIR}/userinfo.gif" alt="{lang member_viewpro}" /></a>
  54.                                                         <!--{hook/viewthread_imicons $postcount}-->
  55.                                                         <!--{if $_G['setting']['magicstatus']}-->
  56.                                                                 <!--{if !empty($_G['setting']['magics']['showip'])}-->
  57.                                                                         <a href="home.php?mod=magic&mid=showip&idtype=user&id={echo rawurlencode($post[author])}" id="a_showip_li_{$post[pid]}" class="xi2" onclick="showWindow(this.id, this.href)"><img src="{STATICURL}/image/magic/showip.small.gif" alt="" /> $_G['setting']['magics']['showip']</a>
  58.                                                                 <!--{/if}-->
  59.                                                                 <!--{if !empty($_G['setting']['magics']['checkonline']) && $post['authorid'] != $_G['uid']}-->
  60.                                                                         <a href="home.php?mod=magic&mid=checkonline&idtype=user&id={echo rawurlencode($post[author])}" id="a_repent_$post[pid]" class="xi2" onclick="showWindow(this.id, this.href)"><img src="{STATICURL}/image/magic/checkonline.small.gif" alt="" /> $_G['setting']['magics']['checkonline']</a>
  61.                                                                 <!--{/if}-->
  62.                                                                 <!--{hook/viewthread_magic_user $postcount}-->
  63.                                                         <!--{/if}-->
  64.                                                 </div>
  65.                                                 <div id="avatarfeed"><span id="threadsortswait"></span></div>
  66.                                         </div>
  67.                                 </div>
  68.                         <!--{/if}-->
  69.                         <!--{if $post['authorid'] && $post['username'] && !$post['anonymous']}-->
  70.                                 <div>
  71.                                 <!--{if !$postshowavatars}-->
  72.                                         <div class="avatar">{lang member_avatar_banned}</div>
  73.                                 <!--{elseif $post['avatar'] && $showavatars}-->
  74.                                         <!--{if $post[mobiletype]}-->
  75.                                         <div class="mobile-type mobile-type-$post[mobiletype]">
  76.                                                 <a></a>
  77.                                         </div>
  78.                                         <!--{/if}-->
  79.                                         <div class="avatar"{if !($_G['setting']['threadguestlite'] && !$_G['uid'])} onmouseover="showauthor(this, 'userinfo$post[pid]')"{/If}><a href="home.php?mod=space&uid=$post[authorid]" class="avtm" target="_blank">$post[avatar]</a></div>
  80.                                 <!--{/if}-->
  81.                                 <!--{hook/viewthread_avatar $postcount}-->
  82.                                 </div>
  83.                                 <!--{hook/viewthread_sidetop $postcount}-->
  84.                                 <!--{if !($_G['setting']['threadguestlite'] && !$_G['uid'])}-->
  85.                                         {eval viewthread_profile_node('left', $post);}
  86.                                         <!--{if $post[authorid] != $_G[uid]}-->
  87.                                                 <ul class="xl xl2 o cl">
  88.                                                         <!--{if helper_access::check_module('follow')}-->
  89.                                                         <li class="addflw">
  90.                                                                 <a href="home.php?mod=spacecp&ac=follow&op=add&hash={FORMHASH}&fuid=$post[authorid]" id="followmod_$post[authorid]" title="{lang follow}" class="xi2" onclick="showWindow('followmod', this.href, 'get', 0);">{lang follow}</a>
  91.                                                         </li>
  92.                                                         <!--{/if}-->
  93.                                                         <li class="pm2"><a href="home.php?mod=spacecp&ac=pm&op=showmsg&handlekey=showmsg_$post[authorid]&touid=$post[authorid]&pmid=0&daterange=2&pid=$post[pid]&tid=$post[tid]" onclick="showWindow('sendpm', this.href);" title="{lang viewthread_left_sendpm}" class="xi2">{lang viewthread_left_sendpm}</a></li>
  94.                                                 </ul>
  95.                                         <!--{/if}-->
  96.                                 <!--{/if}-->
  97.                                 <!--{hook/viewthread_sidebottom $postcount}-->
  98.                         <!--{elseif getstatus($post['status'], 5)}-->
  99.                                 <!--{if $_G['setting']['authoronleft']}-->
  100.                                 <div class="pi">
  101.                                         <div class="authi"><a href="javascript:;" class="xw1">$post[author]</a></div>
  102.                                 </div>
  103.                                 <!--{/if}-->
  104.                                 <!--{if $showavatars}-->
  105.                                 <div>
  106.                                         <div class="avatar avtm"><a href="javascript:;">$post[avatar]</a></div>
  107.                                 </div>
  108.                                 <!--{/if}-->
  109.                         <!--{else}-->
  110.                                 <div class="pi">
  111.                                 <!--{if !$post['authorid']}-->
  112.                                         <a href="javascript:;">$_G[setting][anonymoustext] <em>$post[useip]{if $post[port]}:$post[port]{/if}</em></a>
  113.                                 <!--{elseif $post['authorid'] && $post['username'] && $post['anonymous']}-->
  114.                                         <!--{if $_G['forum']['ismoderator']}--><a href="home.php?mod=space&uid=$post[authorid]" target="_blank">$_G[setting][anonymoustext]</a><!--{else}-->$_G[setting][anonymoustext]<!--{/if}-->
  115.                                 <!--{else}-->
  116.                                         $post[author] <em>{lang member_deleted}</em>
  117.                                 <!--{/if}-->
  118.                                 </div>
  119.                         <!--{/if}-->
  120.                         <!--{if ($_G['group']['allowedituser'] || $_G['group']['allowbanuser'] || ($_G['forum']['ismoderator'] && $_G['group']['allowviewip'])) && !getstatus($post['status'], 5)}-->
  121.                                 <p class="cp_pls cl">
  122.                                         <!--{if $_G['forum']['ismoderator'] && $_G['group']['allowviewip']}-->
  123.                                                 <a href="forum.php?mod=topicadmin&action=getip&fid=$_G[fid]&tid=$_G[tid]&pid=$post[pid]{if $_G['forum_auditstatuson']}&modthreadkey=$_GET[modthreadkey]{/if}" onclick="ajaxmenu(this, 0, 0, 2);doane(event)">IP</a>
  124.                                         <!--{/if}-->
  125.                                         <!--{if $_G['group']['allowedituser']}-->
  126.                                                 <a href="{if $_G['adminid'] == 1}admin.php?frames=yes&action=members&operation=search&uid=$post[authorid]&submit=yes{else}forum.php?mod=modcp&action=member&op=edit&uid=$post[authorid]{/if}" target="_blank">{lang edit}</a>
  127.                                         <!--{/if}-->
  128.                                         <!--{if $_G['group']['allowbanuser']}-->
  129.                                                 <!--{if $_G['adminid'] == 1}-->
  130.                                                         <a href="admin.php?action=members&operation=ban&username=$post[usernameenc]&frames=yes" target="_blank">{lang ban_member}</a>
  131.                                                 <!--{else}-->
  132.                                                         <a href="forum.php?mod=modcp&action=member&op=ban&uid=$post[authorid]" target="_blank">{lang ban_member}</a>
  133.                                                 <!--{/if}-->
  134.                                         <!--{/if}-->
  135.                                         <a href="forum.php?mod=modcp&action=thread&op=post&do=search&searchsubmit=1&users=$post[usernameenc]" target="_blank">{lang posts}</a>
  136.                                         <!--{if $_G['adminid'] == 1}-->
  137.                                                 <a href="forum.php?mod=ajax&action=quickclear&uid=$post[authorid]" onclick="showWindow('qclear_$post[authorid]', this.href, 'get', 0)">{lang clear}</a>
  138.                                         <!--{/if}-->
  139.                                 </p>
  140.                         <!--{/if}-->
  141.                 </div>
  142.         </td>
  143.         <!--{/if}-->
  144.         <td class="plc"<!--{if $close_leftinfo}--> style="width:100%"<!--{/if}-->>
  145.                 <div class="pi"<!--{if $close_leftinfo && !$post['anonymous'] && $postshowavatars && $showavatars}--> style="height:48px"<!--{/if}-->>
  146.                         <!--{if !IS_ROBOT}-->
  147.                                 <!--{if !$postcount && !$_G['forum_thread']['archiveid'] && $post['first'] }-->
  148.                                         <div id="fj" class="y">
  149.                                                 <label class="z">{lang thread_redirect_postno}</label>
  150.                                                 <input type="text" class="px p_fre z" size="2" onkeyup="$('fj_btn').href='forum.php?mod=redirect&ptid=$_G[tid]&authorid=$_GET[authorid]&postno='+this.value" onkeydown="if(event.keyCode==13) {window.location=$('fj_btn').href;return false;}" title="{lang thread_redirect_postno_tips}" />
  151.                                                 <a href="javascript:;" id="fj_btn" class="z" title="{lang thread_redirect_postno_tips}"><img src="{IMGDIR}/fj_btn.png" alt="{lang thread_redirect_postno_tips}" class="vm" /></a>
  152.                                         </div>
  153.                                 <!--{/if}-->
  154.                                 <!--{if $post['warned']}-->
  155.                                         <a href="forum.php?mod=misc&action=viewwarning&tid=$_G[tid]&uid=$post[authorid]" title="{lang warn_get}" class="y" onclick="showWindow('viewwarning', this.href)"><img src="{IMGDIR}/warning.gif" alt="{lang warn_get}" /></a>
  156.                                 <!--{/if}-->
  157.                                 <strong>
  158.                                         <a href="{if $post[first]}forum.php?mod=viewthread&tid=$_G[tid]$fromuid{else}forum.php?mod=redirect&goto=findpost&ptid=$_G[tid]&pid=$post[pid]$fromuid{/if}"  {if $fromuid}title="{lang share_url_copy_comment}"{/if} id="postnum$post[pid]" onclick="setCopy(this.href, '{lang post_copied}');return false;">
  159.                                                 <!--{if isset($post[isstick])}-->
  160.                                                         <img src ="{IMGDIR}/settop.png" title="{lang replystick}" class="vm" /> {lang from} {$post[number]}{$postnostick}
  161.                                                 <!--{elseif $post[number] == -1}-->
  162.                                                         {lang recommend}
  163.                                                 <!--{else}-->
  164.                                                         <!--{if !empty($postno[$post[number]])}-->
  165.                                                                 $postno[$post[number]]
  166.                                                         <!--{else}-->
  167.                                                                 <em>{$post[number]}</em>{$postno[0]}
  168.                                                         <!--{/if}-->
  169.                                                 <!--{/if}-->
  170.                                         </a>
  171.                                 </strong>
  172.                         <!--{/if}-->
  173.                         <div class="pti">
  174.                                 <div class="pdbt">
  175.                                         <!--{if !$post['first'] && $post['rewardfloor']}-->
  176.                                                 <label class="pdbts pdbts_1">
  177.                                                         <a href="forum.php?mod=viewthread&tid=$post[tid]&checkrush=1" rel="nofollow" title="{lang rushreply_hit_title}" class="v">{lang prosit}</a>
  178.                                                         <a href="forum.php?mod=viewthread&tid=$post[tid]&checkrush=1" rel="nofollow" title="{lang rushreply_hit_title}" class="b">{lang rushreply_hit}</a>
  179.                                                 </label>
  180.                                         <!--{/if}-->
  181.                                         <!--{if !$post[first] && $_G['forum_thread']['special'] == 5}-->
  182.                                                 <label class="pdbts pdbts_{echo intval($post[stand])}">
  183.                                                         <!--{if $post[stand] == 1}--><a class="v" href="forum.php?mod=viewthread&tid=$_G[tid]&extra=$_GET[extra]&filter=debate&stand=1" title="{lang debate_view_square}">{lang debate_square}</a>
  184.                                                                 <!--{elseif $post[stand] == 2}--><a class="v" href="forum.php?mod=viewthread&tid=$_G[tid]&extra=$_GET[extra]&filter=debate&stand=2" title="{lang debate_view_opponent}">{lang debate_opponent}</a>
  185.                                                                 <!--{else}--><a href="forum.php?mod=viewthread&tid=$_G[tid]&extra=$_GET[extra]&filter=debate&stand=0" title="{lang debate_view_neutral}">{lang debate_neutral}</a><!--{/if}-->
  186.                                                         <!--{if $post[stand]}-->
  187.                                                                 <a class="b" href="forum.php?mod=misc&action=debatevote&tid=$_G[tid]&pid=$post[pid]" id="voterdebate_$post[pid]" onclick="ajaxmenu(this);doane(event);">{lang debate_support} $post[voters]</a>
  188.                                                         <!--{/if}-->
  189.                                                 </label>
  190.                                         <!--{/if}-->
  191.                                 </div>
  192.                                 <div class="authi">
  193.                                 <!--{if $close_leftinfo && !$post['anonymous'] && $postshowavatars && $showavatars}-->
  194.                                         <a href="home.php?mod=space&uid=$post[authorid]" target="_blank" class="xi2 z" style="padding-right:10px;">{echo avatar($post['authorid'], 'small')}</a>
  195.                                 <!--{/if}-->
  196.                                 <!--{eval $_self = $thread['author'] && $post['author'] == $thread['author'] && $post['position'] !== '1';}-->
  197.                                 <!--{if $_self }-->
  198.                                         <img class="authicn vm" id="authicon$post[pid]" src="{IMGDIR}/ico_lz.png" />
  199.                                 <!--{else}-->
  200.                                         <!--{if !$post['anonymous'] && $_G['cache']['groupicon'][$post['groupid']]}-->
  201.                                                 <img class="authicn vm" id="authicon$post[pid]" src="$_G['cache']['groupicon'][$post['groupid']]" />
  202.                                         <!--{else}-->
  203.                                                 <img class="authicn vm" id="authicon$post[pid]" src="$_G['cache']['groupicon'][0]" />
  204.                                         <!--{/if}-->
  205.                                 <!--{/if}-->

  206.                                 <!--{if $post['authorid'] && !$post['anonymous']}-->
  207.                                         <!--{if $_self}-->
  208.                                          {lang thread_author}<span class="pipe">|</span>
  209.                                         <!--{/if}-->
  210.                                         <!--{if !$_G['setting']['authoronleft']}--><a href="home.php?mod=space&uid=$post[authorid]" target="_blank" class="xi2">$post[author]</a>$authorverifys<!--{/if}-->
  211.                                         <!--{if $close_leftinfo}--><!--{/if}-->
  212.                                         <em id="authorposton$post[pid]">{lang poston} $post[dateline]</em>
  213.                                         <!--{if $post['status'] & 8}-->
  214.                                                 <span class="xg1"><!--{if $_G['setting']['mobile']['mobilecomefrom']}-->{$_G['setting']['mobile']['mobilecomefrom']}<!--{else}-->{lang from_mobile}<!--{/if}--></span>
  215.                                         <!--{/if}-->
  216.                                         <!--{if $post['invisible'] == 0}-->
  217.                                                 <span class="pipe">|</span>
  218.                                                 <!--{if !IS_ROBOT && !$_GET['authorid'] && !$_G['forum_thread']['archiveid']}-->
  219.                                                         <a href="forum.php?mod=viewthread&tid=$post[tid]&page=$page&authorid=$post[authorid]" rel="nofollow">{lang thread_show_author}</a>
  220.                                                 <!--{elseif !$_G['forum_thread']['archiveid']}-->
  221.                                                         <a href="forum.php?mod=viewthread&tid=$post[tid]&page=$page" rel="nofollow">{lang thread_show_all}</a>
  222.                                                 <!--{/if}-->
  223.                                         <!--{/if}-->
  224.                                 <!--{elseif getstatus($post['status'], 5)}-->
  225.                                         <!--{if !$_G['setting']['authoronleft']}--><a href="javascript:;" class="xi2">$post[author]</a><!--{/if}-->
  226.                                          <em id="authorposton$post[pid]">{lang poston} $post[dateline]</em>
  227.                                 <!--{elseif $post['authorid'] && $post['username'] && $post['anonymous'] || !$post['authorid'] && !$post['username']}-->
  228.                                         $_G[setting][anonymoustext]
  229.                                         <em id="authorposton$post[pid]">{lang poston} $post[dateline]</em>
  230.                                 <!--{/if}-->
  231.                                 <!--{if !IS_ROBOT && !$_G['forum_thread']['archiveid'] && $post['first'] }-->
  232.                                         <!--{if $_G['forum_thread']['attachment'] == 2 && $_G['group']['allowgetimage'] && (!$_G['setting']['guestviewthumb']['flag'] || $_G['setting']['guestviewthumb']['flag'] && $_G['uid'])}-->
  233.                                                 <span class="pipe">|</span><a href="forum.php?mod=viewthread&tid=$_G[tid]&from=album">{lang view_bigpic}</a>
  234.                                         <!--{/if}-->
  235.                                                 <span class="none"><img src="{IMGDIR}/arw_r.gif" class="vm" alt="{lang replycredit}" /></span>
  236.                                         <!--{if !$rushreply}-->
  237.                                                 <!--{if $ordertype != 1}-->
  238.                                                         <span class="pipe show">|</span><a href="forum.php?mod=viewthread&tid=$_G[tid]&extra=$_GET[extra]&ordertype=1"  class="show">{lang post_descview}</a>
  239.                                                 <!--{else}-->
  240.                                                         <span class="pipe show">|</span><a href="forum.php?mod=viewthread&tid=$_G[tid]&extra=$_GET[extra]&ordertype=2"  class="show">{lang post_ascview}</a>
  241.                                                 <!--{/if}-->
  242.                                         <!--{/if}-->
  243.                                 <!--{/if}-->
  244.                                 <!--{if $post['first']}-->
  245.                                 <span class="pipe show">|</span><a href="javascript:;" onclick="readmode($('thread_subject').innerHTML, $post[pid]);" class="show">{lang read_mode}</a>
  246.                                 <!--{/if}-->
  247.                                 <!--{hook/viewthread_postheader $postcount}-->
  248.                                 </div>
  249.                         </div>
  250.                 </div>

  251.                 <!--{ad ad_a_pr/thread/a_pr/3/$postcount}-->

  252.                 <div class="pct">
  253.                         <!--{ad/thread/a_pt/2/$postcount}-->
  254.                         <!--{if empty($ad_a_pr_css)}-->
  255.                                 <style type="text/css">.pcb{margin-right:0}</style>
  256.                                 <!--{eval $ad_a_pr_css=1;}-->
  257.                         <!--{/if}-->

  258.                         <!--{if !$post['first'] && $post['replycredit'] > 0}-->
  259.                                 <div class="cm">
  260.                                         <h3 class="psth xs1"><span class="icon_ring vm"></span>
  261.                                                 {lang replycredit} <span class="xw1 xs2 xi1">+{$post['replycredit']}</span> {$_G['setting']['extcredits'][$_G['forum_thread']['replycredit_rule']['extcreditstype']][unit]}{$_G['setting']['extcredits'][$_G['forum_thread']['replycredit_rule']['extcreditstype']][title]}
  262.                                         </h3>
  263.                                 </div>
  264.                         <!--{/if}-->

  265.                         <!--{subtemplate forum/viewthread_node_body}-->
  266.                 </div>

  267.                 <!--{if helper_access::check_module('collection') && !$_G['forum']['disablecollect']}-->
  268.                         <!--{if $post['relatecollection']}-->
  269.                                 <div class="cm">
  270.                                         <h3 class="psth xs1"><span class="icon_ring vm"></span>{lang collection_related}</h3>
  271.                                         <ul class="mbw xl xl2 cl">
  272.                                         <!--{loop $post['relatecollection'] $var}-->
  273.                                                 <li>· <a href="forum.php?mod=collection&action=view&ctid=$var[ctid]" title="$var[name]" target="_blank" class="xi2 xw1">$var[name]</a><span class="pipe">|</span><span class="xg1">{lang collection_threadnum}: $var[threadnum], {lang collection_follow}: $var[follownum]</span></li>
  274.                                         <!--{/loop}-->
  275.                                         <!--{if $post['releatcollectionmore']}-->
  276.                                                 <li>· <a href="forum.php?mod=collection&tid=$_G[tid]" target="_blank" class="xi2 xw1">{lang more}</a></li>
  277.                                         <!--{/if}-->
  278.                                         </ul>
  279.                                 </div>
  280.                                 <!--{if $post['sourcecollection']['ctid']}-->
  281.                                 <div>
  282.                                         {lang collection_fromctid}
  283.                                         <form action="forum.php?mod=collection&action=comment&ctid={$ctid}&tid={$_G[tid]}" method="POST" class="ptm pbm cl">
  284.                                                 <input type="hidden" name="ratescore" id="ratescore" />
  285.                                                 <span class="clct_ratestar">
  286.                                                         <span class="btn">
  287.                                                                 <a href="javascript:;" onmouseover="rateStarHover('clct_ratestar_star',1)" onmouseout="rateStarHover('clct_ratestar_star',0)" onclick="rateStarSet('clct_ratestar_star',1,'ratescore')">1</a>
  288.                                                                 <a href="javascript:;" onmouseover="rateStarHover('clct_ratestar_star',2)" onmouseout="rateStarHover('clct_ratestar_star',0)" onclick="rateStarSet('clct_ratestar_star',2,'ratescore')">2</a>
  289.                                                                 <a href="javascript:;" onmouseover="rateStarHover('clct_ratestar_star',3)" onmouseout="rateStarHover('clct_ratestar_star',0)" onclick="rateStarSet('clct_ratestar_star',3,'ratescore')">3</a>
  290.                                                                 <a href="javascript:;" onmouseover="rateStarHover('clct_ratestar_star',4)" onmouseout="rateStarHover('clct_ratestar_star',0)" onclick="rateStarSet('clct_ratestar_star',4,'ratescore')">4</a>
  291.                                                                 <a href="javascript:;" onmouseover="rateStarHover('clct_ratestar_star',5)" onmouseout="rateStarHover('clct_ratestar_star',0)" onclick="rateStarSet('clct_ratestar_star',5,'ratescore')">5</a>
  292.                                                         </span>
  293.                                                         <span id="clct_ratestar_star" class="star star$memberrate"></span>
  294.                                                 </span>
  295.                                                  <button type="submit" value="submit" class="pn"><span>{lang collection_rate}</span></button>
  296.                                         </form>
  297.                                 </div>
  298.                                 <!--{/if}-->
  299.                         <!--{/if}-->
  300.                 <!--{/if}-->
  301.         </td></tr>
  302.         <tr><td class="plc plm">
  303.                 <!--{if $locations[$post[pid]]}-->
  304.                         <div class="mobile-location">$locations[$post[pid]][location]</div>
  305.                 <!--{/if}-->
  306.                 <!--{if !IS_ROBOT && $post['first'] && !$_G['forum_thread']['archiveid']}-->

  307.                         <!--{if $post['invisible'] == 0}-->
  308.                                 <div id="p_btn" class="mtw mbm hm cl">
  309.                                         <!--{if !empty($_G['setting']['pluginhooks']['viewthread_share_method'])}-->
  310.                                                 <div class="tshare cl">
  311.                                                         <b>{lang viewthread_share_to}: </b>
  312.                                                         <!--{hook/viewthread_share_method}-->
  313.                                                 </div>
  314.                                         <!--{/if}-->

  315.                                         <a href="home.php?mod=spacecp&ac=favorite&type=thread&id=$_G[tid]&formhash={FORMHASH}" id="k_favorite" onclick="showWindow(this.id, this.href, 'get', 0);" onmouseover="this.title = $('favoritenumber').innerHTML + ' {lang activity_member_unit}{lang thread_favorite}'" title="{lang fav_thread}"><i><img src="{IMGDIR}/fav.gif" alt="{lang thread_favorite}" />{lang thread_favorite}<span id="favoritenumber"{if !$_G['forum_thread']['favtimes']} style="display:none"{/if}>{$_G['forum_thread']['favtimes']}</span></i></a>
  316.                                         <!--{if $_G['group']['raterange'] && $post['authorid']}-->
  317.                                                 <a href="javascript:;" id="ak_rate" onclick="showWindow('rate', 'forum.php?mod=misc&action=rate&tid=$_G[tid]&pid=$post[pid]', 'get', -1);return false;" title="{lang rate_position}"><i><img src="{IMGDIR}/agree.gif" alt="{lang rate}" />{lang rate}</i></a>
  318.                                         <!--{/if}-->
  319.                                         <!--{if !$post['anonymous'] && $post['first'] && helper_access::check_module('follow')}-->
  320.                                                 <a class="followp" href="home.php?mod=spacecp&ac=follow&op=relay&tid=$_G[tid]&from=forum" onclick="showWindow('relaythread', this.href, 'get', 0);" title="{lang follow_spread}"><i><img src="{IMGDIR}/rt.png" alt="{lang thread_realy}" />{lang thread_realy}<!--{if $_G['forum_thread']['relay']}--><span id="relaynumber" style="display:none">{$_G['forum_thread']['relay']}</span><!--{/if}--></i></a>
  321.                                         <!--{/if}-->
  322.                                         <!--{if $post['first'] && helper_access::check_module('share')}-->
  323.                                                 <a class="sharep" href="home.php?mod=spacecp&ac=share&type=thread&id=$_G[tid]" onclick="showWindow('sharethread', this.href, 'get', 0);" title="{lang share_digest}"><i><img src="{IMGDIR}/oshr.png" alt="{lang thread_share}" />{lang thread_share}<!--{if $_G['forum_thread']['sharetimes']}--><span id="sharenumber">{$_G['forum_thread']['sharetimes']}</span><!--{/if}--></i></a>
  324.                                         <!--{/if}-->

  325.                                         <!--{if !$_G['forum']['disablecollect'] && helper_access::check_module('collection')}-->
  326.                                                 <a href="forum.php?mod=collection&action=edit&op=addthread&tid=$_G[tid]" id="k_collect" onclick="showWindow(this.id, this.href);return false;" onmouseover="this.title = $('collectionnumber').innerHTML + ' {lang activity_member_unit}{lang collection}'" title="{lang thread_collect}"><i><img src="{IMGDIR}/collection.png" alt="{lang thread_share}" />{lang collection}<span id="collectionnumber"{if !$post['releatcollectionnum']} style="display:none"{/if}>{$post['releatcollectionnum']}</span></i></a>
  327.                                         <!--{/if}-->
  328.                                         <!--{if ($_G['group']['allowrecommend'] || !$_G['uid']) && $_G['setting']['recommendthread']['status']}-->
  329.                                                 <!--{if !empty($_G['setting']['recommendthread']['addtext'])}-->
  330.                                                 <a id="recommend_add" href="forum.php?mod=misc&action=recommend&do=add&tid=$_G[tid]&hash={FORMHASH}" {if $_G['uid']}onclick="ajaxmenu(this, 3000, 1, 0, '43', 'recommendupdate({$_G['group']['allowrecommend']})');return false;"{else} onclick="showWindow('login', this.href)"{/if} onmouseover="this.title = $('recommendv_add').innerHTML + ' {lang activity_member_unit}$_G[setting][recommendthread][addtext]'" title="{lang maketoponce}"><i><img src="{IMGDIR}/rec_add.gif" alt="$_G['setting']['recommendthread'][addtext]" />$_G['setting']['recommendthread'][addtext]<span id="recommendv_add"{if !$_G['forum_thread']['recommend_add']} style="display:none"{/if}>$_G[forum_thread][recommend_add]</span></i></a>
  331.                                                 <!--{/if}-->
  332.                                                 <!--{if !empty($_G['setting']['recommendthread']['subtracttext'])}-->
  333.                                                 <a id="recommend_subtract" href="forum.php?mod=misc&action=recommend&do=subtract&tid=$_G[tid]&hash={FORMHASH}" {if $_G['uid']}onclick="ajaxmenu(this, 3000, 1, 0, '43', 'recommendupdate(-{$_G['group']['allowrecommend']})');return false;"{else} onclick="showWindow('login', this.href)"{/if} onmouseover="this.title = $('recommendv_subtract').innerHTML + ' {lang activity_member_unit}$_G[setting][recommendthread][subtracttext]'" title="{lang makebottomonce}"><i><img src="{IMGDIR}/rec_subtract.gif" alt="$_G['setting']['recommendthread'][subtracttext]" />$_G['setting']['recommendthread'][subtracttext]<span id="recommendv_subtract"{if !$_G['forum_thread']['recommend_sub']} style="display:none"{/if}>$_G[forum_thread][recommend_sub]</span></i></a>
  334.                                                 <!--{/if}-->
  335.                                         <!--{/if}-->
  336.                                         <!--{hook/viewthread_useraction}-->
  337.                                 </div>
  338.                         <!--{/if}-->

  339.                 <!--{/if}-->

  340.                 <!--{if $post['relateitem']}-->
  341.                         <div class="mtw mbw">
  342.                                 <h3 class="pbm mbm bbda">{lang related_thread}</h3>
  343.                                 <ul class="xl xl2 cl">
  344.                                         <!--{loop $post['relateitem'] $var}-->
  345.                                         <li>&#8226; <a href="forum.php?mod=viewthread&tid=$var[tid]" title="$var[subject]" target="_blank">$var[subject]</a></li>
  346.                                         <!--{/loop}-->
  347.                                 </ul>
  348.                         </div>
  349.                 <!--{/if}-->
  350.                 <!--{if $post['signature'] && ($_G['setting']['bannedmessages'] & 4 && ($post['memberstatus'] == '-1' || ($post['authorid'] && !$post['username']) || ($post['groupid'] == 4 || $post['groupid'] == 5) || ($post['status'] & 1)))}-->
  351.                         <div class="sign">{lang member_signature_banned}</div>
  352.                 <!--{elseif $post['signature'] && !$post['anonymous'] && $showsignatures}-->
  353.                         <div class="sign" style="max-height:{$_G['setting']['maxsigrows']}px;maxHeightIE:{$_G['setting']['maxsigrows']}px;">$post[signature]</div>
  354.                 <!--{elseif !$post['anonymous'] && $showsignatures && $_G['setting']['globalsightml']}-->
  355.                         <div class="sign">$_G['setting']['globalsightml']</div>
  356.                 <!--{/if}-->
  357.                 <!--{hook/viewthread_postsightmlafter $postcount}-->
  358.                 <!--{ad/thread/a_pb/1/$postcount}-->
  359.         </td>
  360. </tr>
  361. <tr id="_postposition$post['pid']"></tr>
  362. <!--{if !$_G['forum_thread']['archiveid']}-->
  363. <tr>
  364.         <!--{if !$close_leftinfo}-->
  365.         <td class="pls"></td>
  366.         <!--{/if}-->
  367.         <td class="plc" style="overflow:visible;{if $close_leftinfo}--> width:100%{/if}">
  368.                 <div class="po hin">
  369.                         <!--{if !$post['first'] && $modmenu['post']}-->
  370.                                 <span class="y">
  371.                                 <label for="manage$post[pid]">
  372.                                 <input type="checkbox" id="manage$post[pid]" class="pc" {if !empty($modclick)}checked="checked" {/if}onclick="pidchecked(this);modclick(this, $post[pid])" value="$post[pid]" autocomplete="off" />
  373.                                 {lang manage}
  374.                                 </label>
  375.                                 </span>
  376.                         <!--{/if}-->
  377.                         <div class="pob cl">
  378.                                 <em>
  379.                                         <!--{if $post['invisible'] == 0}-->
  380.                                                 <!--{if $allowpostreply && $post['allowcomment'] && (!$thread['closed'] || $_G['forum']['ismoderator'])}--><a class="cmmnt" href="forum.php?mod=misc&action=comment&tid=$post[tid]&pid=$post[pid]&extra=$_GET[extra]&page=$page{if $_G['forum_thread']['special'] == 127}&special=$specialextra{/if}" onclick="showWindow('comment', this.href, 'get', 0)">{lang comments}</a><!--{/if}-->
  381.                                         <!--{if (!$_G['uid'] || $allowpostreply) && !$needhiddenreply}-->
  382.                                                 <!--{if $post['first']}-->
  383.                                                         <a class="fastre" href="forum.php?mod=post&action=reply&fid=$_G[fid]&tid=$_G[tid]&reppost=$post[pid]&extra=$_GET[extra]&page=$page" onclick="showWindow('reply', this.href)">{lang reply}</a>
  384.                                                 <!--{else}-->
  385.                                                         <a class="fastre" href="forum.php?mod=post&action=reply&fid=$_G[fid]&tid=$_G[tid]&repquote=$post[pid]&extra=$_GET[extra]&page=$page" onclick="showWindow('reply', this.href)">{lang reply}</a>
  386.                                                 <!--{/if}-->
  387.                                         <!--{/if}-->
  388.                                         <!--{/if}-->
  389.                                         <!--{if (($_G['forum']['ismoderator'] && $_G['group']['alloweditpost'] && (!in_array($post['adminid'], array(1, 2, 3)) || $_G['adminid'] <= $post['adminid'])) || ($_G['forum']['alloweditpost'] && $_G['uid'] && ($post['authorid'] == $_G['uid'] && $_G['forum_thread']['closed'] == 0) && !(!$alloweditpost_status && $edittimelimit && TIMESTAMP - $post['dbdateline'] > $edittimelimit)))}-->
  390.                                                 <a class="editp" href="forum.php?mod=post&action=edit&fid=$_G[fid]&tid=$_G[tid]&pid=$post[pid]{if !empty($_GET[modthreadkey])}&modthreadkey=$_GET[modthreadkey]{/if}&page=$page"><!--{if $_G['forum_thread']['special'] == 2 && !$post['message']}-->{lang post_add_aboutcounter}<!--{else}-->{lang edit}</a><!--{/if}-->
  391.                                         <!--{elseif $_G['uid'] && $post['authorid'] == $_G['uid'] && $_G['setting']['postappend']}-->
  392.                                                 <a class="appendp" href="forum.php?mod=misc&action=postappend&tid=$post[tid]&pid=$post[pid]&extra=$_GET[extra]&page=$page" onClick="showWindow('postappend', this.href, 'get', 0)">{lang postappend}</a>
  393.                                         <!--{/if}-->
  394.                                         <!--{if $post['first'] && $post['invisible'] == -3}-->
  395.                                                 <!--<a class="psave" href="forum.php?mod=misc&action=pubsave&tid=$_G[tid]">{lang published}</a>-->
  396.                                         <!--{/if}-->
  397.                                         <!--{if $post['invisible'] == -2 && !$post['first']}-->
  398.                                                 <span class="xg1">({lang moderate_need})</span>
  399.                                         <!--{/if}-->
  400.                                         <!--{if $post['first'] && $allowblockrecommend}--><a class="push" href="javascript:;" onclick="modaction('recommend', '$_G[forum_firstpid]', 'op=recommend&idtype={if $_G[forum_thread][isgroup]}gtid{else}tid{/if}&id=$_G[tid]&pid=$post[pid]', 'portal.php?mod=portalcp&ac=portalblock')">{lang modmenu_blockrecommend}</a><!--{/if}-->
  401.                                         <!--{if !$_G['forum_thread']['special'] && !$rushreply && !$hiddenreplies && $_G['setting']['repliesrank'] && !$post['first'] && !($post['isWater'] && $_G['setting']['filterednovote'])}-->
  402.                                         <a class="replyadd" href="forum.php?mod=misc&action=postreview&do=support&tid=$_G[tid]&pid=$post[pid]&hash={FORMHASH}" {if $_G['uid']}onclick="ajaxmenu(this, 3000, 1, 0, '43', '');return false;"{else} onclick="showWindow('login', this.href)"{/if} onmouseover="this.title = ($('review_support_$post[pid]').innerHTML ? $('review_support_$post[pid]').innerHTML : 0) + ' {lang activity_member_unit} {lang support_reply}'">{lang support_reply} <span id="review_support_$post[pid]">$post[postreview][support]</span></a>
  403.                                         <a class="replysubtract" href="forum.php?mod=misc&action=postreview&do=against&tid=$_G[tid]&pid=$post[pid]&hash={FORMHASH}" {if $_G['uid']}onclick="ajaxmenu(this, 3000, 1, 0, '43', '');return false;"{else} onclick="showWindow('login', this.href)"{/if} onmouseover="this.title = ($('review_against_$post[pid]').innerHTML ? $('review_against_$post[pid]').innerHTML : 0) + ' {lang activity_member_unit} {lang against_reply}'">{lang against_reply} <span id="review_against_$post[pid]">$post[postreview][against]</span></a>
  404.                                         <!--{/if}-->
  405.                                         <!--{hook/viewthread_postfooter $postcount}-->
  406.                                 </em>

  407.                                 <p>
  408.                                         <!--{if $post['invisible'] == 0}-->
  409.                                                 <!--{if $_G['setting']['magicstatus']}-->
  410.                                                         <a href="javascript:;" id="mgc_post_$post[pid]" onmouseover="showMenu(this.id)" class="showmenu">{lang thread_magic}</a>
  411.                                                 <!--{/if}-->

  412.                                                 <!--{if $_G['forum_thread']['special'] == 3 && ($_G['forum']['ismoderator'] && (!$_G['setting']['rewardexpiration'] || $_G['setting']['rewardexpiration'] > 0 && ($_G[timestamp] - $_G['forum_thread']['dateline']) / 86400 > $_G['setting']['rewardexpiration']) || $_G['forum_thread']['authorid'] == $_G['uid']) && $post['authorid'] != $_G['forum_thread']['authorid'] && $post['first'] == 0 && $_G['uid'] != $post['authorid'] && $_G['forum_thread']['price'] > 0}-->
  413.                                                         <a href="javascript:;" onclick="setanswer($post['pid'], '$_GET[from]')">{lang reward_set_bestanswer}</a>
  414.                                                 <!--{/if}-->

  415.                                                 <!--{if !$post['first'] && $_G['group']['raterange'] && $post['authorid']}-->
  416.                                                         <a href="javascript:;" onclick="showWindow('rate', 'forum.php?mod=misc&action=rate&tid=$_G[tid]&pid=$post[pid]', 'get', -1);return false;">{lang rate}</a>
  417.                                                 <!--{/if}-->

  418.                                                 <!--{if !empty($postlist[$post[pid]]['totalrate']) && $_G['forum']['ismoderator']}-->
  419.                                                         <a href="forum.php?mod=misc&action=removerate&tid=$_G[tid]&pid=$post[pid]&page=$page" onclick="showWindow('rate', this.href, 'get', -1)">{lang removerate}</a>
  420.                                                 <!--{/if}-->
  421.                                                 <!--{if $post['authorid'] != $_G['uid']}-->
  422.                                                         <a href="javascript:;" onclick="showWindow('miscreport$post[pid]', 'misc.php?mod=report&rtype=post&rid=$post[pid]&tid=$_G[tid]&fid=$_G[fid]', 'get', -1);return false;">{lang report}</a>
  423.                                                 <!--{/if}-->
  424.                                         <!--{/if}-->
  425.                                         <!--{hook/viewthread_postaction $postcount}-->
  426.                                 </p>

  427.                                 <!--{if $_G['setting']['magicstatus']}-->
  428.                                         <ul id="mgc_post_$post[pid]_menu" class="p_pop mgcmn" style="display: none;">
  429.                                         <!--{if $post['first']}-->
  430.                                                 <!--{if !empty($_G['setting']['magics']['bump'])}-->
  431.                                                         <li><a href="home.php?mod=magic&mid=bump&idtype=tid&id=$_G[tid]" id="a_bump" onclick="showWindow(this.id, this.href)"><img src="{STATICURL}image/magic/bump.small.gif" />$_G['setting']['magics']['bump']</a></li>
  432.                                                 <!--{/if}-->
  433.                                                 <!--{if !empty($_G['setting']['magics']['stick'])}-->
  434.                                                         <li><a href="home.php?mod=magic&mid=stick&idtype=tid&id=$_G[tid]" id="a_stick" onclick="showWindow(this.id, this.href)"><img src="{STATICURL}image/magic/stick.small.gif" />$_G['setting']['magics']['stick']</a></li>
  435.                                                 <!--{/if}-->
  436.                                                 <!--{if !empty($_G['setting']['magics']['close'])}-->
  437.                                                         <li><a href="home.php?mod=magic&mid=close&idtype=tid&id=$_G[tid]" id="a_stick" onclick="showWindow(this.id, this.href)"><img src="{STATICURL}image/magic/close.small.gif" />$_G['setting']['magics']['close']</a></li>
  438.                                                 <!--{/if}-->
  439.                                                 <!--{if !empty($_G['setting']['magics']['open'])}-->
  440.                                                         <li><a href="home.php?mod=magic&mid=open&idtype=tid&id=$_G[tid]" id="a_stick" onclick="showWindow(this.id, this.href)"><img src="{STATICURL}image/magic/open.small.gif" />$_G['setting']['magics']['open']</a></li>
  441.                                                 <!--{/if}-->
  442.                                                 <!--{if !empty($_G['setting']['magics']['highlight'])}-->
  443.                                                         <li><a href="home.php?mod=magic&mid=highlight&idtype=tid&id=$_G[tid]" id="a_stick" onclick="showWindow(this.id, this.href)"><img src="{STATICURL}image/magic/highlight.small.gif" />$_G['setting']['magics']['highlight']</a></li>
  444.                                                 <!--{/if}-->
  445.                                                 <!--{if !empty($_G['setting']['magics']['sofa'])}-->
  446.                                                         <li><a href="home.php?mod=magic&mid=sofa&idtype=tid&id=$_G[tid]" id="a_stick" onclick="showWindow(this.id, this.href)"><img src="{STATICURL}image/magic/sofa.small.gif" />$_G['setting']['magics']['sofa']</a></li>
  447.                                                 <!--{/if}-->
  448.                                                 <!--{if !empty($_G['setting']['magics']['jack'])}-->
  449.                                                         <li><a href="home.php?mod=magic&mid=jack&idtype=tid&id=$_G[tid]" id="a_jack" onclick="showWindow(this.id, this.href)"><img src="{STATICURL}image/magic/jack.small.gif" />$_G['setting']['magics']['jack']</a></li>
  450.                                                 <!--{/if}-->
  451.                                                 <!--{hook/viewthread_magic_thread}-->
  452.                                         <!--{/if}-->
  453.                                         <!--{if !empty($_G['setting']['magics']['repent']) && $post['authorid'] == $_G['uid'] && !$rushreply}-->
  454.                                                 <li><a href="home.php?mod=magic&mid=repent&idtype=pid&id=$post[pid]:$_G[tid]" id="a_repent_$post[pid]" onclick="showWindow(this.id, this.href)"><img src="{STATICURL}image/magic/repent.small.gif" />$_G['setting']['magics']['repent']</a></li>
  455.                                         <!--{/if}-->
  456.                                         <!--{if !empty($_G['setting']['magics']['anonymouspost']) && $post['authorid'] == $_G['uid']}-->
  457.                                                 <li><a href="home.php?mod=magic&mid=anonymouspost&idtype=pid&id=$post[pid]:$_G[tid]" id="a_anonymouspost_$post[pid]" onclick="showWindow(this.id, this.href)"><img src="{STATICURL}image/magic/anonymouspost.small.gif" />$_G['setting']['magics']['anonymouspost']</a><li>
  458.                                         <!--{/if}-->
  459.                                         <!--{if !empty($_G['setting']['magics']['namepost'])}-->
  460.                                                 <li><a href="home.php?mod=magic&mid=namepost&idtype=pid&id=$post[pid]:$_G[tid]" id="a_namepost_$post[pid]" onclick="showWindow(this.id, this.href)"><img src="{STATICURL}image/magic/namepost.small.gif" />$_G['setting']['magics']['namepost']</a><li>
  461.                                         <!--{/if}-->
  462.                                         <!--{hook/viewthread_magic_post $postcount}-->
  463.                                         </ul>
  464.                                         <script type="text/javascript" reload="1">checkmgcmn('post_$post[pid]')</script>
  465.                                 <!--{/if}-->
  466.                         </div>
  467.                 </div>
  468.         </td>
  469. </tr>
  470. <!--{/if}-->
  471. <tr class="ad">
  472.         <td class="pls">
  473.         <!--{if !$close_leftinfo}-->
  474.         </td>
  475.         <td class="plc">
  476.         <!--{/if}-->
  477.                 <!--{if $post['first'] && $_G[forum_thread][special] == 5 && $_G[forum_thread][displayorder] >= 0}-->
  478.                         <ul class="ttp cl">
  479.                                 <li style="display:inline;margin-left:12px"><strong class="bw0 bg0_all">{lang debate_filter}: </strong></li>
  480.                                 <li{if !isset($_GET['stand'])} class="xw1 a"{/if}><a href="forum.php?mod=viewthread&tid=$_G[tid]&extra=$_GET[extra]" hidefocus="true">{lang all}</a></li>
  481.                                 <li{if $_GET['stand'] == 1} class="xw1 a"{/if}><a href="forum.php?mod=viewthread&tid=$_G[tid]&extra=$_GET[extra]&stand=1" hidefocus="true">{lang debate_square}</a></li>
  482.                                 <li{if $_GET['stand'] == 2} class="xw1 a"{/if}><a href="forum.php?mod=viewthread&tid=$_G[tid]&extra=$_GET[extra]&stand=2" hidefocus="true">{lang debate_opponent}</a></li>
  483.                                 <li{if isset($_GET['stand']) && $_GET['stand'] == 0} class="xw1 a"{/if}><a href="forum.php?mod=viewthread&tid=$_G[tid]&extra=$_GET[extra]&stand=0" hidefocus="true">{lang debate_neutral}</a></li>
  484.                         </ul>
  485.                 <!--{/if}-->
  486.                 <!--{if $_G['forum_thread']['replies']}--><!--{ad/interthread/a_p/$postcount}--><!--{/if}-->
  487.         </td>
  488. </tr>
  489. </table>
  490. <!--{if !empty($aimgs[$post[pid]])}-->
  491. <script type="text/javascript" reload="1">
  492.         aimgcount[{$post[pid]}] = [<!--{echo dimplode($aimgs[$post[pid]]);}-->];
  493.         attachimggroup($post['pid']);
  494.         <!--{if empty($_G['setting']['lazyload'])}-->
  495.                 <!--{if !$post['imagelistthumb']}-->
  496.                         attachimgshow($post[pid]);
  497.                 <!--{else}-->
  498.                         attachimgshow($post[pid], 1);
  499.                 <!--{/if}-->
  500.         <!--{/if}-->
  501.         var aimgfid = 0;
  502.         <!--{if $_G['forum']['picstyle'] && ($_G['forum']['ismoderator'] || $_G['uid'] == $_G['thread']['authorid'])}-->
  503.                 aimgfid = $_G[fid];
  504.         <!--{/if}-->
  505.         <!--{if $post['imagelistthumb']}-->
  506.                 attachimglstshow($post['pid'], <!--{echo intval($_G['setting']['lazyload'])}-->, aimgfid, '{$_G[setting][showexif]}');
  507.         <!--{/if}-->
  508. </script>
  509. <!--{/if}-->
  510. <!--{else}-->
  511.         <table id="pid$post[pid]" summary="pid$post[pid]" cellspacing="0" cellpadding="0">
  512.         <tbody>
  513.                 <tr>
  514.                         <!--{if !$close_leftinfo}-->
  515.                         <td class="pls"></td>
  516.                         <!--{/if}-->
  517.                         <td class="plc"<!--{if $close_leftinfo}--> style="width:100%"<!--{/if}-->>
  518.                                 <div class="pi">
  519.                                         <strong><a><!--{if !empty($postno[$post[number]])}-->$postno[$post[number]]<!--{else}--><em>{$post[number]}</em>{$postno[0]}<!--{/if}--></a></strong>
  520.                                 </div>
  521.                                 <div class="pct">{lang post_deleted}</div>
  522.                         </td>
  523.                 </tr>
  524.                 <tr class="ad">
  525.                         <!--{if !$close_leftinfo}-->
  526.                         <td class="pls"></td>
  527.                         <!--{/if}-->
  528.                         <td class="plc"></td>
  529.                 </tr>
  530.         </tbody>
  531. </table>
  532. <!--{/if}-->
  533. <!--{hook/viewthread_endline $postcount}-->

  534. <!--{else}-->

  535. <!--{eval
  536. $needhiddenreply = ($hiddenreplies && $_G['uid'] != $post['authorid'] && $_G['uid'] != $_G['forum_thread']['authorid'] && !$post['first'] && !$_G['forum']['ismoderator']);
  537. $postshowavatars = !($_G['setting']['bannedmessages'] & 2 && ($post['memberstatus'] == '-1' || ($post['authorid'] && !$post['username']) || ($post['groupid'] == 4 || $post['groupid'] == 5) || ($post['status'] & 1)));
  538. }-->

  539. <!--{if $post['first']}-->
  540.         <!--{subtemplate forum/viewthread_node_body}-->
  541. <!--{else}-->
  542.         <!--{subtemplate forum/viewthread_reply_node}-->
  543. <!--{/if}-->

  544. <!--{hook/viewthread_endline $postcount}-->

  545. <!--{/if}-->
复制代码


allthebest 发表于 2018-4-26 08:50:40 | 显示全部楼层
去问 防站酷的模板 作者
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-30 11:34 , Processed in 0.023841 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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