UseBB is an open source forum developed with PHP and Mysql database. Unlike other popular forums, UseBB does not blindly pursue how many functions it has, but aims to develop a simple and easy-to-use forum. UseBB is a good choice for those who need to set up an easy-to-use forum on a web host with limited resources.
Its features include:
Dividing forums can divide unlimited forums and topics.
Configure options and permissions for each forum.
Use hierarchical permission control to publish posts. Set the number of replies in each forum. Support the use of BBCode and emoticons in posts. Support the use of all HTML tags in posts (by default, only administrators have this permission).
Duplicate submission protection member function does not limit the number of members. Each member has his or her own information center. Supports Chinese nicknames. Supports avatars.
Moderator function is set for each forum. Moderators can move/close/reopen/delete posts. Posts can be modified/delete. Posts can be published/modified/delete. Top posts support "development offline"
The management interface sets various configuration options.
Create/edit/delete forums and topics, add/edit/delete member sets, send emails, set sensitive words, review disabled users, block IPs, etc. Access control settings include four levels: guest, member, forum moderator, and super administrator for each forum. Set different access levels for topics, search functions, online lists, etc. Restrict visitors to the entire forum by activating users via email or administrator.
Restrict user registration security protection function Use UseBB's unique features to protect your forum from human and bot attacks, including: support for establishing DNSBL service, DNS-based email address review function, and analysis of registration logs.
Hide inactive accounts from the members list.
Other powerful cross-forum search engines Subscribe to topics via email Built-in FAQ
Featured topic list global RSS 2.0 aggregation .html URL s optimized for search engine inclusion
Support Gzip compressed output Support most ISO and other character sets Support httpOnly cookies
Custom style
UseBB uses HTML separated from PHP to optimize performance.
Change and translate the interface by using templates and language packs Default templates use the XHTML 1.0 standard and CSS styling support application/xhtml+xml content-type
Installation instructions:
1. Copy the config.php-dist file and rename it to config.php
2. Execute install/index.php to install
Expand