请问手机内容页匿名用户头像如何修改为自定义头像 New
列表页,搜索页已经修改成自定义头像,内容页无从下手(代码如下)
<blockquote><span style="white-space: normal;"><span style="white-space:pre"> </span><div class="plc cl" id="pid$post['pid']"></span>
我知道答案 回答被采纳将会获得1 贡献 已有1人回答 (代码如下)
<div class="plc cl" id="pid$post['pid']">
<div class="avatar"><img src="<!--{if !$post['authorid'] || $post['anonymous']}--><!--{avatar(0, 'small', true)}--><!--{else}--><!--{avatar($post['authorid'], 'small', true)}--><!--{/if}-->" /></div>
<div class="display pi<!--{if $post['first']}--> pione<!--{/if}-->">
<ul class="authi">
<li class="mtit">
<span class="y">
<!--{if isset($post['isstick'])}-->
<img src ="{IMGDIR}/settop.png" class="vm" /> {lang from} {$post['number']}{$postnostick}
<!--{elseif $post['number'] == -1}-->
{lang recommend_post}
<!--{else}-->
<!--{if !empty($postno[$post['number']])}-->$postno[$post['number']]<!--{else}-->{$post['number']}{$postno}<!--{/if}-->
<!--{/if}-->
</span>
<span class="z">
<!--{if $post['authorid'] && $post['username'] && !$post['anonymous']}-->
<a href="home.php?mod=space&uid=$post['authorid']">$post['author']</a>
<!--{else}-->
<!--{if !$post['authorid']}-->
<a href="javascript:;">{lang guest} <em>$post['useip']{if $post['port']}:$post['port']{/if}</em></a>
<!--{elseif $post['authorid'] && $post['username'] && $post['anonymous']}-->
<!--{if $_G['forum']['ismoderator']}--><a href="home.php?mod=space&uid=$post['authorid']">{$_G['setting']['anonymoustext']}</a><!--{else}-->{$_G['setting']['anonymoustext']}<!--{/if}-->
<!--{else}-->
$post['author'] <em>{lang member_deleted}</em>
<!--{/if}-->
<!--{/if}-->
</span>
页:
[1]