The People's Question and Answer system uses asp.net (2.0) c#+access, the entire site uses html pages, SEO friendly, the list page uses AJAX technology, template is the template folder, the template in the root directory is the front-end template file, admin/template It is the background management file template, and the database change information is in web.config.
People’s Question and Answer System 1.5Beta update log:
1. Fixed the exit error
2. Fixed the problem that the letters in the content page are too long, deformed, and updated to display the content.
3. Added error logs for template tags to make debugging errors easier.
4. Fixed the publishing problem when uploading images and the uppercase extensions were not recognized.
5. Added friend link function
6. Added member list page
7. Updated the style of question voting
8. Added the function of accepting answers in the member center
9. Add background visitor management
10. The member center has been added. You can directly adopt your own questions by reading the replies.
Basic website settings:
Default points: the initial points when a user registers as a member
Expiration setting: The expiration time of the question. If there is no post within the specified number of days after the user asks the question, the question will be automatically closed.
Traffic statistics: Use third-party traffic statistics code to count website visits;
Basic information settings: Add a single article such as about us or contact information (template needs to be specified).
The logo is used to identify different information content. Set the SQL statement in the template. {g:b_info$i_content@i_model='about'}where about is the identifier. After adding, add the template path and the path to generate static pages in the static page settings. Just click the "Click to Generate" or "Generate All" button;
Generate static page settings:
Add the path and name of the template you want to generate and the path and name of the generated static page, and click "Click Generate" to generate the specified static page or "Generate All" to generate all added static page templates.
Generate issues: Generate all issues in issue management.
Generate announcement: Generate all announcement information in announcement management.
Generate help: Generate all the information in the help information.
Delete selected: Check the editing radio button of the template you want to delete or click the Select all radio button before all generation. Click the Delete selected button to batch delete the data you want to delete in the site's SMS management;
In-site SMS management:
You can send messages to all registered users or designated users on the site. The type can be sent by the administrator or sent by the system. If the recipient is not filled in, the message will be sent to all users. After filling in the information, click the send button;
Question classification settings:
There are two levels of problem classification, first-level and second-level. When adding a classification, you must first ensure that there is more than one first-level category in the database before you can add a second-level classification. Registered members can only choose the second-level category as the classification of the question when asking questions.
Member level settings:
Add the member’s level name, level and points, and how many points correspond to which level;
Upload attachment management:
View and delete the pictures of the topic, click the link under the path to preview the picture;
Registered member management:
To add a member, fill in the username, nickname, password and email of the member you want to add, and click the add button after email.
Modify or revise the user's points or freeze them. Frozen members cannot log in. A home page must be generated after deleting a member;
Administrator settings:
Add an administrator: fill in the administrator account and password and click the Add button. To change the administrator password, you must enter the original password;
Hot word management:
Can only be modified and deleted. It cannot be added. If you want to add, you can only go to the database and add content manually. Generate the homepage after modification;
Announcement management:
After entering the announcement title and announcement content, click Add. You can modify, delete and view detailed information. After confirming the information, click the Generate Announcement button in the Generate Static Page Settings;
Help classification management:
After adding the input category name, click the Add button to display a page that can be modified. Confirm that it is correct and add help information
Help title, select the added help category, fill in the content and click the Add button. You can view details, modify and delete. After confirming that it is correct, click the Claim Help button in the static page settings;
Problem management:
You can search for questions in the specified category or title by classifying the question and entering keywords. You can change the classification of the question, extract the question into a topic, review whether the question is passed, view the question details, delete and batch delete. When deleting, the static page and all replies to the question will be deleted. After the operation is completed, the homepage is generated.
Topic management:
The topic is to extract three classic questions from the Q&A and place them in the common sense on the right side of the homepage, as well as the right side of the content page. In order to increase the readability of the topic, you can extract custom titles for the questions.
After extracting the topic from the question, it will automatically jump to the topic management page. You can upload a picture to the designated topic or cancel the designated topic. After the operation is completed, the home page is generated;
Recycle bin management:
Registered users can apply to delete user-specified questions in "Member Center" - "Questions I Published". Questions requested by members to be deleted will be displayed on the recycle bin management page. Administrators can delete the question or revoke the user's deletion request. After the deletion operation is completed, the homepage is generated;
Answer management:
All replies can be viewed and deleted. After the operation is completed, click Generate Question in the Generate Static Page Settings;
Collection management:
Paid members can remotely access the site's Q&A data and obtain content based on categories and keywords.
This feature is only available to authorized members.
Installation instructions:
1. Check whether the space supports .net2.0 or above.
2. Check whether the installation directory has read permission.
3. Set the default homepage of the space to default.aspx.
4. Run default.aspx to install.
5. Open the website and access it normally.