Xiuno BBS 4.0 是一款轻论坛产品。 本版本在消逝的官方git版本基础上,修复了php7.4安装时的兼容问题;采用utf8mb4,支持emoji;,jQuery更新到 3.5.1;bootstrap更新到4.5.0。移除部分插件,更新默认主题。
- 修复php7.4兼容问题
- 修复无法卸载插件bug
- 修复后台插件页面无法打开
- 💄默认主题更新
- 💥采用utf8mb4,支持emoji
- jQuery更新到 3.5.1
- 💥bootstrap更新到4.5.0
- 部分css、js改用min版,提高页面速度
- 移除IE hock
- 移除插件中心链接
- UMEditor 百度编辑器更新简约主题,后续可能替换成大白编辑器
- 在线手册(xn_manual)
- 返回顶部(z_top),后续会集成到主题中
- Xiuno BBS 测试插件 (xn_test)
- 屏幕阅读 ( xn_screen_reader)
- 幸运踩楼 (xn_lucky_post)
- 版块三级分类 (xn_forum_level_3)
- 我的第一个 Xiuno BBS 插件 (my_hello)
- 移除官方自带三款主题(xn_theme_red、 xn_theme_paopao、xn_theme_dark),后续会添加简约风、acg主题、绿色小清新
使用请下载发布版,集成较少插件。数据库请采用utf8mb4,安装完成后,请删除install目录。 插件和主题,直接上传到plugin目录中,后台插件中心开启。
打开/conf/conf.php
文件,把 'url_rewrite_on' => 0,
改为 'url_rewrite_on' => 1,
Apache伪静态:
<IfModule mod_rewrite.c>
RewriteEngine on
# Apache 2.4
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*?)([^/]*)$ $1index.php?$2 [QSA,PT,L]
# Apache other
#RewriteRule ^(.*?)([^/]*)\.htm(.*)$ $1/index.php?$2.htm$3 [L]
</IfModule>
Nginx伪静态:
location ~* \.(htm)$ {
rewrite "^(.*)/(.+?).htm(.*?)$" $1/index.php?$2.htm$3 last;
}
临时插件仓库:插件主题中心
- 增加插件仓库,添加常用插件。
- 重启社区计划
- 整理修复部分插件
- 添加简约风、acg风格、绿色小清新风格主题。
创始人:axiuno
感谢:cnteacher@discuz、Discuz!、Team Artery、剑心@wooyun、右键森林、吴兆焕、杨永全、郑城、大象、⭐Star本项目的您。