Wendasns Q&A community system is an open source, efficient, easy to develop secondary Q&A system. It has Q&A module, article module, topic module, built-in ucentre user system, management group and user group permissions, email settings, user management, Category management, question management, answer management, article management, comment management, topic management, notification management, report management, friendly links, announcement management, and advertising management. Built-in unique user management supports multi-application access; Q&A and articles support customized access to cataloged pseudo-static URLs. Content, social networking, and payment are all integrated into one, covering functions such as points, paid rewards, and sharing to inspire users to take the initiative. Create content and spread valuable information.
Features
open source
WendaSNS is an open source PHP question and answer community system developed based on Thinkphp 6.X and has strong load capacity and stability.
LayUi front end
The front-end is based on the LayUi framework, and its classic modularity is easy to expand and customize. A set of templates can run on multiple devices such as PCs, tablets, and mobile phones at the same time.
Multiple databases
Perfectly supports Mysql, MariaDB, PostgreSQL and other database storage, convenient for customization in various environments.
better SEO
Supports routing rule customization, you can customize your own exclusive URL display rules. It also supports page customization.
Multiple entry login
Supports social QQ, Sina Weibo, WeChat, Baidu account, mobile phone, email, etc. to log in to the system.
Light management
The management backend can easily complete the management of websites, Q&A, articles, videos and other functions, and supports multi-role and permission-based management.
Light operation
Supports registration by mobile phone number or email, and verification via SMS or email to ensure user authenticity.
Strong interaction
Comments, likes, notifications... interact at any time, simple and fast; all content can be shared with one click and spread quickly.
Installation instructions
1. After decompression, set the running environment requirement PHP7.1+, and the running directory is public
2. Run http://your domain name/ to install and manage http://your domain name/admin.php in the background.
3. Enable pseudo-static access
Use Pagoda Panel User---In the configuration file, find the following content and delete it.
location ~ .*.(gif|jpg|jpeg|png|bmp|swf)$
{
expires 30d;
error_log off;
access_log off;
}
Wendasns question and answer community system V2.0.2
1. Fix some submit buttons. After submitting data, clicking the submit button again is invalid.
2. When asking a question, the question supplement is optional, but when the content is not filled in, an error message will be prompted that it cannot be empty.
3. Fixed the issue where the page did not jump after submitting some data, such as: supplementing questions, deleting questions, adopting questions, answering questions, editing answers, deleting articles, reporting, and user setting signatures.
4. Some status prompts have been added to the question details page, such as: closed answer, adopted, deleted, question review, answer review, answer deletion, article deletion, etc.
5. Fixed the situation where the comment content is not filled in and prompts are missing when commenting on an article.
6. Fixed the error that when editing an article, the page has been set up with categories, but it still prompts that the category needs to be set.
7. Fixed the error that the article settings do not allow comments, but comments can still be made.
8. Fixed the issue where the topic tag alias in the link is not case-sensitive when opening a topic link.
9. Fixed the issue where the number of unread messages was incorrect after answering and accepting.
10. Allow the author to open the page when adding questions or deleting and reviewing articles.
Wendasns question and answer community system V2.0.1
1. Fixed the problem that the background homepage wheel illustration cannot be deleted
2. Repair and adjust the password retrieval function
3. Fixed the problem when registering an account and prompting you to check the agreement, but it has already been checked.
4. Repair deleted categories. If there are subcategories, please delete the subcategories first.
5. Repair the problem details page and answer more loading error reports
6. Fixed many errors when loading articles on the homepage
7. Fixed the problem that after commenting on an article, the user's homepage link has the html suffix
8. Fix the problem of successful login and successful registration without jumping.
9. Fixed more errors when loading article comments
10. Repair the user center to apply for certification
11. Fixed the issue where background topic editing failed to upload pictures.
12. Fixed the issue where the background editing user group permission prompt was successful, but was not actually saved.
Wendasns question and answer community system V2.0
1. Update Layui v2.6.8
2. Added carousel images, pinned images, and recommendations on the homepage
3. Add a new personal homepage
4. Added topic list and topic details page
5. Added topic icons and introductions
6. New member real-name authentication and enterprise authentication
7. Add member profile
8. Added member avatar capture
9. Added member center mobile phone list
10. Added template font icon
11. Added new navigation secondary menu
12. Added unlimited categories
13. New article release cover image
14. Added new topic label publishing method
15. Added front-end editing and deletion permissions for article administrators
16. Added permissions for administrators to adopt questions and close questions.
17. Fix known BUG