Alright -- I guess I'm confused.
I had the old version back before 3.5 that worked great.
I downloaded this version and followed the instructions.txt
When I imposted the plugin (XML) (didn't click Allow Overright the first time -- did the second time) I got the below message both times
Code:
Database error in vBulletin 3.6.8:
Invalid SQL:
INSERT INTO profilefield (profilefieldid,required,hidden,maxlength,size,displayorder,editable,type,data,height,def,optional,searchable,memberlist,regex,form,html) VALUES
(50,0,0,'20','20','50','1','input','','0','0','0','0','0','0','','0');
MySQL Error : Duplicate entry '50' for key 1
Error Number : 1062
I went ahead and modified/uploaded the php files and templates anyway, and when I clicked the link for timeslips.php I got
Code:
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT *
FROM user AS user
LEFT JOIN customfile AS customfile ON (customfile.userid = user.userid)
LEFT JOIN userfield AS userfield ON (userfield.userid = user.userid)
WHERE user.userid = userfield.userid
AND userfield.field55>0
ORDER BY userfield.field55 ASC
LIMIT 0,25;
MySQL Error : Table 'moparsty_vbulletin.customfile' doesn't exist
Error Number : 1146
Date : Monday, December 17th 2007 @ 01:21:39 AM
someone want to roll me a bone on what to do? I've reverted back to the old phps and renamed timeslips.php in the meantime
thanx