The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]() Quote:
Code:
// query used for creating the temporary template table $template_table_query = " CREATE TABLE " . TABLE_PREFIX . "template_temp ( templateid INT UNSIGNED NOT NULL AUTO_INCREMENT, styleid SMALLINT NOT NULL DEFAULT '0', title VARCHAR(100) NOT NULL DEFAULT '', template MEDIUMTEXT NOT NULL, template_un MEDIUMTEXT NOT NULL, templatetype enum('template','stylevar','css','replacement') NOT NULL default 'template', dateline INT UNSIGNED NOT NULL DEFAULT '0', username VARCHAR(50) NOT NULL DEFAULT '', version VARCHAR(30) NOT NULL DEFAULT '', PRIMARY KEY (templateid), UNIQUE KEY title (title, styleid) ) thnx for ut time. Sandy... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|