The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
How do you add a comment system to a mod?
Okay, I have the following table...
Code:
CREATE TABLE IF NOT EXISTS ".TABLE_PREFIX."conquest_comments ( commentID int(10) unsigned NOT NULL auto_increment, nationID int(10) unsigned NOT NULL default '0', playerID int(10) unsigned NOT NULL default '0', cDate int(10) unsigned NOT NULL default '0', cState enum('visible', 'moderation', 'deleted') NOT NULL default 'visible', cText mediumtext NOT NULL, cIPAdd int(10) unsigned NOT NULL default '0', PRIMARY KEY (commendID) ) --------------- Added [DATE]1240659924[/DATE] at [TIME]1240659924[/TIME] --------------- I found this post, but I dont know how accurate it is... https://vborg.vbsupport.ru/showthrea...hlight=message The video directory mod has a comment system and its a bit different... Not to mention the forum tournament & ladders script doesnt even have ANYTHING about ANYTHING in the mod, and it still has a comment system. Is the work involved in that thread even needed? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|