Xzero Classifieds Enhancement – Ajax

1. Edit page – like post page. When users access ‘edit’ page, the page shows existing ads details ( 5 dropdown boxes show category , sub-cat, country, state, area )… When users make changes to

these fields and hit ‘update’ , ads details are updated in the database.

2. Image upload page – Ajax multiple upload , alert users if file size is too big, and show the users current uploaded images. ( see post.jpg for reference )
_ We have $pic_count and $pic_size setting in config file. I want to keep this setting as is
_ If the image is larger than the $pic_size setting, alert user : Image is too large ….
_ Update the edit.php file too ( it has the image upload function too )
+ In the edit file, if user already uploaded 2 images, allow them to upload another 2 images only ( if $pic_count = 4 )
3. Telephone field validation ( see post.jpg for reference )
_ make a small ‘change location’ on index page with 3 dropdown boxes country – state – areas. When user click Go – it takes user to approriate location

4. Change location on index page ( see index.jpg for reference )
( Look similar to the “change” function in http://medicinehat.kijiji.ca/ )

Leave a Reply

Your email address will not be published. Required fields are marked *