MOD: Avatar Categories W/ Avatar Gallery - Posted (4094 Views)
Average Member
SiSL
Posts: 671
671
-----------------------------------------------------------
AVATAR CATEGORIES for Snitz 3.4 v1.0
Posted 9/23/2005 - SiSL
-----------------------------------------------------------

This mod allows you to edit / manage categories for your Avatar Mod also includes modified version of Avatar Gallery mod by filo_2k

This package includes following files and REQUIRES AVATAR MOD by Hamlin for 3.4 over Richard Kinser's..
Excuse if I missed any step (my first public mod) Hope that helps.
Download
UPDATE: DBS file change
<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Support Moderator
Podge
Posts: 3776
3776
Do you have a demo account and url ?<
Posted
Average Member
SiSL
Posts: 671
671
http://www.amedia.org/forum/

user: demo
pass: test

You can view from Profile, also admin sections having additions to add all avatars in category.
Admin Category Maintenance screen:



Admin Add Avatar Screen:




Admin Avatar Review / Edit Screen:



<
Posted
Average Member
modifichicci
Posts: 787
787
Good work, I see. I haven't tryed it, but I'll do soon. Only a question about the dbs:

these lines
[UPDATE] AVATAR
(AC_ID)#('1')
[END] AC_ID isn't in AVATAR, is it right? What update do they? <
Posted
Average Member
SiSL
Posts: 671
671
Originally posted by modifichicci
Good work, I see. I haven't tryed it, but I'll do soon. Only a question about the dbs:

these lines
[UPDATE] AVATAR
(AC_ID)#('1')
[END] AC_ID isn't in AVATAR, is it right? What update do they?

it is Avatar Category ID determining Avatar to be in which category and it is in AVATAR table.<
Posted
Average Member
modifichicci
Posts: 787
787
it is Avatar Category ID determining Avatar to be in which category and it is in AVATAR table.
This is the dbs file, but I don't see the command to create AC_ID in AVATAR, it is create in AVATARS_CATS. Where I am wrong?
[CREATE] AVATAR_CATS
AC_ID
AC_NAME#varchar (255)#NULL#
AC_STATUS#int#NULL#0
[END] [ALTER] AVATAR
ADD#A_CATID#int#NULL#1
[END] [INSERT] AVATAR_CATS
(AC_NAME,AC_STATUS)#('Misc','0')
[END] [UPDATE] AVATAR
(AC_ID)#('1')
[END]<
Posted
Support Moderator
Shaggy
Posts: 6780
6780
The last 4 lines of that dbs adds the AC_ID field to the AVATAR table.
<
Search is your friend “I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Posted
Posted
Support Moderator
Shaggy
Posts: 6780
6780
You're welcome smile
<
Search is your friend “I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Posted
Average Member
SiSL
Posts: 671
671
Thank you, I'm kinda new on DBS file editing also having questions like that :(

http://forum.snitz.com/forum/topic.asp?TOPIC_ID=59629
<
Posted
Average Member
modifichicci
Posts: 787
787
ohhh so I was not wrong... Thank you again for my update knowledge!<
You Must enter a message