久久久久av_欧美日韩一区二区在线_国产精品三区四区_日韩中字在线
Discuz! 官方交流社區
標題:
手機版匿名可以點擊查看
[打印本頁]
作者:
bu7ene
時間:
2023-9-25 21:21
標題:
手機版匿名可以點擊查看
手機版訪問網站后匿名貼點進去是匿名,但是在帖子列表中可以看到頭像并且可以點擊訪問用戶個人資料。
(, 下載次數: 10)
上傳
點擊文件名下載附件
(, 下載次數: 13)
上傳
點擊文件名下載附件
作者:
1314學習網
時間:
2023-10-16 00:08
打開 template\default\touch\forum\forumdisplay.htm
找到
<a href="home.php?mod=space&uid={$thread['authorid']}" class="mimg"><img src="<!--{avatar($thread['authorid'], 'middle', true)}-->"></a>
<div class="muser">
<h3><a href="home.php?mod=space&uid={$thread['authorid']}" class="mmc">{$thread['author']}</a></h3>
<span class="mtime">{$thread['dateline']}</span>
</div>
復制代碼
修改為
<!--{if $thread['authorid'] && $thread['author']}-->
<a href="home.php?mod=space&uid={$thread['authorid']}" class="mimg"><img src="<!--{avatar($thread['authorid'], 'middle', true)}-->"></a>
<!--{else}-->
<a href="javascript:;" class="mimg"><img src="<!--{avatar(0, 'middle', true)}-->" /></a>
<!--{/if}-->
<div class="muser">
<h3>
<!--{if $thread['authorid'] && $thread['author']}-->
<a href="home.php?mod=space&uid={$thread['authorid']}" class="mmc">{$thread['author']}</a>
<!--{else}-->
{$_G['setting']['anonymoustext']}
<!--{/if}-->
</h3>
<span class="mtime">{$thread['dateline']}</span>
</div>
復制代碼
歡迎光臨 Discuz! 官方交流社區 (http://www.9999xn.com/)
Powered by Discuz! W1.0