Results 1 to 14 of 14

Thread: approving new links

  1. #1
    Join Date
    Aug 2008
    Posts
    57

    Talking approving new links

    Where do you make the change so new links need to be approved before appearing in the directory?
    :-)

  2. #2
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    You set it in the Categories. I'm not sure how you would go about doing it after you've already have 1000+ categories. I would imagine a 'Find and Replace' in the Admin section might help.
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  3. #3
    Join Date
    Aug 2008
    Posts
    57

    Default

    Thanks for that I guess I'll do it manually unless a helpful programmer reads this and comes to the rescue.
    Maybe an easy way might get written into the program in the future.
    cheers
    pete

  4. #4
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    Pete...

    Dody might be able to confirm this, but you should be able to do the following:

    In the Admin Panel, goto Database -> Find and Replace

    Select Table = idx_category
    Select Field = permission
    From What = 0 ( zero ) <-- Do not add the brackets. I put that there so you didn't use a char instead of the numerical
    Replace What = 1

    Once its complete, you should go to Admin Panel -> Category -> Update Category Path

    A couple of notes:

    1 - You need to have 1.4 installed. There was a bug in 1.3 and previous versions that Find and Replace didn't work

    2 - Before doing this MAKE A BACKUP of your entire site, especially the database. This way if it gets screwed up, your not starting from scratch!
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  5. #5
    Join Date
    Aug 2008
    Posts
    57

    Default

    Sorry , hadn't looked: re find and replace.
    I upgraded to 1.4 and backed up etc . Everything was going great :-)
    Then got to the Admin panel and don't have the option to select permission in the drop down menu.
    Screen shot attached so you can see.
    Any further help would be great. Cheers
    pete

  6. #6
    Join Date
    Aug 2008
    Posts
    57

    Default

    It had the following error message after I had another look.
    Thanks
    Pete

  7. #7
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    Pete...

    After you uploaded the new files, did you run the install again? The procedure for upgrading is

    - Upload all files ( overwriting the existing files, except for /application.php and /key.php )
    - Open in your web browser http://www.<your_site>.<tld>/install/install.php
    - Choose UPGRADE from the previous version you were using

    Once that is done, make sure you delete the /install directory so that your site cant be compromised.

    Looking at your screen shot in the 'Find and Replace' your missing text that is in mine. So my thought is that you haven't run the upgrade yet.
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  8. #8
    Join Date
    Aug 2008
    Posts
    57

    Default

    The upgrade seemed to go well/ by the book. I am missing a PHP module but asked about this a while ago and found it is only the do with language translation.
    That error is strange as I went to the file mentioned and it only has 100 odd lines but looks complete.
    What text is missing?
    Pete

  9. #9
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    Attached is the screen shot of what it should look like.

    May I suggest that you upgrade from IE8 or install FF 3.5 or Chrome. I doubt thats your total issue, but atleast you would be taking one problem out of the equation
    Attached Images Attached Images
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  10. #10
    Join Date
    Aug 2008
    Posts
    57

    Smile

    I've installed FF and get the attached shot still.
    I have to go and will have to take it up again later.
    Thanks for the help.
    pete

    Capture3.jpg

  11. #11
    Join Date
    Aug 2008
    Posts
    57

    Default

    Hi back again. Still no luck with that problem. Any more help would be great.
    pete :-)

  12. #12
    Join Date
    Aug 2008
    Posts
    57

    Default

    Dear FSGDAG
    Had a thought, I am using the plurkified theme which was not upgraded. Is it the file contained in that theme that needs changing??

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

    Default

    The category permission:

    0 : No need editor's approval
    1 : Require editor's approval
    2 : Not allowed (Invisible in add/modify a listing)
    3 : Not allowed (Visible in add/modify a listing)

    In order to update all category, run the following query in phpmyadmin or indexu query box:

    Code:
    UPDATE idx_category SET permission = '1'

  14. #14
    Join Date
    Aug 2008
    Posts
    57

    Default

    Thanks Dodo,
    That worked perfectly!!!
    Cheers
    Pete :-)

Similar Threads

  1. import Links and including generation of users for the links
    By macangelo in forum INDEXU DELUXE v1.x
    Replies: 3
    Last Post: 11-11-2008, 04:19 PM
  2. Replies: 1
    Last Post: 12-13-2007, 11:01 PM
  3. Update to 5.3 : Problems approving links
    By webwerx in forum v5.x
    Replies: 5
    Last Post: 09-20-2006, 07:59 PM
  4. check for duplicate before approving ?
    By lewisw in forum v3.2
    Replies: 0
    Last Post: 08-22-2003, 10:23 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
  •