咨询个xiuno的插件问题

JefferZ  (UID: 5022) [复制链接]
帖子链接已复制到剪贴板
帖子已经有人评论啦,不支持删除!

892 5

我将xiuno通知插件模板修改了,my_notice_list.inc.htm

代码都换了几遍了,缓存也清理,通知界面就没有变化,我还第一次遇到这么奇葩的事情。

之前改都变好,忽然就这样了,有人知道我是哪里没操作到位吗。

<?php if($noticelist) { foreach($noticelist as &$_notice) { ?>
<li class="notice media text-small <?php echo $_notice['isread'] == 1 ? 'isread' : '';?>" data-nid="<?php echo $_notice['nid']?>" >

 	<?php if($_notice['type'] == 1 || $_notice['type'] == 3 || $_notice['type'] == 99){?>
 	 	<div tabindex="-1" class="ml-1 mt-1 mr-3"><img class="avatar-3" src="<?php echo $_notice['from_user_avatar_url'];?>"></div>
 	<?php }else{?>
 	 	<div tabindex="-1" class="ml-1 mt-1 mr-3"><a href="<?php echo url("user-$_notice[fromuid]");?>"><img class="avatar-3" src="<?php echo $_notice['from_user_avatar_url'];?>"></a></div> 	   
 	<?php }?>

 	<div class="media-body">
 	 	 	
 	 	 	<div class="d-flex justify-content-between small">
 	 	 	 	
 	 	 	 	<?php if($_notice['type'] == 1 || $_notice['type'] == 3 || $_notice['type'] == 99){?>
 	 	 	 	 	<div>
 	 	 	 	 	 	<span class="username text-grey font-weight-bold mr-1"><?php echo $_notice['name'];?></span>
 	 	 	 	 	 	<span class="date text-grey"><?php echo $_notice['create_date_fmt'];?></span> 	 	 	 	 	 	   
 	 	 	 	 	</div>
 	 	 	 	<?php }else{?>
 	 	 	 	 	<div>
 	 	 	 	 	 	<span class="username text-grey font-weight-bold mr-1"><a class="text-grey" href="<?php echo url("user-$_notice[fromuid]");?>"><?php echo $_notice['from_username'];?></a></span>
 	 	 	 	 	 	<span class="date text-grey"><?php echo $_notice['create_date_fmt'];?></span> 	 	 	  
 	 	 	 	 	</div>
 	 	 	 	<?php }?>
 	 	 	 	<div>
 	 	 	 	 	<?php echo $_notice['isread'] == 1 ? '<button type="button" class="btn btn-small btn-light ml-2 text-muted">'.lang('notice_my_update_readed').'</button>' : '<button type="button" class="readbtn btn btn-small btn-light ml-2 text-muted" data-nid="'.$_notice['nid'].'"><i class="icon icon-check"></i>'.lang('notice_my_marked_read').'</button>';?>
 	 	 	 	 	<button type="button" class="deletebtn btn btn-small btn-light ml-2 text-muted" data-nid="<?php echo $_notice['nid']?>"><i class="icon-remove"></i> <?php echo lang('delete');?></button>
 	 	 	 	</div>
 	 	 	</div>
 	 	 	<div class="message break-all mt-1">
 	 	 	 	<span><i class="icon icon-circle text-danger"></i></span>
 	 	 	 	<?php if($_notice['quotepid'] && $_notice['tid']) { ?>
 	 	 	 	 	回复了您在《<a class="text-grey" href="<?php echo url("thread-".$_notice['tid'].".htm"); ?>"><?php echo $_notice['thread_subject']; ?></a>》中的评论
 	 	 	 	 	<div class="quote-content bg-light p-2 my-2">
 	 	 	 	 	 	<div class="text-muted">引用:</div>
 	 	 	 	 	 	<div class="text-grey">> <?php echo $_notice['quote_message']; ?></div>
 	 	 	 	 	</div>
 	 	 	 	 	<?php echo $_notice['message']; ?>
 	 	 	 	<?php } else { ?>
 	 	 	 	 	<?php echo $_notice['message']; ?>
 	 	 	 	<?php } ?>
 	 	 	</div>
 	</div>
</li>
 
<?php }} else { ?>

	 <li>
 	 	 	<div><?php echo lang('none');?></div>
 	</li>
 	
<?php } ?>
jeffer.xyz
已有评论 ( 5 )
提示:您必须 登录 才能查看此内容。
域名市场
   域名载入中...
创建新帖
自助推广 (点击空位或 这里 添加)
确认删除
确定要删除这篇帖子吗?删除后将无法恢复。
删除成功
帖子已成功删除,页面将自动刷新。
删除失败
删除帖子时发生错误,请稍后再试。