EntLib.com Forum The open source ASP.NET forum system is a Chinese-language and improved version of the EntLib.com team based on the YAF open source forum. Now, several versions such as 2.0, 2.5, 3.0, and 3.5 have been released one after another, and the cumulative downloads of the EntLib official website have exceeded 10,000 times. The EntLib.com open source forum team continues to optimize the forum and improve and add some new features based on user feedback.
This open source forum supports virtual host users, replacement or customization of template Theme, the latest FCKEditor editor, personalized forum icons and other functions. This forum provides all source code (100% ASP.NET C#) and background database scripts for download.
The operating environment of the forum system:
ASP.Net 3.5 and SQL Server 2005/2008
Development and compilation tools:
Visual Studio 2008
Feature list of this update:
Readme v4.0
============
1. The forum FCKEditor editor is upgraded to the latest version FCKEditor v2.6.3. The new version of FCKEditor editor has fixed some bugs and better supports ASP.NET AJAX, etc.
2. You can freely configure and add advertising content, so that forum moderators can obtain advertising revenue. A record needs to be added to the yaf_registry table:
3. Forum posts add information about several floors, such as the original poster, 1st floor, 2nd floor, etc. The [dbo].[yaf_post_list] stored procedure needs to be modified to return Row_Number() information:
ROW_NUMBER() OVER(ORDER BY a.Posted ASC) as RowNumber
4. Remove the verification code for replying and posting new posts to make it easier for users to reply.
5. Optimize the FCKEditor editor.
6. Adjust the forum page layout to speed up the display speed and performance of the forum.
7. The display of [Top] and [Announcement] has been appropriately adjusted (including adding icons, etc.) to distinguish them from ordinary posts.
8. Add the background settings of forum icons and the function of uploading icons. This function requires the operation of the forum moderator.
Expand