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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 如何分割出“补充”语句

[复制链接]
usetxt 发表于 2014-1-11 14:33:55 | 显示全部楼层 |阅读模式
问题描述
适用版本: Discuz! X3
浏览器: IE8 
使用模板: 官方模板
BUG地址: http://viewthread_node.com
本帖最后由 usetxt 于 2014-1-11 14:36 编辑

文件:template\default\forum\viewthread_node.htm

语句如下:

  1. <P>     <!--{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)))}-->
  2.       <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}-->
  3.      <!--{elseif $_G['uid'] && $post['authorid'] == $_G['uid'] && $_G['setting']['postappend']}-->
  4.       <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>
  5.      <!--{/if}--></P>
复制代码

我想将上面代码中的“补充”分割出来,单独放在页面上。
但是php语句确实不太懂。

具体就是
  1.      <!--{elseif $_G['uid'] && $post['authorid'] == $_G['uid'] && $_G['setting']['postappend']}-->
  2.       <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>
复制代码

但这里是elseif,说明和第一句的if也有逻辑关系。
php的语句不太会写……
哪位可以帮帮忙吗?
谢谢了~~!

 楼主| usetxt 发表于 2014-1-11 15:23:45 | 显示全部楼层
没人回答……
那暂时用蠢点的办法,&nbsp;代替显示区域好了……
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-24 05:00 , Processed in 0.025116 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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