|

- 帖子
- 199
- 积分
- 109
- 威望
- -5
- 金币
- 0 个
- 体力
- 197
|
关于登陆后变游客的 问题
1、修改过模板
解决办法:请检查footer.htm模板里面是否包含{eval updatesession(); debuginfo();}如果没有请自行加上
在哪个位置呢!
<head>
<style>
<!--
.outertxt { font: 12px Tahoma, Verdana; color: #004080 }
-->
</style>
</head>
<a name="#bottom"></a>
<center>
<span class="mediumtxt"> <br>
[ <a href="mailtoadminemail" class="mediumtxt">{lang contactus}</a> - <a href="$siteurl" class="mediumtxt" target="_blank">$sitename</a>
]</span><br>
<span style="color: {TEXT}; font-size: 11px; font-family: Tahoma, Arial">
Powered by <a href="http://www.Discuz.net" style="color: {TEXT}" target="_blank"><b>Discuz!</b> <b style="color:#FF9900">$version</b></a>
© 2001-2005 <a href="http://www.comsenz.com/" target="_blank" style="color: {TEXT}">Comsenz Technology Ltd.</a><br>------------------------------------------------------------------------------<br>
<font color=red>拒绝任何人以任何形式在本论坛发表与中华人民共和国法律相抵触的言论!</font><br>
<br>
</td></tr> </tr>
</table>
</td>
<td width="5" valign="top" background="{IMGDIR}/right-bg.gif"><img src="{IMGDIR}/right-1.gif" width="5" height="4"></td>
</tr>
</table>
<table width="{MAINTABLEWIDTH}" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td background="{IMGDIR}/foot-bg.gif"><img src="{IMGDIR}/themecopyright.gif" width="234" height="21"></td>
<td width="5"><img src="{IMGDIR}/foot-bg.gif" width="5" height="21"></td>
</tr>
</table>
</body></html>
{eval output();}</span> |
|