男的舔女的下面视频在线播放-少妇愉情理仑片高潮日本-久久久久久国产一区二区三区-麻豆精品一区二区综合-国产精品超碰在线观看-网红极品女神精品视频在线-国产亚洲综合777-高清性视频一区二区播放-中文字幕第一页亚洲天堂
Discuz! 官方交流社區(qū)
標(biāo)題:
手機版匿名可以點擊查看
[打印本頁]
作者:
bu7ene
時間:
2023-9-25 21:21
標(biāo)題:
手機版匿名可以點擊查看
手機版訪問網(wǎng)站后匿名貼點進(jìn)去是匿名,但是在帖子列表中可以看到頭像并且可以點擊訪問用戶個人資料。
(, 下載次數(shù): 29)
上傳
點擊文件名下載附件
(, 下載次數(shù): 31)
上傳
點擊文件名下載附件
作者:
1314學(xué)習(xí)網(wǎng)
時間:
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>
復(fù)制代碼
修改為
<!--{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>
復(fù)制代碼
歡迎光臨 Discuz! 官方交流社區(qū) (http://m.sdtechgong.com.cn/)
Powered by Discuz! X5.0