安装前须知:
一.请备份须修改的模版,可自行修改语法,以符合你的论坛风格
二.请将代码里二处http://xxx.xxx.xxx/xxx,改为自己论坛对应的ucenter资料夹
*******************************************************************************************
安装步骤:
在 forumdisplay.htm 模版
找以下代码第二个 (有三个) 代码:
<td class="author">
下面加上代码:
<cite>
<div style="float:left;width:28px;padding-top:4px;">
<span id="t$thread[tid]" onmouseover="showMenu(this.id)">
<img src="http://xxx.xxx.xxx/xxx/avatar.php?uid=$announcement[authorid]&size=small" class="ava_border" width="25px" height="25px" style="border:1px solid #ccc; padding:2px; margin:0px; background-color:#fff;" />
</span>
</div>
<div style="float:left;padding:2px 0px 0px 6px;">
<div class="headermenu_popup" align="left" id="t$thread[tid]_menu" style="display: none;background-color:#FFFFFF;filter: Alpha(Opacity=85); opacity: 0.85; width:auto;">
<img src="http://xxx.xxx.xxx/xxx/avatar.php?uid=$announcement[authorid]&size=" class="ava_border" width="120px" height="120px" style="border:1px solid #ccc; padding:2px; margin:0px; background-color:#fff;" />
</div>
</cite>
*********************************************************************************************************
以下内容需要回复才能看到
找以下代码第三个 (有三个)代码:
<td class="author">
下面加上代码:
<cite>
<div style="float:left;width:28px;padding-top:4px;">
<span id="t$thread[tid]" onmouseover="showMenu(this.id)">
<img src="http://xxx.xxx.xxx/xxx/avatar.php?uid=$thread[authorid]&size=small" class="ava_border" width="25px" height="25px" style="border:1px solid #ccc; padding:2px; margin:0px; background-color:#fff;" />
</span>
</div>
<div style="float:left;padding:2px 0px 0px 6px;">
<div class="headermenu_popup" align="left" id="t$thread[tid]_menu" style="display: none;background-color:#FFFFFF;filter: Alpha(Opacity=85); opacity: 0.85; width:auto;">
<img src="http://xxx.xxx.xxx/xxx/avatar.php?uid=$thread[authorid]&size=" class="ava_border" width="120px" height="120px" style="border:1px solid #ccc; padding:2px; margin:0px; background-color:#fff;" />
</div>
</cite>
******************************************************************************************************
一.请备份须修改的模版,可自行修改语法,以符合你的论坛风格
二.请将代码里二处http://xxx.xxx.xxx/xxx,改为自己论坛对应的ucenter资料夹
*******************************************************************************************
安装步骤:
在 forumdisplay.htm 模版
找以下代码第二个 (有三个) 代码:
<td class="author">
下面加上代码:
<cite>
<div style="float:left;width:28px;padding-top:4px;">
<span id="t$thread[tid]" onmouseover="showMenu(this.id)">
<img src="http://xxx.xxx.xxx/xxx/avatar.php?uid=$announcement[authorid]&size=small" class="ava_border" width="25px" height="25px" style="border:1px solid #ccc; padding:2px; margin:0px; background-color:#fff;" />
</span>
</div>
<div style="float:left;padding:2px 0px 0px 6px;">
<div class="headermenu_popup" align="left" id="t$thread[tid]_menu" style="display: none;background-color:#FFFFFF;filter: Alpha(Opacity=85); opacity: 0.85; width:auto;">
<img src="http://xxx.xxx.xxx/xxx/avatar.php?uid=$announcement[authorid]&size=" class="ava_border" width="120px" height="120px" style="border:1px solid #ccc; padding:2px; margin:0px; background-color:#fff;" />
</div>
</cite>
*********************************************************************************************************
以下内容需要回复才能看到
找以下代码第三个 (有三个)代码:
<td class="author">
下面加上代码:
<cite>
<div style="float:left;width:28px;padding-top:4px;">
<span id="t$thread[tid]" onmouseover="showMenu(this.id)">
<img src="http://xxx.xxx.xxx/xxx/avatar.php?uid=$thread[authorid]&size=small" class="ava_border" width="25px" height="25px" style="border:1px solid #ccc; padding:2px; margin:0px; background-color:#fff;" />
</span>
</div>
<div style="float:left;padding:2px 0px 0px 6px;">
<div class="headermenu_popup" align="left" id="t$thread[tid]_menu" style="display: none;background-color:#FFFFFF;filter: Alpha(Opacity=85); opacity: 0.85; width:auto;">
<img src="http://xxx.xxx.xxx/xxx/avatar.php?uid=$thread[authorid]&size=" class="ava_border" width="120px" height="120px" style="border:1px solid #ccc; padding:2px; margin:0px; background-color:#fff;" />
</div>
</cite>
******************************************************************************************************
管理后台–版块管理–增加
主题列表显示公告、主题作







