Quote:
Originally Posted by SimonB
OK I picked it up in the bug list above, but
a) I cant change the User Profile Field length because it asks me to complete all fields (so I'm guessing some are mandatory (EDIT: - managed to get the profile field changed)
b) when I rebuild the postbits I get the following error
And I end up with this

|
Sorry about all the problems, I can't wait til I get some time to update this thing heh.
One thing to try. Open admincp/garage_manage.php
On line 693 you'll see
PHP Code:
$style = $vbulletin->db->query_first("SELECT * FROM " . TABLE_PREFIX . "style WHERE styleid = " . $selected_style);
Right above that put
PHP Code:
$selected_style = 1;
Replace the "1" with whatever your styleid is.
Let me know if that fixes it.