仿19楼的游客只能看缩图,登陆后可查看大图DX1.5
使用方法,首先要允许游客查看附件,我啰嗦一下吧!后台--》用户--》用户组--》系统用户组--》游客 编辑附件查看权限即可
然后是要修改文件了!
首先要修改的是
template\default\forum\viewthread_node_body.htm
在文件顶部添加<!--{if $_G['uid']}-->
<!--{else}-->
<style type="text/css">
.pcb img { width:130px; height:130px; margin:10px auto; padding:10px;}
</style>
<!--{/if}-->这个时候没有登陆的就只能查看130*130大小的附件图片了
可是还能点击查看大图!
修改template\default\forum\discuzcode.htm
查找{if $_G['gp_action'] != 'printable'}$widthcode{/if}替换为{if $_G['uid']}{if $_G['gp_action'] != 'printable'}$widthcode{/if}{/if}然后查找<div class="y">$attach {lang upload}</div>
<a href="forum.php?mod=attachment{$is_archive}&aid=$aidencode¬humb=yes" title="$attach {lang downloads}:$attach" target="_blank"><strong>{lang download}</strong> <span class="xs0">($attach)</span></a>替换为<!--{if $_G['uid']}-->
<div class="y">$attach {lang upload}</div>
<a href="forum.php?mod=attachment{$is_archive}&aid=$aidencode¬humb=yes" title="$attach {lang downloads}:$attach" target="_blank"><strong>{lang download}</strong> <span class="xs0">($attach)</span></a>
<!--{else}-->
<div class="y"><a href="member.php?mod=register"><font color="#FF0000"><b>马上注册</b></font></a></div>
<strong><a href="member.php?mod=logging&action=login">登陆后可查看大图</a></strong>
<!--{/if}-->**** Hidden Message *****
页:
[1]