Results 1 to 5 of 5

Thread: Validating Links

  1. #1
    Join Date
    Jun 2002
    Posts
    25

    Default Validating Links

    How can i make it possible for people to add links and then be put on a waiting list untill I have validated the links before they are added.

  2. #2
    Join Date
    Aug 2001
    Location
    Toronto, Ontario
    Posts
    678

    Default

    go to the category edit options and set the category permission to require editor approval.


    category was set by default to no approval by editor.

    you have to run this into your query box in the alter section

    update idx_category set permission = '1'


    that should set all categories to require admin


    To do this manually, you'll have to go to the category/ edit/view and scroll to the middle and change the cat permission to require editors approval.

    I think a patch needs to be written to reset the category default setting. Everytime you add a new category, you'll have to reset it to requires approval.

    Hart

  3. #3
    Join Date
    Feb 2003
    Location
    York
    Posts
    76

    Default

    I had this problem recently when I found around 400 out of 410 categories could take submissions without approval.

    Quickest way I found was to:
    - export the categories into Excel
    - do a ctl-down to fill permissions all to 1
    - save as tab delimited (which should be way it came in anyhow)

    Then on your server:
    - empty the categories table using phpMyAdmin
    - go back into admin of indexu again and import the categories

    Certainly beats f#cking around for 2 days doing it individually.

    One thing to watch out for is if your category names have a comma, it puts the name in speech marks which look crap.

  4. #4
    Join Date
    Oct 2002
    Posts
    13

    Default

    Originally posted by yorweb


    Certainly beats f#cking around for 2 days doing it individually.
    2 days ??? Less than two minutes with phpmyadmin. Click idx_cat table and go to the SQL box and type this:

    UPDATE idx_cat SET permission='1' WHERE permission ='0'
    Then click go.

    Walaaaaaaaaaaaaa.....less than two minutes.

  5. #5
    Join Date
    Feb 2003
    Location
    York
    Posts
    76

    Default

    Good point. Why my brain didn't engage I'm not too sure !!

Similar Threads

  1. Moving from G-T Links 2
    By esm in forum Pre-Sales Questions
    Replies: 14
    Last Post: 05-30-2005, 04:26 PM
  2. Delete 800 links one at a time ?
    By killipso in forum v5.x
    Replies: 2
    Last Post: 01-26-2004, 10:55 AM
  3. Replies: 18
    Last Post: 12-27-2003, 05:35 PM
  4. Special Import of GT links
    By esm in forum v5.x
    Replies: 4
    Last Post: 05-21-2003, 05:12 PM
  5. Replies: 19
    Last Post: 04-03-2003, 01:35 AM

Posting Permissions

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