Git Product home page Git Product logo

garyvalue / xiunobbs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jiix/xiunobbs

0.0 1.0 0.0 4.99 MB

Xiuno BBS 4.0 是一款轻论坛产品。 本版修复了php7.4兼容问题;采用utf8mb4,支持emoj;,jQuery更新到 3.5.1;bootstrap更新到4.5.0。移除部分插件,更新默认主题。

Home Page: http://www.jiih.com

License: MIT License

PHP 52.43% CSS 1.73% HTML 8.04% TSQL 0.91% JavaScript 36.85% Batchfile 0.02% Shell 0.02%

xiunobbs's Introduction

介绍

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主题、绿色小清新

截屏

image

使用

使用请下载发布版,集成较少插件。数据库请采用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$3last;
}

下一步

增加插件仓库,添加常用插件,重启社区计划。 临时插件仓库:插件主题中心

贡献者

创始人axiuno Thanks For: cnteacher@discuz Discuz! Team Artery 剑心@wooyun 右键森林 吴兆焕 杨永全 郑城 大象

Enjoy!

xiunobbs's People

Contributors

jiix avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.