Giter Club home page Giter Club logo

vnbb's Introduction

Giới thiệu

VNBB 1.0 là một sản phẩm forum nhẹ. Dựa trên phiên bản git chính thức đã biến mất, phiên bản này khắc phục các vấn đề tương thích giữa php7.4 và php8.0; sử dụng utf8mb4 để hỗ trợ biểu tượng cảm xúc; jQuery được cập nhật lên 3.5.1 bootstrap được cập nhật lên 4.5.0. Xóa một số plugin và cập nhật chủ đề mặc định. Đã sửa một số lỗi nhỏ.

Tôi đã làm gì

Sửa chữa

  • Sửa lỗi tương thích php7.4
  • Khắc phục sự cố tương thích php8.2
  • Sửa lỗi không thể gỡ cài đặt plugin
  • Đã khắc phục sự cố không thể mở được trang plugin

Thay mới

  • 💄Cập nhật chủ đề mặc định
  • 💥Áp dụng utf8mb4, hỗ trợ emoji
  • jQuery được cập nhật lên 3.5.1
  • 💥Bootstrap được cập nhật lên 4.5.0
  • Một số css và js đã được thay đổi thành min để cải thiện tốc độ trang

Thêm một số plugin

  • Đăng nhập/trả lời có thể xem bài viết
  • Thành viên mới nhất
  • Bộ sưu tập bài mới
  • Trình chỉnh sửa TinyMCE
  • Phong cách đơn giản
  • Hệ thống nhắn tin
  • Sắp xếp trả lời

Screenshot

image

Sử dụng

Vui lòng sử dụng utf8mb4 (utf8mb4_general_ci) cho cơ sở dữ liệu. Sau khi cài đặt hoàn tất, vui lòng xóa thư mục install. Các plugin và chủ đề được tải trực tiếp lên thư mục plugintheme

Rewrite

Bật giả tĩnh trong cài đặt nền và thêm quy tắc giả tĩnh tương ứng.

Apache giả tĩnh:
<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 giả tĩnh:
location ~* \.(htm)$ {

    rewrite "^(.*)/(.+?).htm(.*?)$" $1/index.php?$2.htm$3 last;

}

Tải xuống plugin

Kho lưu trữ plugin: Trung tâm plugin

Người đóng góp

Người sáng lập: Mr.Hau

Enjoy!

vnbb's People

Contributors

levanhau03 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.