Hi, I have the avatr MOD installed, and a lot of avatars. The problem is that the avatrs in the list show up in the order they've been added, and I want to sort them alphabetically... is there any way that I can do this?
hi~~ not sure what avatars list you mean... if you mean the avatar show in member's profile.. just search this line in inc_avatar.asp strSql = strSql & " ORDER BY " & strTablePrefix & "AVATAR.A_ID ASC;"
then change it to strSql = strSql & " ORDER BY " & strTablePrefix & "AVATAR.A_NAME ASC;"
the same doing in admin_review_avatar.asp, advanced_avatarlegend.asp... in the page that you want to change order.