First and foremost, thank you for providing this hack. I've been waiting for this one for a while. Now hopefully we can get mine working. :banana:
Here is an error that I'm getting:
Quote:
Database error in vBulletin 3.5.0:
Invalid SQL:
INSERT INTO vb3_setting
(varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, product)
VALUES
(
'allowtimeslipupload',
'timeslips',
'1',
'1',
'boolean',
'yesno',
10,
0,
1,
'timeslips'
),
(
'tdmaxwidth',
'timeslips',
'600',
'600',
'free',
'',
20,
0,
1,
'timeslips'
),
(
'tdmaxheight',
'timeslips',
'600',
'600',
'free',
'',
30,
0,
1,
'timeslips'
),
(
'tdmaxsize',
'timeslips',
'80000',
'',
'free',
'80000',
40,
0,
1,
'timeslips'
),
(
'tdsliprequired',
'timeslips',
'10.00',
'',
'free',
'',
50,
0,
1,
'timeslips'
);
MySQL Error : Duplicate entry 'allowtimeslipupload' for key 1
Error Number : 1062
Date : Saturday, March 18th 2006 @ 12:49:18 PM
|
Any help would be greatly appreciated!
Thank you,
Tim
|