The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
||||
|
||||
![]()
here's the query i ran to setup the table...
Code:
CREATE TABLE photogallery ( userid int(10) unsigned NOT NULL default '0', photo_full varchar(100) NOT NULL default '', photo_thumb varchar(100) NOT NULL default '', comments mediumtext NOT NULL, PRIMARY KEY (userid) ) TYPE=MyISAM; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|