FORUM V1.4.002 MOD by WinRiders

Hello! This is the ultimate forum mod that we were waiting for.
Now you can do all what you always want to do in your Asp-Nuke forum:

With this list of features we want to put the Asp-Nuke forum on the same level of other forum systems!
Best Regards
WinRiders

FIXED BUGS

Fixed small bugs found on the last weeks! See ff-1.4.002.txt to check a complete list of bugs fixed.

INSTALATION

Due to the great amount of changes introduced in this modification. The most simple and less dangerous way
to install is completing the following list of steps :

  1. Upload all the source files to the web server
  2. Add the Lang Items from forum_mod.xx.xml.txt file to the version xml files
    forum_mod.ES.xml.txt (by WinRiders)
    forum_mod.EN.xml.txt (by WinRiders)
    Explanation of the tag's:
  3. Modify the Forum database Tables, using these SQL expressions, one at a time:

    ALTER TABLE Posts ADD PostEMailNotify LOGICAL

    UPDATE Posts SET PostEMailNotify='0'

    ALTER TABLE Posts ADD PostClosed LOGICAL

    UPDATE Posts SET PostClosed='0'

    ALTER TABLE Posts ADD PostPollId INT

    UPDATE Posts SET PostPollId=0

    ALTER TABLE Posts ADD OldPostParent INT

    UPDATE Posts SET OldPostParent=0

    ALTER TABLE Posts ADD OldPostDate TEXT(17)

    UPDATE Posts SET OldPostDate=''

    ALTER TABLE Forums ADD ForumOrder INT

    UPDATE Forums SET ForumOrder=0

    ALTER TABLE Sections ADD SectionOrder INT

    UPDATE Sections SET SectionOrder=0

    ALTER TABLE Posts ADD PostReplies INT

    UPDATE Posts SET PostReplies=0

    INSERT INTO Levels (LevelID, LevelName) VALUES (0, 'Public')

    CREATE TABLE Subs (SubsId INTEGER CONSTRAINT SubsId PRIMARY KEY, SubsTitle TEXT(50), SubsUser TEXT(50), SubsCat INTEGER, SubsDate TEXT(17), SubsValue INTEGER, SubsDateEnd TEXT(17), SubsValid BIT)

    CREATE TABLE CatSubs (CatSubsId INTEGER CONSTRAINT SubsId PRIMARY KEY, CatSubsTitle TEXT(50))

    INSERT INTO CatSubs (CatSubsID, CatSubsTitle) VALUES (0, 'LANG_NONE')

    INSERT INTO CatSubs (CatSubsID, CatSubsTitle) VALUES (1, 'LANG_FORUM')

    INSERT INTO CatSubs (CatSubsID, CatSubsTitle) VALUES (2, 'LANG_SECTION')

    INSERT INTO CatSubs (CatSubsID, CatSubsTitle) VALUES (3, 'LANG_TOPIC')

    INSERT INTO Users (UserLogin, UserValid) VALUES ('', True)

  4. Modify the Main database Tables, using these SQL expressions, one at a time:

    INSERT INTO TypesCategories (tcID, tcTitle) VALUES (9, 'Lang_Topic')

Until you have finaliced this steps, don't try to visit your forum site! Because you could see browser errors, that they don't mean the mod is not working properly.
You don't be scared for seeing a lot of changes. All of them are needed in order to put to work the new features.

Best Regards,
WinRiders
Good Luck, or Justice!