The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#7
|
||||
|
||||
![]()
Ok fixed it.
First I created a new VB4 database (basically a new testsite) Second I exported the usercss tables Third I dropped the damaged usercss table in main database I then readded using the query below. If your tables have a prefix then change name in red. Code:
CREATE TABLE `usercss` ( `userid` int(10) unsigned NOT NULL DEFAULT '0', `selector` varchar(30) NOT NULL DEFAULT '', `property` varchar(30) NOT NULL DEFAULT '', `value` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`userid`,`selector`,`property`), KEY `property` (`property`,`userid`,`value`(20)) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
Благодарность от: | ||
fechten |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|