The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
|||
|
|||
![]()
So you only need the "searchcore" table and not "searchcore_text"?
This should work: HTML Code:
CREATE TABLE searchcore ( searchcoreid INT UNSIGNED NOT NULL AUTO_INCREMENT, contenttypeid INT UNSIGNED NOT NULL, primaryid INT UNSIGNED NOT NULL, groupcontenttypeid INT UNSIGNED NOT NULL, groupid INT UNSIGNED NOT NULL DEFAULT 0, dateline INT UNSIGNED NOT NULL DEFAULT 0, userid INT UNSIGNED NOT NULL DEFAULT 0, username VARCHAR(100) NOT NULL, ipaddress INT UNSIGNED NOT NULL, searchgroupid INT UNSIGNED NOT NULL, PRIMARY KEY (searchcoreid), UNIQUE KEY contentunique (contenttypeid, primaryid), KEY groupid (groupcontenttypeid, groupid), KEY ipaddress (ipaddress), KEY dateline (dateline), KEY userid (userid), KEY searchgroupid (searchgroupid) ) ENGINE=MyISAM |
5 благодарности(ей) от: | ||
In Omnibus, Lynne, MarkFL, Phaedrus, RichieBoy67 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|