Home  >  Article  >  Backend Development  >  小弟我给phpwind加入访客与发帖者在线聊天的功能

小弟我给phpwind加入访客与发帖者在线聊天的功能

WBOY
WBOYOriginal
2016-06-13 13:06:07892browse

我给phpwind加入访客与发帖者在线聊天的功能

我在使用phpwind论坛时,就发现访客和斑竹或发帖者之间的交流很是麻烦,所以我给他加入了访客或好友之间在线点对点聊天的功能,效果如下:

其实说起来也很简单,只要在read.php文件中加几行代码就搞定了,这是我论坛的效果:http://bbs.faqee.com
这是帖子说明:http://bbs.faqee.com/read.php?tid=20
大家有兴趣的话,我可以写一下他的嵌入方法!
你可以通过如下步骤加入这个功能:

  1. 切换到template\wind目录下,打开header.html,在句下加入:
  2. 打开footer.html文件,在文件末尾追加这句>
  3. 好了,打开read.html,查找“顶端”二字,加入后类似这样:

顶端
(聊天)


注意粗体字3句话是加入的内容,有不明白的可以跟帖!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn