Quote:
Originally posted by NTLDR
Nice suggestion there DWZ :)
And add $lastposter in your home_newsbit template where you want the username to appear ;)
I may also add this in to the new version.
|
Worked great :)
But I just ran into a problem :\
I went to add a user-group to my board today, and I got this message:
Code:
Database error in vBulletin Control Panel 2.2.5:
Invalid SQL: INSERT INTO usergroup (usergroupid,title,usertitle,cancontrolpanel,canmodifyprofile,canviewmembers,canview,canviewvbindex,showgroup,cansearch,canemail,canpostnew,canmove,canopenclose,candeletethread,canreplyown,canreplyothers,canviewothers,caneditpost,candeletepost,canusepm,canpostpoll,canvote,canpostattachment,ismoderator,canpublicevent,canpublicedit,canthreadrate,cantrackpm,candenypmreceipts,maxbuddypm,maxforwardpm,canwhosonline,canwhosonlineip,cangetattachment)
VALUES (NULL,'News Reporter','',0,1,1,,,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,5,5,1,0,1)
mysql error: You have an error in your SQL syntax near ',1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,5,5,1,0,1)' at line 2
mysql error number: 1064
:\
any idea what's wrong?
|