discuz X3.2的如何将论坛里面的帖子弄成跟图片一样的,显示是头像,然后是帖子主题,谢谢

discuz X3.2的如何将论坛里面的帖子弄成跟图片一样的,显示是头像,然后是帖子主题,谢谢,第1张

模板forumdisplay_listhtm

其中作者头像及链接地址代码

<a href="homephpmod=space&uid=$thread[authorid]" target="_blank"><!--{avatar($thread[authorid],small)}--></a>

其他代码原文件就有,改动HTML代码及样式即可。

如无html css基础不建议修改,出现问题很麻烦。

编辑 template\default\forum\forumdisplay_listhtm文件 查找:

<cite><!--{if $thread['authorid'] && $thread['author']}--><a href="homephpmod=space&uid=$thread[authorid]" c="1">$thread[author]</a>

<!--{if $verify[$thread['authorid']]}-->$verify[$thread[authorid]]<!--{/if}-->

<!--{else}--><!--{if $_G['forum']['ismoderator']}--><a href="homephpmod=space&uid=$thread[authorid]" c="1">{lang anonymous}</a><!--{else}-->{lang anonymous}<!--{/if}--><!--{/if}--></cite>

<em>$thread[dateline]</em>

修改为:

<style>tl by { width: 140px; text-align: left; }</style>

<div style="float:left;width:28px;padding-top:4px;">

<img src="http://你的网站域名/uc_server/avatarphpuid=$thread[authorid]&size=small" width="25px" height="25px" style="border:1px solid #ccc; padding:2px; margin:0px; background-color:#fff;" /></div><div style="float:left;padding:2px 0px 0px 6px;">

<cite><!--{if $thread['authorid'] && $thread['author']}-->

<a href="homephpmod=space&uid=$thread[authorid]" c="1">$thread[author]</a>

<!--{if $verify[$thread['authorid']]}-->$verify[$thread[authorid]]<!--{/if}--><!--{else}-->

<!--{if $_G['forum']['ismoderator']}--><a href="homephpmod=space&uid=$thread[authorid]" c="1">{lang anonymous}</a>

<!--{else}-->{lang anonymous}<!--{/if}--><!--{/if}--></cite>

<em>$thread[dateline]</em>

你这调用的是上传的?

这个就要使用主题封面了,

后台=》论坛=》板块管理=》选择你想要列表的板块=》扩展设置=》开启列表模式

界面=》界面设置=》主题列表页=》主题封面宽高

工具=》更新统计=》重建主题封面

开启之后就可以看到,当然又有问题,比如:居中,变形,,,

放大就需要修改代码了。。。。。。。。

DABAN RP主题是一个优秀的主题,极致后台体验,无插件,集成会员系统
网站模板库 » discuz X3.2的如何将论坛里面的帖子弄成跟图片一样的,显示是头像,然后是帖子主题,谢谢

0条评论

发表评论

提供最优质的资源集合

立即查看 了解详情