Results 1 to 2 of 2

Thread: User's "claim a listing" not working

  1. #1
    santocki is offline Registered User
    Join Date
    Dec 2005
    Posts
    45

    Default User's "claim a listing" not working

    Did anybody tried the "claim a listing" function as a ordinary user after logging in to the "My Account" screen? It all seemed running okay after entering the password, but it does not show up at My Listing. Only the newly added ones shows up.

    By the way, I had another problem and posted at the Bug Report section but seems like Dody is not looking at it so I will post here again:

    After clicking the "New Listings" on the main menu, you will get the group list of dates and the main categories. If you click the one of the main category link, your list will show up, and the path will be something like:

    Jump to : New : 24-Jan-2006 : Cars


    If you click the "24-Jan-2006" date link, you will be lead to the main page instead of the new list within that date because the "new.php" was not included on the url address. Any ideas how to fix this? I have tried the INDEXU sample at nicecoder.com site, the same problem came up too.
    Last edited by santocki; 01-28-2006 at 01:09 AM.

  2. #2
    santocki is offline Registered User
    Join Date
    Dec 2005
    Posts
    45

    Default

    Claim a Listing problem found and solved, never mind. It was MySQL's primary key violation for idx_link_user table. If you have added a listing as "admin" and when you give the link password to the user, don't forget to delete the link from the idx_link_user table.

    The problem related to the New Listings link was a bug.

    Here is Zubby's support message:

    Regarding new feature bug,
    Edit /lib/link.class.php, under 'GetNewListingPath' function.

    Change :
    $this->path_separator <a href=?st=date&dt=$dt>$date</a> $this->path_separator

    To:
    $this->path_separator <a href=new.php?st=date&dt=$dt>$date</a> $this->path_separator

Similar Threads

  1. "Claim a Listing:
    By kevinrstruck in forum v5.x
    Replies: 1
    Last Post: 01-15-2006, 06:45 PM
  2. "Sponsered" Listing
    By andmunn in forum v5.x
    Replies: 9
    Last Post: 08-16-2005, 06:51 AM
  3. Replies: 6
    Last Post: 11-23-2004, 10:26 AM
  4. Replies: 2
    Last Post: 12-30-2002, 10:15 PM
  5. Replies: 1
    Last Post: 07-18-2002, 08:47 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •