Results 1 to 13 of 13

Thread: Reciprocal Link feature not working

  1. #1
    tyankee is offline Registered User
    Join Date
    Jun 2006
    Posts
    53

    Default Reciprocal Link feature not working

    i have had my directory for over 5 years now and never required reciprocal links until i tried to change that yesterday by going to the admin section and setting it to require reciprocal links.. but it doesn't work.. i am still able to add a link without specifying a reciprocal link.. try it at Find a Web Designer Directory for Website Design. 123FindaWebDesigner.com

  2. #2
    FSGDAG's Avatar
    FSGDAG is offline Moderator
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    I'm not sure if this is the solution, but did you 'Update Category Paths' after enabling reciprocal links?
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  3. #3
    tyankee is offline Registered User
    Join Date
    Jun 2006
    Posts
    53

    Default

    Quote Originally Posted by FSGDAG View Post
    I'm not sure if this is the solution, but did you 'Update Category Paths' after enabling reciprocal links?
    just tried that and still doesn't work...

  4. #4
    tyankee is offline Registered User
    Join Date
    Jun 2006
    Posts
    53

    Default

    still waiting for an answer on this one.. the reciprocal url check is marked as 'yes' but users still can add their links WITHOUT entering a reciprocal URL.. the site is Find a Web Designer Directory for Website Design. 123FindaWebDesigner.com.. are there writers of this software on this forum??

  5. #5
    tyankee is offline Registered User
    Join Date
    Jun 2006
    Posts
    53

    Default

    is anyone here?? is there somewhere i can submit a ticket?? i paid good money for this software and this feature is NOT working.. please help..

  6. #6
    FSGDAG's Avatar
    FSGDAG is offline Moderator
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    You can try to submit a ticket to support (at) nicecoder.com, but it would seem they are rather slow in answering them.
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  7. #7
    tyankee is offline Registered User
    Join Date
    Jun 2006
    Posts
    53

    Default

    Quote Originally Posted by FSGDAG View Post
    You can try to submit a ticket to support (at) nicecoder.com, but it would seem they are rather slow in answering them.
    tried that 2 days ago but no answer yet.. you think for the price of this software, support would be much better.

  8. #8
    FSGDAG's Avatar
    FSGDAG is offline Moderator
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    Quote Originally Posted by tyankee View Post
    tried that 2 days ago but no answer yet.. you think for the price of this software, support would be much better.
    Agreed!
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  9. #9
    tyankee is offline Registered User
    Join Date
    Jun 2006
    Posts
    53

    Default

    ok, now i'm willing to pay someone to fix this since i can't get support from the software people. please send me bids on what it would cost to fix this.. or maybe a bid on what it would cost to move to a better directory structure..

  10. #10
    FSGDAG's Avatar
    FSGDAG is offline Moderator
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    Your probably better off going over to ScriptLance.com or eLance.com and post a job for it. You'll find many PHP and MySQL programmers that will bid for the job. I'm not sure if your going to get too much attention with this here.
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  11. #11
    pungky's Avatar
    pungky is offline Super Moderator
    Join Date
    Mar 2009
    Posts
    143

    Default

    Hi, actually this feature has been removed in the previous release for some reason. It seems we will re-add this feature in the next release.

    Here's the quick fix
    open add.php

    find
    PHP Code:
        elseif (!empty($add_cat1) && !empty($add_cat2) && $add_cat1 == $add_cat2)
          
    $error_msg $msg['10118']; 
    then add this line
    PHP Code:
        elseif (IsReciprocalRequired(__FILE__)) {
          if (!
    IsValidReciprocalURL($url$reciprocal_url)) {
            
    $error_msg $msg['10119'];
          }
        } 
    Hope this will work

  12. #12
    pungky's Avatar
    pungky is offline Super Moderator
    Join Date
    Mar 2009
    Posts
    143

    Default

    Hi, actually this feature has been removed in the previous release for some reason. It seems we will re-add this feature in the next release.

    Here's the quick fix
    open add.php

    find
    PHP Code:
        elseif (!empty($add_cat1) && !empty($add_cat2) && $add_cat1 == $add_cat2)
          
    $error_msg $msg['10118']; 
    then add this line
    PHP Code:
        elseif (IsReciprocalRequired(__FILE__)) {
          if (!
    IsValidReciprocalURL($url$reciprocal_url)) {
            
    $error_msg $msg['10119'];
          }
        } 
    Hope this will work

  13. #13
    tyankee is offline Registered User
    Join Date
    Jun 2006
    Posts
    53

    Default

    Quote Originally Posted by pungky View Post
    Hi, actually this feature has been removed in the previous release for some reason. It seems we will re-add this feature in the next release.

    Here's the quick fix
    open add.php

    find
    PHP Code:
        elseif (!empty($add_cat1) && !empty($add_cat2) && $add_cat1 == $add_cat2)
          
    $error_msg $msg['10118']; 
    then add this line
    PHP Code:
        elseif (IsReciprocalRequired(__FILE__)) {
          if (!
    IsValidReciprocalURL($url$reciprocal_url)) {
            
    $error_msg $msg['10119'];
          }
        } 
    Hope this will work


    WOW!!!! that worked great... i never thought i'd get an answer.. n ow if i could only get an answer as to why the 'fetch meta' is not working when you try to add a link.. i'ver read all the threads relating to this but nothing works.. the 'update meta' works fine from the admin section...

Similar Threads

  1. Reciprocal link only for free listings?
    By wslade in forum v5.x
    Replies: 2
    Last Post: 08-29-2009, 05:11 AM
  2. reciprocal link
    By spin in forum v5.x
    Replies: 8
    Last Post: 08-22-2007, 10:13 PM
  3. Checking reciprocal link
    By enrico in forum v5.x
    Replies: 1
    Last Post: 09-21-2006, 07:02 AM
  4. Replies: 1
    Last Post: 06-27-2005, 04:33 AM
  5. Reciprocal Link Feature?
    By Kosmo in forum Pre-Sales Questions
    Replies: 12
    Last Post: 08-08-2004, 04:09 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
  •