猫先森 發表於 2019-8-15 18:22:01

【分享】主題列表頁顯示作者頭像 (兩種顯示方式版本)

<font face="&amp;quot">大家好</font><br /><font face="&amp;quot">有站長想在主題列表頁顯示作者頭像</font><br /><font face="&amp;quot">搜尋了一下好像沒有 3.1 版本的教程</font><br /><br /><font face="&amp;quot">調整了一下頭像的顯示位置</font><br /><br /><font face="&amp;quot">https://bbs.admin7.cc/thread-6950-1-1.html</font><br /><br /><font color="RoyalBlue"><font face="&amp;quot">原本的代碼添加後<br />滑鼠移到頭像時不會顯示用戶名片<br />已修改代碼<br />滑鼠移到頭像時會顯示用戶名片了</font></font><br /><br /><font face="&amp;quot">分享給有需要的站長們^^</font><br /><br /><font face="&amp;quot">打開</font><br /><br /><font face="&amp;quot">template/default/forum/forumdisplay_list.htm 文件</font><br /><br /><font face="&amp;quot">查找</font><ol><li>&lt;cite&gt;<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&lt;!--{if $thread['authorid'] &amp;&amp; $thread['author']}--&gt;</ol><br /><font face="&amp;quot">在這段代碼上方添加</font><br /><ol><li>&lt;style&gt;td.author { width: 150px; text-align: left; }&lt;/style&gt;&lt;div style=&quot;float:left;width:28px;padding-top:4px;&quot;&gt;&lt;a href=&quot;home.php?mod=space&amp;uid=$thread&quot; c=&quot;1&quot;&gt;&lt;img src=&quot;http://您的域名/uc_server/avatar.php?uid=$thread&amp;size=small&quot; class=&quot;ava_border&quot; width=&quot;25px&quot; height=&quot;25px&quot; style=&quot;border:1px solid #ccc; padding:2px; margin:0px; background-color:#fff;&quot; /&gt;&lt;/a&gt;<br /><li>&lt;/div&gt;<br /><li>&lt;div style=&quot;float:left;padding:6px 0px 0px 6px;&quot;&gt;</ol><br /><font face="&amp;quot">代碼中的 /uc_server/avatar.php?uid=$thread&amp;size=small</font><br /><font face="&amp;quot">記得換成您自己的 UC 地址</font><br /><br /><font color="Red"><font face="&amp;quot">如果你的 UC 是:uc_server<br />就不需要修改任何地方<br /><br />如果您設置其他的請修改下 uc_server 為您自己的<br />如果不知道自己 UC 地址<br />在某個會員頭像上右鍵 屬性<br />即可查看到 UC 地址</font></font><br /><br /><br /><font color="RoyalBlue"><font face="&amp;quot">添加的代碼中<br /><br />width=&quot;25px&quot; height=&quot;25px&quot;<br /><br />可以調整頭像的大小<br />數值愈大頭像愈大<br /><br />當您調整了頭像大小後<br />就要調整頭像和用戶名稱的距離<br />不然頭像調大後<br />沒調整用戶名稱和頭像的距離<br />會距離太近很不美觀<br /><br />添加的代碼中<br /><br />width:28px<br /><br />就是在調整頭像和用戶名稱的距離<br />數值愈大間距愈大</font></font><br /><br /><br /><font face="&amp;quot">修改前請先備份</font><br /><font face="&amp;quot">修改後記得更新緩存</font><br /><br /><font face="&amp;quot">修改前</font><br /><br /><img id="aimg_VFa9J" onclick="zoom(this, this.src, 0, 0, 0)" class="zoom" width="600" src="https://bbs.admin7.cc/data/attachment/forum/201908/15/101655mo2ofnduoaudjlpf.jpg" border="0" alt="" /> <br /><br /><font face="&amp;quot">修改後</font><br /><br /><img id="aimg_Q6fWd" onclick="zoom(this, this.src, 0, 0, 0)" class="zoom" width="600" src="https://bbs.admin7.cc/data/attachment/forum/201908/15/101656zfyg551wfe5fqbyq.jpg" border="0" alt="" /> <br /><br /><font color="Red"><font face="&amp;quot">第二種顯示方式</font></font><br /><br /><br /><br /><br /><font color="RoyalBlue"><font face="&amp;quot">原本的代碼添加後<br />滑鼠移到頭像時不會顯示用戶名片<br />已修改代碼<br />滑鼠移到頭像時會顯示用戶名片了</font></font><br /><br /><font face="&amp;quot">打開</font><br /><br /><font face="&amp;quot">template/default/forum/forumdisplay_list.htm 文件</font><br /><br /><font face="&amp;quot">查找</font><br /><ol><li>&lt;!--{if $thread['moved']}--&gt;<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; {lang thread_moved}:&lt;!--{eval $thread=$thread;}--&gt;<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&lt;!--{/if}--&gt;</ol><br /><font face="&amp;quot">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;</font><br /><font face="&amp;quot">在這段代碼下方添加</font><br /><ol><li>&lt;style&gt;td.author { width: 150px; text-align: left; }&lt;/style&gt;&lt;div style=&quot;float:left;width:28px;padding-top:4px;&quot;&gt;&lt;a href=&quot;home.php?mod=space&amp;uid=$thread&quot; c=&quot;1&quot;&gt;&lt;img src=&quot;http://您的域名/uc_server/avatar.php?uid=$thread&amp;size=small&quot; class=&quot;ava_border&quot; width=&quot;25px&quot; height=&quot;25px&quot; style=&quot;border:1px solid #ccc; padding:2px; margin:0px; background-color:#fff;&quot; /&gt;&lt;/a&gt;<br /><li>&lt;/div&gt;<br /><li>&lt;div style=&quot;float:left;padding:6px 0px 0px 6px;&quot;&gt;</ol><br /><font face="&amp;quot">修改試試</font><br /><br /><font color="RoyalBlue"><font face="&amp;quot">添加的代碼中<br /><br />width=&quot;25px&quot; height=&quot;25px&quot;<br /><br />可以調整頭像的大小<br />數值愈大頭像愈大<br /><br />當您調整了頭像大小後<br />就要調整頭像和主題名稱的距離<br />不然頭像調大後<br />沒調整主題名稱和頭像的距離<br />會距離太近很不美觀<br /><br />添加的代碼中<br /><br />width:28px<br /><br />就是在調整頭像和主題名稱的距離<br />數值愈大間距愈大</font></font><br /><br /><font face="&amp;quot">修改前請先備份</font><br /><font face="&amp;quot">修改後記得更新緩存</font><br /><br /><font face="&amp;quot">修改前</font><br /><br /><img id="aimg_Lzo6n" onclick="zoom(this, this.src, 0, 0, 0)" class="zoom" width="600" src="https://bbs.admin7.cc/data/attachment/forum/201908/15/101657dk35llnolozuubo5.jpg" border="0" alt="" /> <br /><br /><font face="&amp;quot">修改後</font><br /><br /><img id="aimg_zcqkC" onclick="zoom(this, this.src, 0, 0, 0)" class="zoom" width="600" src="https://bbs.admin7.cc/data/attachment/forum/201908/15/101657acctqf0tfk08fel0.jpg" border="0" alt="" /> <br /><br />quot<em>, </em>頭像<em>, </em>修改<em>, </em>調整
頁: [1]
查看完整版本: 【分享】主題列表頁顯示作者頭像 (兩種顯示方式版本)