The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]() Quote:
$schema['CREATE']['query']['discussion'] = " CREATE TABLE " . TABLE_PREFIX . "discussion ( discussionid INT unsigned NOT NULL auto_increment, groupid INT unsigned NOT NULL, firstpostid INT unsigned NOT NULL, lastpostid INT unsigned NOT NULL, lastpost INT unsigned NOT NULL, lastposter VARCHAR(255) NOT NULL, lastposterid INT unsigned NOT NULL, visible INT unsigned NOT NULL default '0', deleted INT unsigned NOT NULL default '0', moderation INT unsigned NOT NULL default '0', subscribers ENUM('0', '1') default '0', PRIMARY KEY (discussionid), KEY groupid (groupid, lastpost) ) do not see how to input the bottom 2 rows of info |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|