Results 1 to 14 of 14

Thread: How to set all categories to auto approve for Basic links?

  1. #1
    Join Date
    Apr 2008
    Posts
    21

    Default How to set all categories to auto approve for Basic links?

    Hello All,

    Is it possible to set all categories to accept links and automate the submission.


    Right now, i have BASIC free submission enabled, but when a user submits a link, i get the email as admin and so does the user.

    But when i log into admin back-end link is no where to be found? very strange.

    Can anyone help with this?

    thanks

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

    Default

    Do you have the categories so that an admin has to approve the link? If you have it so that all links are automatically approved, you'll still get the same e-mail as if they have to be approved.
    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
    Apr 2008
    Posts
    21

    Default

    i recall that long ago, either Bruce or someone else had given me a quick method to put all categories to require editors approval.

    Now, this only works if users submit links as paid, either premium or sponsored.

    If i submit a BASIC free links, nothing happens. The link is no where to be found. not even for approval or validation from the back end??

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

    Default

    Have you checked your SPAM links?

    Also, you might want to check out this thread...

    http://www.nicecoder.com/community/f...t-theyre-6798/

    Let me know if this helps
    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
    Apr 2008
    Posts
    21

    Default

    thanks for that. I have checked my spam links and nothing is in there.

    I have followed the chage in the old forum post you recommended to look in. I assume i had to add the extra or spam = '' after that in admin panel i get error message when i attempt to validate link>>
    Parse error: syntax error, unexpected T_STRING

    I am using 5.4.1

    Also, i have set all my categories to require editors approval, but yet, any free links are no where to be found.

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

    Default

    When you say they are no where to be found, are you speaking of just within the Admin panel or in the DB as well?!?!
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  7. #7
    Join Date
    Apr 2008
    Posts
    21

    Default

    Admin panel. I have not gone as far as looking in the DB tables.

  8. #8
    Join Date
    Apr 2008
    Posts
    21

    Default

    hmmm....,

    i do see the links i submitted as BASIC (Free) in the DB under this table: idx_link_temp

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

    Default

    Are they in idx_link???
    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
    Apr 2008
    Posts
    21

    Default

    nope. just under idx_link_temp in the url field.

  11. #11
    Join Date
    Apr 2008
    Posts
    21

    Default

    tell me exactly how i should insert this, from the previous old post??
    is the below just indicating to add this: or spam = ''

    -------------------------
    if (!$spam) {

    $links_obj->query = "select * from idx_link_temp where spam = '0' or spam = '' order by date desc, vid desc";

    }

    else {

    $links_obj->query = "select * from idx_link_temp where spam = '1' order by date desc, vid desc";

    }

    ---------------------------------------

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

    Default

    Well, that post was for 5.4 and not 5.4.1, so its possible it was fixed and no longer needed in 5.4.1. If its giving you an unexpected T-String error, I would remove it and ensure that validate links work again.

    I'm not the 'Offical NiceCoder Support Guy'... Bruceper is... You have three choices right now...

    1 - Wait until Bruceper comes back on the board and have him get into this...

    2 - Send an e-mail into support ( support (at) nicecoder.com ) and hope that one of the programmers or even Bruce picks up the ticket

    3 - Send me your FTP information and IndexU Admin information in a PM and see if I can figure out what the problem is. I'm not guaranting anything... But maybe I can see whats wrong.
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  13. #13
    Join Date
    Apr 2008
    Posts
    21

    Default

    FSGDAG ,

    thanks for all your help, i have opened a ticket, but i still tried to get help here. Seems like tickets might take long at time as they are busy with other things as well.

    thanks anyway.

  14. #14
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    If the listings are in idx_link_temp and not in idx_link then one of two things is happening.

    1) They need to be approved
    2) The database structure for idx_link is incorrect.

    Go to the admin panel - database - query and run the following

    alter table `idx_link_temp` change `spam` `spam` char(1) NOT NULL default '0';

    is the below just indicating to add this: or spam = ''
    Yes it is telling you to just add that into that line.

    If you're still having issues after this then send me your indexu login and phpmyadmin/control panel login to support

Similar Threads

  1. Replies: 9
    Last Post: 02-05-2007, 06:02 AM
  2. Replies: 2
    Last Post: 01-30-2007, 11:50 AM
  3. Auto Rotating Links out
    By Andre in forum v5.x
    Replies: 1
    Last Post: 12-19-2002, 09:37 AM
  4. Replies: 3
    Last Post: 04-26-2002, 11:46 PM
  5. Edit Before Approve ?
    By jamtc in forum v5.x
    Replies: 7
    Last Post: 02-20-2002, 04:50 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
  •