View Single Post
  #1  
Old Aug 19, 2008, 12:14 PM
Eriol's Avatar
Eriol Eriol is offline
VGMdb Advisor
 
Join Date: May 2007
Location: U.S.A.
Posts: 223
Question UI Bug - Low Priority - Check this URL (Sale View)

If you go to the following URL without logging in (or your cookie expired), it just says, " 's Albums for Sale." It's missing the username.

http://vgmdb.net/db/marketplace.php?do=saleview

This URL appears when you are editing your sale list.

When you are in the Marketplace and click on a username of somebody selling something, the URL changes to
http://vgmdb.net/db/marketplace.php?do=saleview&userid=[USERID]

That probably means that when you are editing your own sale list, the user ID is being stored in a cookie, so all you need is
Code:
http://vgmdb.net/db/marketplace.php?do=saleview
, but the page ends up behave badly if the cookie is not there.

Last edited by Eriol; Aug 19, 2008 at 12:18 PM.
Reply With Quote