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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

整合方案里的viewthread.htm模板可能有问题

[复制链接]
明镜 发表于 2006-5-18 17:35:26 | 显示全部楼层 |阅读模式
  1. <!--{if $post['allowuseblog'] || $xspacestatus}--><a href="<!--{if xspacestatus}-->$supe_siteurl/index.php?action/space/uid/$post[authorid]<!--{else}-->blog.php?uid=$post[authorid]<!--{/if}-->" target="_blank"><img src="{IMGDIR}/blog.gif" border="0" align="absmiddle" alt="{lang blog}"></a>&nbsp;<!--{/if}-->
复制代码

如上改了之后不论有没有开通xspace的都有blog图标,我改成如下后正常
  1. <!--{if $post['allowuseblog'] || $post['xspacestatus'] == 1}--><a href="<!--{if xspacestatus}-->$supe_siteurl/index.php?action/space/uid/$post[authorid]<!--{else}-->blog.php?uid=$post[authorid]<!--{/if}-->" target="_blank"><img src="{IMGDIR}/blog.gif" border="0" align="absmiddle" alt="{lang blog}"></a>&nbsp;<!--{/if}-->
复制代码
茄子 发表于 2006-5-18 23:18:24 | 显示全部楼层
谢谢您的反馈
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-15 09:49 , Processed in 0.024681 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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