我安装了一个模板,帖子内页里面插件功能都不显示,如:搜搜相关文章,二维码,楼主帖子
怎么回事啊,怎么修改啊
viewthread.php文件
<!--{subtemplate common/headerforum}-->
<script type="text/javascript">var fid = parseInt('$_G[fid]'), tid = parseInt('$_G[tid]');</script>
< !--{if $modmenu['thread'] || $modmenu['post']}-->
<script type="text/javascript" src="{$_G['setting']['jspath']}forum_moderate.js?{VERHASH}"></script>
< !--{/if}-->
<script type="text/javascript" src="{$_G['setting']['jspath']}forum_viewthread.js?{VERHASH}"></script>
< script type="text/javascript">zoomstatus = parseInt($_G['setting']['zoomstatus']);var imagemaxwidth = '{$_G['setting']['imagemaxwidth']}';var aimgcount = new Array();</script>
< style id="diy_style" type="text/css"></style>
< !--[diy=diynavtop]--><div id="diynavtop" class="area"></div><!--[/diy]-->
<div id="pt" class="bm cl">
<div class="z">
<a href="./" class="nvhm" title="{lang homepage}">$_G[setting][bbname]</a><em>»</em><a href="forum.php"{if $_G['setting']['forumjump']} id="fjump" class="showmenu" {/if}>{$_G[setting][navs][2][navname]}</a><em>›</em><a href="forum.php?mod=forumdisplay&fid=$_G[fid]">$_G['forum'][name]</a><em>›</em>查看内容
</div>
< /div>
< !--{hook/viewthread_top}-->
< !--{ad/text/wp a_t}-->
<style id="diy_style" type="text/css"></style>
< div class="wp">
<!--[diy=diy1]--><div id="diy1" class="area"></div><!--[/diy]-->
< /div>
< div id="ct" class="content wp cl">
< div class="main">
< !--{if $_G['group']['allowpost'] && ($_G['group']['allowposttrade'] || $_G['group']['allowpostpoll'] || $_G['group']['allowpostreward'] || $_G['group']['allowpostactivity'] || $_G['group']['allowpostdebate'] || $_G['setting']['threadplugins'] || $_G['forum']['threadsorts'])}-->
<ul class="p_pop" id="newspecial_menu" style="display: none">
<!--{if !$_G['forum']['allowspecialonly']}--><li><a href="forum.php?mod=post&action=newthread&fid=$_G[fid]">{lang post_newthread}</a></li><!--{/if}-->
<!--{if $_G['forum']['threadsorts'] && !$_G['forum']['allowspecialonly']}-->
<!--{loop $_G['forum']['threadsorts']['types'] $id $threadsorts}-->
<!--{if $_G['forum']['threadsorts']['show'][$id]}-->
<li class="popupmenu_option"><a href="forum.php?mod=post&action=newthread&fid=$_G[fid]&sortid=$id">$threadsorts</a></li>
<!--{/if}-->
<!--{/loop}-->
<!--{/if}-->
<!--{if $_G['group']['allowpostpoll']}--><li class="poll"><a href="forum.php?mod=post&action=newthread&fid=$_G[fid]&special=1">{lang post_newthreadpoll}</a></li><!--{/if}-->
<!--{if $_G['group']['allowpostreward']}--><li class="reward"><a href="forum.php?mod=post&action=newthread&fid=$_G[fid]&special=3">{lang post_newthreadreward}</a></li><!--{/if}-->
<!--{if $_G['group']['allowpostdebate']}--><li class="debate"><a href="forum.php?mod=post&action=newthread&fid=$_G[fid]&special=5">{lang post_newthreaddebate}</a></li><!--{/if}-->
<!--{if $_G['group']['allowpostactivity']}--><li class="activity"><a href="forum.php?mod=post&action=newthread&fid=$_G[fid]&special=4">{lang post_newthreadactivity}</a></li><!--{/if}-->
<!--{if $_G['group']['allowposttrade']}--><li class="trade"><a href="forum.php?mod=post&action=newthread&fid=$_G[fid]&special=2">{lang post_newthreadtrade}</a></li><!--{/if}-->
<!--{if $_G['setting']['threadplugins']}-->
<!--{loop $_G['forum']['threadplugin'] $tpid}-->
<!--{if array_key_exists($tpid, $_G['setting']['threadplugins']) && @in_array($tpid, $_G['group']['allowthreadplugin'])}-->
<li class="popupmenu_option"{if $_G['setting']['threadplugins'][$tpid][icon]} style="background-image:url(source/plugin/$tpid/$_G['setting']['threadplugins'][$tpid][icon])"{/if}><a href="forum.php?mod=post&action=newthread&fid=$_G[fid]&specialextra=$tpid">{$_G['setting']['threadplugins'][$tpid][name]}</a></li>
<!--{/if}-->
<!--{/loop}-->
<!--{/if}-->
</ul>
< !--{/if}-->
< !--{if $modmenu['post']}-->
<div id="mdly" class="fwinmask" style="display:none;">
<table cellspacing="0" cellpadding="0" class="fwin">
<tr>
<td class="t_l"></td>
<td class="t_c"></td>
<td class="t_r"></td>
</tr>
<tr>
<td class="m_l"> </td>
<td class="m_c">
<div class="f_c">
<div class="c">
<h3>{lang admin_select} <strong id="mdct" class="xi1"></strong> {lang piece}: </h3>
<!--{if $_G['forum']['ismoderator']}-->
<!--{if $_G['group']['allowwarnpost']}--><a href="javascript:;">{lang modmenu_warn}</a><span class="pipe">|</span><!--{/if}-->
<!--{if $_G['group']['allowbanpost']}--><a href="javascript:;">{lang modmenu_banpost}</a><span class="pipe">|</span><!--{/if}-->
<!--{if $_G['group']['allowdelpost'] && !$rushreply}--><a href="javascript:;">{lang modmenu_deletepost}</a><span class="pipe">|</span><!--{/if}-->
<!--{/if}-->
<!--{if $_G['forum']['ismoderator'] && $_G['group']['allowstickreply'] || $_G['forum_thread']['authorid'] == $_G['uid']}--><a href="javascript:;">{lang modmenu_stickpost}</a><span class="pipe">|</span><!--{/if}-->
<!--{if $_G['forum_thread']['pushedaid'] && $allowpostarticle}--><a href="javascript:;">{lang modmenu_pushplus}</a><span class="pipe">|</span><!--{/if}-->
</div>
</div>
</td>
<td class="m_r"></td>
</tr>
<tr>
<td class="b_l"></td>
<td class="b_c"></td>
<td class="b_r"></td>
</tr>
</table>
</div>
< !--{/if}-->
< !--{if $modmenu['thread']}-->
<div id="modmenu" class="tbmu">
<!--{eval $modopt=0;}-->
<!--{if $_G['forum']['ismoderator']}-->
<!--{if $_G['group']['allowdelpost']}--><!--{eval $modopt++}--><a href="javascript:;">{lang modmenu_deletethread}</a><span class="pipe">|</span><!--{/if}-->
<!--{if $_G['group']['allowbumpthread'] && !$_G['forum_thread']['is_archived']}--><!--{eval $modopt++}--><a href="javascript:;">{lang modmenu_updown}</a><span class="pipe">|</span><!--{/if}-->
<!--{if $_G['group']['allowstickthread'] && ($_G['forum_thread']['displayorder'] <= 3 || $_G['adminid'] == 1) && !$_G['forum_thread']['is_archived']}--><!--{eval $modopt++}--><a href="javascript:;">{lang modmenu_stickthread}</a><span class="pipe">|</span><!--{/if}-->
<!--{if $_G['group']['allowhighlightthread'] && !$_G['forum_thread']['is_archived']}--><!--{eval $modopt++}--><a href="javascript:;">{lang modmenu_highlight}</a><span class="pipe">|</span><!--{/if}-->
<!--{if $_G['group']['allowdigestthread'] && !$_G['forum_thread']['is_archived']}--><!--{eval $modopt++}--><a href="javascript:;">{lang modmenu_digestpost}</a><span class="pipe">|</span><!--{/if}-->
<!--{if $_G['group']['allowrecommendthread'] && !empty($_G['forum']['modrecommend']['open']) && $_G['forum']['modrecommend']['sort'] != 1 && !$_G['forum_thread']['is_archived']}--><!--{eval $modopt++}--><a href="javascript:;">{lang modmenu_recommend}</a><span class="pipe">|</span><!--{/if}-->
<!--{if $_G['group']['allowstampthread'] && !$_G['forum_thread']['is_archived']}--><!--{eval $modopt++}--><a href="javascript:;">{lang modmenu_stamp}</a><span class="pipe">|</span><!--{/if}-->
<!--{if $_G['group']['allowstamplist'] && !$_G['forum_thread']['is_archived']}--><!--{eval $modopt++}--><a href="javascript:;">{lang modmenu_icon}</a><span class="pipe">|</span><!--{/if}-->
<!--{if $_G['group']['allowclosethread'] && !$_G['forum_thread']['is_archived'] && $_G['forum']['status'] != 3}--><!--{eval $modopt++}--><a href="javascript:;"><!--{if !$_G['forum_thread']['closed']}-->{lang modmenu_switch_off}<!--{else}-->{lang modmenu_switch_on}<!--{/if}--></a><span class="pipe">|</span><!--{/if}-->
<!--{if $_G['group']['allowmovethread'] && !$_G['forum_thread']['is_archived'] && $_G['forum']['status'] != 3}--><!--{eval $modopt++}--><a href="javascript:;">{lang modmenu_move}</a><span class="pipe">|</span><!--{/if}-->
<!--{if $_G['group']['allowedittypethread'] && !$_G['forum_thread']['is_archived']}--><!--{eval $modopt++}--><a href="javascript:;">{lang modmenu_type}</a><span class="pipe">|</span><!--{/if}-->
<!--{if !$_G['forum_thread']['special'] && !$_G['forum_thread']['is_archived']}-->
<!--{if $_G['group']['allowcopythread'] && $_G['forum']['status'] != 3}--><!--{eval $modopt++}--><a href="javascript:;">{lang modmenu_copy}</a><span class="pipe">|</span><!--{/if}-->
<!--{if $_G['group']['allowmergethread'] && $_G['forum']['status'] != 3}--><!--{eval $modopt++}--><a href="javascript:;">{lang modmenu_merge}</a><span class="pipe">|</span><!--{/if}-->
<!--{if $_G['group']['allowrefund'] && $_G['forum_thread']['price'] > 0}--><!--{eval $modopt++}--><a href="javascript:;">{lang modmenu_restore}</a><span class="pipe">|</span><!--{/if}-->
<!--{/if}-->
<!--{if $_G['group']['allowsplitthread'] && !$_G['forum_thread']['is_archived'] && $_G['forum']['status'] != 3}--><!--{eval $modopt++}--><a href="javascript:;">{lang modmenu_split}</a><span class="pipe">|</span><!--{/if}-->
<!--{if $_G['group']['allowrepairthread'] && !$_G['forum_thread']['is_archived']}--><!--{eval $modopt++}--><a href="javascript:;">{lang modmenu_repair}</a><span class="pipe">|</span><!--{/if}-->
<!--{if $_G['forum_thread']['is_archived'] && $_G['adminid'] == 1}--><!--{eval $modopt++}--><a href="javascript:;">{lang modmenu_archive}</a><span class="pipe">|</span><!--{/if}-->
<!--{if $_G['forum_firstpid']}-->
<!--{if $_G['group']['allowwarnpost']}--><!--{eval $modopt++}--><a href="javascript:;">{lang modmenu_warn}</a><span class="pipe">|</span><!--{/if}-->
<!--{if $_G['group']['allowbanpost']}--><!--{eval $modopt++}--><a href="javascript:;">{lang modmenu_banthread}</a><span class="pipe">|</span><!--{/if}-->
<!--{/if}-->
<!--{if $_G['group']['allowremovereward'] && $_G['forum_thread']['special'] == 3 && !$_G['forum_thread']['is_archived']}--><!--{eval $modopt++}--><a href="javascript:;">{lang modmenu_removereward}</a><span class="pipe">|</span><!--{/if}-->
<!--{if $_G['forum']['status'] == 3 && in_array($_G['adminid'], array('1','2')) && $_G['forum_thread']['closed'] < 1}--><a href="javascript:;">{lang modmenu_grouprecommend}</a><span class="pipe">|</span><!--{/if}-->
<!--{if $_G['group']['allowmanagetag']}--><a href="javascript:;">{lang post_tag}</a><span class="pipe">|</span><!--{/if}-->
<!--{if $_G['group']['alloweditusertag']}--><a href="javascript:;">{lang usertag}</a><span class="pipe">|</span><!--{/if}-->
<!--{/if}-->
<!--{if $allowpusharticle && $allowpostarticle}--><!--{eval $modopt++}--><a href="portal.php?mod=portalcp&ac=article&from_idtype=tid&from_id=$_G['tid']">{lang modmenu_pusharticle}</a><span class="pipe">|</span><!--{/if}-->
<!--{hook/viewthread_modoption}-->
</div>
< !--{/if}-->
< !--{hook/viewthread_beginline}-->
< div id="postlist" class="pl">
<!--{if $_G['page'] > 1 || ($rushresult[rewardfloor] && $_GET['checkrush'])}-->
<table cellspacing="0" cellpadding="0">
<tr>
<td class="pls ptn pbn">
<div class="tath cl">
<!--{if $_G[forum_thread][authorid] && $_G[forum_thread][author]}-->
<a href="home.php?mod=space&uid=$_G[forum_thread][authorid]" title="$_G[forum_thread][author]"><!--{avatar($_G[forum_thread][authorid],small)}--></a>
{lang thread_author}: <a href="home.php?mod=space&uid=$_G[forum_thread][authorid]" title="$_G[forum_thread][author]" class="xi2">$_G[forum_thread][author]</a>
<!--{else}-->
{lang thread_author}:
<!--{if $_G['forum']['ismoderator']}-->
<a href="home.php?mod=space&uid=$_G[forum_thread][authorid]" class="xi2">{lang anonymous}</a>
<!--{else}-->
{lang anonymous}
<!--{/if}-->
<!--{/if}-->
</div>
</td>
<td class="plc pbn">
<div class="plcrep">
<div class="mtm pbm bbda">
<h1 class="ts">
<a href="forum.php?mod=forumdisplay&fid=$_G[fid]">$_G['forum'][name]</a>
</h1>
<h2><a href="forum.php?mod=viewthread&tid=$_G[tid]">$_G[forum_thread][subject]</a></h2>
<span class="xg1">
<!--{if $_G['forum_thread'][displayorder] == -2}-->({lang moderating})
<!--{elseif $_G['forum_thread'][displayorder] == -3}-->({lang have_ignored})
<!--{elseif $_G['forum_thread'][displayorder] == -4}-->({lang draft})
<!--{/if}-->
<!--{if $_G['forum_thread']['recommendlevel']}-->
<img src="{IMGDIR}/recommend_$_G['forum_thread']['recommendlevel'].gif" alt="" title="{lang thread_recommend} $_G['forum_thread'][recommends]" />
<!--{/if}-->
<!--{if $_G['forum_thread'][heatlevel]}-->
<img src="{IMGDIR}/hot_$_G['forum_thread'][heatlevel].gif" alt="" title="$_G['forum_thread'][heatlevel] {lang heats}" />
<!--{/if}-->
<!--{if $_G['forum_thread']['closed'] == 1}-->
<img src="{IMGDIR}/locked.gif" alt="{lang close}" title="{lang close}" class="vm" />
<!--{/if}-->
</span>
<!--{hook/viewthread_title_extra}-->
</div>
<div class="pi">
<div class="authi xg1">
{lang show}: $_G[forum_thread][views]
<span class="pipe">|</span>
{lang reply}: $_G[forum_thread][replies]
<!--{hook/viewthread_postheader $postcount}-->
</div>
</div>
<!--{if $_G['forum_thread']['replycredit'] > 0}-->
<div class="locked replycredit">
<strong>{$_G['forum_thread']['replycredit']} {$_G['setting']['extcredits'][$_G[forum_thread][replycredit_rule][extcreditstype]][unit]}{$_G['setting']['extcredits'][$_G[forum_thread][replycredit_rule][extcreditstype]][title]}</strong> {lang thread_replycredit_tips1} {lang thread_replycredit_tips2}<!--{if $_G['forum_thread']['replycredit_rule'][random] > 0}--><span class="xg1">{lang thread_replycredit_tips3}</span><!--{/if}-->
</div>
<!--{/if}-->
<!--{if $rushreply}-->
<div class="locked rewardfloor">
<!--{if $rushresult[rewardfloor]}-->
<span class="y">
<!--{if $_G['uid'] == $_G['thread']['authorid'] || $_G['forum']['ismoderator']}--><a href="javascript:;" class="y pn xi2"><span>{lang thread_rushreply_statnum}</span></a><!--{/if}-->
<!--{if !$_GET['checkrush']}-->
<a href="forum.php?mod=viewthread&tid=$post[tid]&checkrush=1" rel="nofollow" class="y pn xi2"><span>{lang rushreply_view}</span></a>
<!--{/if}-->
</span>
<!--{/if}-->
<strong>{lang rushreply}</strong>
<!--{if $rushresult[creditlimit] == ''}-->
{lang thread_rushreply}
<!--{else}-->
{lang thread_rushreply_limit}
<!--{/if}-->
<!--{if $rushresult[starttimefrom]}-->
{lang thread_rushreply_start}$rushresult[starttimefrom]
<!--{/if}-->
<!--{if $rushresult[starttimeto]}-->
{lang thread_rushreply_over}$rushresult[starttimeto]
<!--{/if}-->
<!--{if $rushresult[stopfloor]}-->
{lang thread_rushreply_end}$rushresult[stopfloor]
<!--{/if}-->
<!--{if $rushresult[rewardfloor]}-->
{lang thread_rushreply_floor}: $rushresult[rewardfloor]
<!--{/if}-->
<!--{if $rushresult[rewardfloor] && $_GET['checkrush']}-->
<p class="ptn">
<!--{if $countrushpost}-->[<strong>$countrushpost</strong>]{lang thread_rushreply_rewardnum} <!--{/if}-->
<a href="forum.php?mod=viewthread&tid=$_G[tid]" class="xi2">{lang thread_rushreply_check_back}</a>
</p>
<!--{/if}-->
</div>
<!--{/if}-->
</div>
</td>
</tr>
</table>
<!--{hook/viewthread_title_row}-->
<!--{/if}-->
<!--{eval $postcount = 0;}-->
<!--{loop $postlist $post}-->
<!--{if $rushreply && $_GET['checkrush'] && $post['rewardfloor'] != 1}-->
<!--{eval continue;}-->
<!--{/if}-->
<div id="post_$post[pid]">
<!--{subtemplate forum/viewthread_node}-->
</div>
<!--{eval $postcount++;}-->
<!--{/loop}-->
<div id="postlistreply"><div id="post_new" class="viewthread_table" style="display: none"></div></div>
<!--{if $multipage && $page < $_G['setting']['threadmaxpages'] && $page < $_G['page_next']}-->
<!--{eval $nxtpage = $page + 1;}-->
<table cellspacing="0" cellpadding="0" class="ad">
<tr>
<td class="pls"></td>
<td class="plc">
<div class="pgbtn"><a href="forum.php?mod=viewthread&tid=$_G[tid]&page=$nxtpage" hidefocus="true">{lang nxt} »</a></div>
</td>
</tr>
</table>
<!--{/if}-->
< /div>
< div class="pgs mtm mbm cl">
<div class="pgt">$multipage</div>
<span class="y pgb"{if $_G['setting']['visitedforums']} id="visitedforums"{/if}><a href="$upnavlink">{lang return_forumdisplay}</a></span>
<!--{hook/viewthread_postbutton_top}-->
< /div>
< !--{if $modmenu['thread']}-->
<div class="tbmu">
<script type="text/javascript">
$('modmenu').lastChild.style.visibility = 'hidden';
document.write($('modmenu').innerHTML);
</script>
</div>
< !--{/if}-->
< form method="post" autocomplete="off" name="modactions" id="modactions">
<input type="hidden" name="formhash" value="{FORMHASH}" />
<input type="hidden" name="optgroup" />
<input type="hidden" name="operation" />
<input type="hidden" name="listextra" value="$_GET[extra]" />
<input type="hidden" name="page" value="$page" />
< /form>
$_G['forum_tagscript']
< !--{hook/viewthread_middle}-->
< !--[diy=diyfastposttop]--><div id="diyfastposttop" class="area"></div><!--[/diy]-->
< !--{if $fastpost}-->
<!--{subtemplate forum/viewthread_fastpost}-->
< !--{/if}-->
< !--{hook/viewthread_bottom}-->
< !--{if ($_G['setting']['visitedforums']) && $_G['forum']['status'] != 3}-->
<div id="visitedforums_menu" class="p_pop blk cl" style="display: none;">
<table cellspacing="0" cellpadding="0">
<tr>
<td id="v_forums">
<h3 class="mbn pbn bbda xg1">{lang viewed_forums}</h3>
<ul class="xl xl1">
$_G['setting']['visitedforums']
</ul>
</td>
</tr>
</table>
</div>
< !--{/if}-->
< !--{if $_G['medal_list']}-->
< !--{loop $_G['medal_list'] $medalid $medal}-->
<div id="md_{$medalid}_menu" class="tip tip_4" style="display: none;">
<div class="tip_horn"></div>
<div class="tip_c">
<h4>$medal[name]</h4>
<p>$medal[description]</p>
</div>
</div>
< !--{/loop}-->
< !--{/if}-->
< !--{if !IS_ROBOT && !empty($_G[setting][lazyload])}-->
<script type="text/javascript">
new lazyload();
</script>
< !--{/if}-->
< !--{if !IS_ROBOT && $_G['setting']['threadmaxpages'] > 1}-->
<script type="text/javascript">document.onkeyup = function(e){keyPageScroll(e, <!--{if $page > 1}-->1<!--{else}-->0<!--{/if}-->, <!--{if $page < $_G['setting']['threadmaxpages'] && $page < $_G['page_next']}-->1<!--{else}-->0<!--{/if}-->, 'forum.php?mod=viewthread&tid=$_G[tid]<!--{if $_GET[authorid]}-->&authorid=$_GET[authorid]<!--{/if}-->', $page);}</script>
< !--{/if}-->
< /div>
< !--{if $_G['relatedlinks'] || $_GET['highlight']}-->
<script type="text/javascript">
var relatedlink = [];
<!--{loop $_G['relatedlinks'] $key $link}-->
relatedlink[$key] = {'sname':'$link[name]', 'surl':'$link[url]'};
<!--{/loop}-->
{eval $highlights = explode(' ', str_replace('\'', ''', $_GET['highlight']));}
<!--{loop $highlights $word}-->
{eval $key++;}
relatedlink[$key] = {'sname':'$word', 'surl':''};
<!--{/loop}-->
relatedlinks('postmessage_$_G[forum_firstpid]');
</script>
< !--{/if}-->
< !--{if !empty($_G['cookie']['clearUserdata']) && $_G['cookie']['clearUserdata'] == 'forum'}-->
<script type="text/javascript">saveUserdata('forum_'+discuz_uid, '')</script>
< !--{/if}-->
< script type="text/javascript">
< !--{if $_G['forum']['picstyle'] && ($_G['forum']['ismoderator'] || $_G['uid'] == $_G['thread']['authorid'])}-->
function showsetcover(obj) {
if(obj.parentNode.id == 'postmessage_$_G[forum_firstpid]') {
var defheight = $_G['setting']['forumpicstyle']['thumbheight'];
var defwidth = $_G['setting']['forumpicstyle']['thumbwidth'];
var newimgid = 'showcoverimg';
var imgsrc = obj.src ? obj.src : obj.file;
if(!imgsrc) return;
var tempimg=new Image();
tempimg.src=imgsrc;
if(tempimg.complete) {
if(tempimg.width < defwidth || tempimg.height < defheight) return;
} else {
return;
}
if($(newimgid) && obj.id != newimgid) {
$(newimgid).id = 'img'+Math.random();
}
if($(newimgid+'_menu')) {
var menudiv = $(newimgid+'_menu');
} else {
var menudiv = document.createElement('div');
menudiv.className = 'tip tip_4 aimg_tip';
menudiv.id = newimgid+'_menu';
menudiv.style.position = 'absolute';
menudiv.style.display = 'none';
obj.parentNode.appendChild(menudiv);
}
menudiv.innerHTML = '<div class="tip_c xs0"><a href="forum.php?mod=ajax&action=setthreadcover&tid=$_G[tid]&pid=$_G[forum_firstpid]&fid=$_G[fid]&imgurl='+imgsrc+'">{lang set_cover}</a></div>';
obj.id = newimgid;
showMenu({'ctrlid':newimgid,'pos':'12'});
}
return;
}
< !--{/if}-->
function succeedhandle_followmod(url, msg, values) {
var fObj = $('followmod_'+values['fuid']);
if(values['type'] == 'add') {
fObj.innerHTML = '{lang nofollow}';
fObj.href = 'home.php?mod=spacecp&ac=follow&op=del&fuid='+values['fuid'];
} else if(values['type'] == 'del') {
fObj.innerHTML = '{lang follow}';
fObj.href = 'home.php?mod=spacecp&ac=follow&op=add&hash={FORMHASH}&fuid='+values['fuid'];
}
}
< /script>
< div class="view aside cl">
<!--右侧菜单组件模板-->
<div class="rigntnews cl">
<ul>
<li><!--{if !$_GET['archiveid']}--><a href="forum.php?mod=post&action=newthread&fid=$_G[fid]" title="{lang send_posts}" class="left" rel="nofollow"><em class="ico_newspecial"></em>{lang send_posts}</a><!--{/if}--></li>
<li><a href="javascript:;" title="{lang reply}" class="right" rel="nofollow"><em class="reply"></em>{lang reply}</a></li>
</ul>
</div>
< div class="goodforum">
<p class="righttitle">{lang thread_author} : <!--{if $_G[forum_thread][authorid] && $_G[forum_thread][author]}-->
<a href="home.php?mod=space&uid=$_G[forum_thread][authorid]" title="$_G[forum_thread][author]" class="xi2">$_G[forum_thread][author]</a>
<!--{else}-->
<!--{if $_G['forum']['ismoderator']}-->
<font class="xi2">{lang anonymous}</font>
<!--{else}-->
{lang anonymous}
<!--{/if}-->
<!--{/if}--></p>
<div class="module cl">
<div class="userimg_left">
<a href="home.php?mod=space&uid=$_G[forum_thread][authorid]" title="$_G[forum_thread][author]" c="1"><!--{avatar($_G[forum_thread][authorid],middle)}--></a>
</div>
<div class="userinfo_left">
<ul class="xl xl2 o cl">
<li class="addflw">
<span id="followmod_$_G[forum_thread][authorid]" title="{lang follow}" class="xi2">{lang follow}</span>
</li>
<li class="friend">
<span id="followmod_$_G[forum_thread][authorid]" title="{lang follow}" class="xi2">加好友</span>
</li>
<li class="pm2"><span title="{lang viewthread_left_sendpm}" class="xi2">{lang viewthread_left_sendpm}</span></li>
<li class="poke"><span title="{lang viewthread_left_sendpm}" class="xi2">打招呼</span></li>
</ul>
</div>
</div>
< /div>
< div class="goodforum">
< !--[diy=moke8_haoaidao_list_01]--><div id="moke8_haoaidao_list_01" class="area"></div><!--[/diy]-->
< /div>
< div class=" goodforum">
< !--[diy=moke8_haoaidao_list_02]--><div id="moke8_haoaidao_list_02" class="area"></div><!--[/diy]-->
< /div>
< div class="nobottom goodforum">
< !--[diy=moke8_haoaidao_list_03]--><div id="moke8_haoaidao_list_03" class="area"></div><!--[/diy]-->
< /div>
<ul>
<li class="v2-sg">
<a href="forum.php?mod=group&fid=$group[fid]" title="$group[name]" target="_blank"><img src="$group[icon]" alt="$group[name]" /></a>
<a href="forum.php?mod=group&fid=$group[fid]" target="_blank">$group[name]</a><em>($group[membernum])</em>
</li>
</ul>
</div>
</div>
< /div>
</div>
< /div>
< /div>
< !--{subtemplate common/footer}-->
|