Jump to content

Avatar select


jamesbrauman

Recommended Posts

I'm looking for some way to display all the available avatars to a user when they are registering, and letting them to be able to select one. I have about 300 50x50 avatars and I would like to show them in a box about 200px high and 800px wide.

 

How can I do this (which avatar the user selected also needs to be posted to my php application)?

Link to comment
https://forums.phpfreaks.com/topic/129043-avatar-select/
Share on other sites

unless you plan on having all 300 avatars listed on the page at once

I would have a small DIV popup on some sort of trigger

with 3 or so columns of avatars in it....and have previous and next arrows within the div

load all the avatars into a javascript array so they are preloaded and show them.....say

20 or 50 at a time

Link to comment
https://forums.phpfreaks.com/topic/129043-avatar-select/#findComment-669121
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.