
04-09-2006, 01:25 AM
|
 |
|
|
Join Date: Jun 2004
Location: San Francisco
Posts: 2,575
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by nix
Thanks! Working good so far.
Just a very minor bug (I think its one), in the user group permissions there isn't a title for the field for the classifieds. Its just blank.
Just had this after editing a field.
Code:
Database error in vBulletin 3.5.4:
Invalid SQL:
UPDATE sr_classifieds_fields
SET title = 'Stepping',
description = 'Stepping of the CPU',
type = 'text',
size = '100',
options= '',
category = '1',
display = '1',
WHERE fieldid = 1;
MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE fieldid = 1' at line 9
Error Number : 1064
Also, I don't see the administrative Tools like in your screenshot #3. I updated the usergroup permissions also.
|
That's just an uneeded comma. Replace the sr_classifieds_admin.php with the one i uploaded here. I will update the zip now.
|