PDA

View Full Version : No default avatar category


Wayne Luke
Fri 13th Jun '03, 4:01pm
The install script doesn't create a default avatar category and you can't add categories unless there is one present to begin with.

Workaround Query:

INSERT INTO `imagecategory` ( `imagecategoryid` , `title` , `imagetype` , `displayorder` )
VALUES (
NULL , 'Generic Avatars', '1', '0'
);

Scott MacVicar
Sat 14th Jun '03, 11:46am
has been fixed now in cvs.

TripleH
Sat 14th Jun '03, 12:15pm
scott, what is cvs?

Wayne Luke
Sat 14th Jun '03, 12:30pm
scott, what is cvs?
Concurrent Versioning System... It allows the Devs to work on various files without stepping on each other's toes or overwriting each other's changes.

Stadler
Sat 14th Jun '03, 1:23pm
See attachment: is this the correct structure now or should I remove the last entry again, cause it isn't needed anymore?

Kier
Sat 14th Jun '03, 1:43pm
Your last entry isn't needed

Chris M
Sat 14th Jun '03, 3:59pm
Edit: Never mind;)

Satan

TripleH
Sat 14th Jun '03, 4:04pm
nm.. i think it worked...

nuno
Sun 15th Jun '03, 12:23pm
The install script doesn't create a default avatar category and you can't add categories unless there is one present to begin with.

Workaround Query:

INSERT INTO `imagecategory` ( `imagecategoryid` , `title` , `imagetype` , `displayorder` )
VALUES (
NULL , 'Generic Avatars', '1', '0'
);

:cool:
Thanks

Mac Write
Sun 15th Jun '03, 7:06pm
So has "Add Avatar Group" been added to the CVS for the next beta?

Chris M
Mon 16th Jun '03, 4:44am
So has "Add Avatar Group" been added to the CVS for the next beta?
The option can be found by clicking "Edit Avatar Categories";)

Satan

Faruk
Mon 16th Jun '03, 5:33am
The option can be found by clicking "Edit Avatar Categories";)

Satan

Which is only available when there is at least 1 existing group, otherwise you get an error / notification that lacks those links :p ^_^

Chris M
Mon 16th Jun '03, 7:13am
Which is why the query up top has to be run;)

Satan