可嵌入式的在线聊天程序 ~修改版FOR 7.3.2
安装:除文件内的readme.txt以外,其他全部上传到论坛所在跟目录,到后台-插件中心安装即可。完成安装。设置已经设置好了。无需过多设置,除非有特殊要求。按照自己的要求设置即可。
〓〓※嵌入页面方法
〓在模板文件中加入以下代码
<IFRAME src=chat.php frameBorder=0 width=\"100%\" scrolling=yes height=\"100%\"></IFRAME>
如,在首页中加入在线聊天方法:
●打开template/wind/index.htm (wind为风格目录名称)
★找到
<tr><td colspan=2 class=index_font>-=>在线用户
在其上面加上
<tr height=40> <td bgcolor=$threadcolortwo onMouseOver=\"this.className=f_two\" onMouseOut=\"this.className=f_one\" align=center width=5% rowspan=1><img src=$imgpath/$stylepath/index/share.gif></td> <td bgcolor=$threadcolortwo onMouseOver=\"this.className=f_two\" onMouseOut=\"this.className=f_one\" width=95% height=180> <IFRAME src=chat.php?inset=yes frameBorder=0 width=\"100%\" scrolling=yes height=\"100%\"></IFRAME></td></tr>
页:
[1]