Results 1 to 6 of 6

Thread: Allow your visitor to submit new or modify a url...

  1. #1
    Join Date
    Jul 2003
    Posts
    128

    Question Allow your visitor to submit new or modify a url...

    "Permission
    Allow your visitor to submit new or modify an url inside this category"

    Say I forgot the sql query that would allow you to update or change the permissions set on all of the categories from one setting to another.

    Anyone know??

    Trying to google it, no luck yet.

  2. #2
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    Which permission do you want?
    - no need editor approval
    - need editor approval
    - not allowed

    I'll post the query here, to update all categories permission. Before that, let me know which permission you want

  3. #3
    Join Date
    Jul 2003
    Posts
    128

    Default

    Currently it is set to - no need editor approval for all 350 categories.

    I want to change it to - need editor approval

    I notice when someone adds a listing, it adds the link, but when you click on that link to go to the detail page is says it is susspeneded. (before they have paid)

    Thanks dody.

  4. #4
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    Run this query in admin panel > database > query box:
    Code:
    update idx_category set permission = 1
    I notice when someone adds a listing, it adds the link, but when you click on that link to go to the detail page is says it is susspeneded. (before they have paid)
    run this query
    Code:
    update idx_link set suspended = 0

  5. #5
    Join Date
    Jul 2003
    Posts
    128

    Default

    Thank you Sir.

    btw, did the changes and it still does it. I submit a listing and it adds the listing automatically, but shows the detail page as "Suspended Resource This link is suspended."

    Go ahead and try it yourself. Search "e" from the search bar in the top right after you submit a listing.

    I am setting them up as Premium Listings. Also tried it as SPONSORED.
    Last edited by gspinney; 12-14-2006 at 10:45 PM.

  6. #6
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    Please submit a helpdesk ticket regarding this issue.

Similar Threads

  1. Write Review by visitor
    By vittle in forum v3.2
    Replies: 3
    Last Post: 10-14-2005, 08:02 AM
  2. Replies: 2
    Last Post: 05-27-2005, 06:56 PM
  3. Add Fields To Submit form
    By 4webmasters in forum v5.x
    Replies: 2
    Last Post: 06-17-2004, 11:37 PM
  4. How to block automatic submit?
    By ahmad in forum v5.x
    Replies: 3
    Last Post: 04-10-2002, 04:16 PM
  5. Replies: 0
    Last Post: 08-29-2001, 07:31 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
  •