Xiuno BBS 4.0 是一款轻论坛产品。 本版本在消逝的官方git版本基础上,修复了php7.4安装时的兼容问题;采用utf8mb4,支持emoj;,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,
<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>
location ~* \.(htm)$ {
rewrite "^(.*)/(.+?).htm(.*?)$"$1/index.php?$2.htm$3last;
}
增加插件仓库,添加常用插件,重启社区计划。 临时插件仓库:插件主题中心
创始人axiuno Thanks For: cnteacher@discuz Discuz! Team Artery 剑心@wooyun 右键森林 吴兆焕 杨永全 郑城 大象