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 small bugs found on the last weeks! See ff-1.4.002.txt to check a complete list of bugs fixed.
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 :
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)
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!