原主题:http://bbs.dvbbs.net/dispbbs.asp?boardID=13&ID=932082 (6楼)
模板的Page_Index界面风格中template.html(1)
修改为以下代码:
<!--index.asp##首页顶部表格已登录-->
<table border=0 width="98%" align=center>
<tr>
<td rowspan=6 width=88 align=center>{$userlogo}</td>
</tr>
<tr>
<td height=22>
{$umsg}
</td><td> <iframe width="60" height="12" src="http://www.51one.net/tobbs/dvbbs/Index_xiejas.asp" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></td>
<td colspan=2></td>
</tr>
<tr><td height="1" colspan="3" class="singleborder"></td></tr>
<tr>
<td> :: <a href="friendlist.asp">我的外交状况</a></td>
<td> :: <A HREF="javascript:openScript(''messanger.asp?action=new'',500,400)">发送论坛短信</A></td>
</tr>
<tr>
<td> :: <a href="query.asp?stype=5&s=2&pSearch=0&nSearch=0">我发起的主题</a></td>
<td> :: <a href="BoardPermission.asp?boardid=0&action=Myinfo">我的论坛权限</a></td>
</tr>
<tr>
<td> :: <a href="query.asp?stype=5&s=1&pSearch=0&nSearch=0">我参与的主题</a></td>
<td> :: <A HREF="favlist.asp">我的论坛收藏</A></td>
</tr>
</table>
然后将下面代码保存为Index_xiejas.asp放在论坛根目录
<!--#include file="conn.asp"-->
<!--#include file="inc/const.asp"-->
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="font-size: 12px;background-color: #FFFFFF">
<tr>
<td><font face=Wingdings color=#5CA408>v</font> <B><font color="ff6600"><%=Dvbbs.MyUserInfo(18)%></font></B></td>
</tr>
</table>
红色部分注:由于这个被做成一个页面在后台风格中以框架形式调用了,所以不同的皮肤都要修改红色部份代码为你当前首页的背景色。
stardy编辑:
感谢jovial175的修改,但方法欠佳,详见:
http://bbs.dvbbs.net/dispbbs.asp?boardID=13&ID=932082&page=1#1179731

