
It’s been boring lately, and the various discounts are not good enough. A friend happened to mention this lightweight forum source code (actually, a customer of VPSAA told him...). After looking at Good VPS, it is indeed quite good. Compared with The traditional BBS we use, such as DZ and PW, are much simpler, but slightly more powerful than message boards, so I will share them here.
Ha, the above screenshot was taken by me. First go to the official release site: youbbs.sinaapp.com
The official website is built on SAE. This source code supports various web servers and cloud platforms such as SAE, Sina Cloud Space, BAE, AppFog, etc., using PHP+ Written by MySQL.
Install
YouBBS installation is very simple. Take the installation on a virtual host or VPS as an example. First download the source code, then modify the MySQL database information in config.php, then pass in the space, and then execute the domain name /install on the browser. finish installation.
The default first registered user is the administrator account.
Function
The function of YouBBS is also very simple. After the user registers, he can publish new posts or replies. The editor only supports text content and does not support html/ubb/markdown. However, it supports stickers or videos. Just paste the address. , also supports attachments (the backend administrator can turn off the attachment function).
User comments are not in the traditional nested style, but in the Weibo style.
Backstage
Administrators can set up multiple functions, including category management, website settings, user management, and link management. Content management must be handled at the front desk.
The backend can also set up advertising spaces, QQ login, Weibo login, etc.
Advantages and Disadvantages
YouBBS is suitable for sites that focus on discussion and communication (more discussion than display). However, its restriction on trolling is only time-based, and it cannot impose other restrictions such as keywords, verification codes, etc.; at the same time, When I used it, I found that I couldn’t choose the category when publishing. I had to edit and modify the category after publishing (I don’t know if I don’t know how to use it...).
I personally think it is quite interesting. I hope the official website can improve some practical functions. If you need a demonstration, you can go directly to the official website.