Carbon Forum 3.6.5 发布,手机版重构大提速 & 新增QQ/微博登陆、话题广场、邮件取回密码等新功能……
官网地址/演示地址: http://www.94cb.com/(使用手机访问会自动跳转至手机版,或者手机直接输入 m.94cb.com )
GitHub地址: https://github.com/lincanbin/Carbon-Forum
安装&升级说明:http://www.94cb.com/t/3031
下载地址1: https://github.com/lincanbin/Carbon-Forum/archive/3.6.5.zip
Lite版下载地址:http://www.94cb.com/release/3.6.5-lite.rar (2.34MiB)
(Lite版自动生成的头像不支持中文,遇到中文会自动取其拼音首字母生成头像。仅有这一个区别。)
更新日志
支持通过邮件找回密码
移动版重构
移动版提升了滑动性能
移动版支持拍照上传与图片上传
移动版发帖回帖新增Markdown语法支持
移动版加载速度提升
移动版UI优化
移动版实时消息推送(在内核Chromium 42+的手机浏览器上可以收到通知栏推送)
提升了移动版对WP 8和iOS 7以下操作系统手机的兼容性
支持QQ、微博、GitHub账号自动注册登陆
已注册用户可以绑定以上社交账号并以该账号登陆
支持Xcache k-v缓存
新增话题广场
话题页新增Icon与话题描述,管理员可以修改
修复某种情况下会出现的编辑功能的一些界面上的bug
改动权限:普通用户不可编辑自己的帖子
主题页和点击量新增内存缓存,提升性能
用户可以在发帖后再次修改话题
注册时实时提示用户名是否可用
提升了12年前发布的IIS 6及以下版本IIS的兼容性,修正了某些情况下可能出现的问题
新增sphinx全文搜索功能(@virteman 贡献代码)
添加dockerfile(@virteman 贡献代码)
登陆时实时提示用户名是否有效
提升了@ 功能的容错性
后台添加了推送间隔设置功能
后台添加了刷新统计数据的按钮
Changelog
Resetting password via email #86
Refactory Mobile version #92
Enhance the sliding performance of mobile version
Upload photos from mobile phones and devices
Add Markdown support in mobile version #92
Enhance loading speed of mobile version
Modified the the layout of mobile version and style
Real-time notifications push in mobile version
Compatibility improvement (for WP and iOS7- )
QQ oAuth login #78
Weibo oAuth login #78
GitHub oAuth login #78
Add XCache support #89
Hot tags page #91
Edit tag description and upload tag icon #91
Binding existing forum account with social account #78
Fixed the duplicate Edit button. http://www.94cb.com/t/2836
Add topic data cache and topic views cache
Allow user to edit topic tags. #85
Instant reminder when you register
Enhanced compatibility under IIS 6 or older version
Add sphinx search support(@virteman )
Add dockerfile relation(@virteman )
Check the existence of user name before login
More insensitive to mention functions
Add push connection timeout. #20
Add a button to refresh statistics data
回复#7 @鬼魅 :
这两个帖子是实现对一些帖子里一些特殊排版的实现,例如带排序功能的表格。
就像这个表格--> http://www.94cb.com/t/2465
或者粘贴出来的代码的上色等等。
<?php $a=321; echo $a.'test'; ?>
登录后方可回帖
话题广场:
http://www.94cb.com/t/3017
http://www.94cb.com/t/3022
用户名已存在时报警
邮箱不合法时报警
两次密码不一致时报警
http://www.94cb.com/t/2907
http://www.94cb.com/t/2872