PHPLD Free Version - Paid links Only?

Discussion in 'Directories' started by johno123, Aug 14, 2009.

  1. #1
    Hi all,

    I hope this is the right place to ask this..

    I have the free version of phpld running at my site. I want to know if there is a way to have it so all links submitted are paid only..?

    I want to get rid of the reciprocal links option altogether.

    Because...most people choose the paid links option, or the recprocal option and then go ahead and submit there link. But, they dont actually set a reciprocal link, and do not pay for paid links. They just skip that part. And the site still submits the link for moderation by me. Which creates alot of links to go through. I have to go through the links and sort which ones are reciprocal and paid for or not., before i approve them. And that sucks alot!

    I want to have a paid links option only. Charge 1$ for a link or whatever, then i will approve when they have paid.


    Or maybe do i need a different directory script to achieve this option..?


    i hope all that made sense... :)


    Any help would be greatly appreciated..
     
    johno123, Aug 14, 2009 IP
  2. AnthonyDaly

    AnthonyDaly Greenhorn

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #2
    I think the best way to eliminate the option for reciprocal links is to edit the 'submit.tpl' file in your templates directory. You need to delete the lines

    {if $price.reciprocal gt 0}
    <tr><td><input type="radio" name="LINK_TYPE" value="reciprocal"{if $LINK_TYPE eq 'reciprocal'} checked="true"{/if} />{l}Regular link with reciprocal{/l}</td><td>${$price.reciprocal}</td></tr>
    {elseif $price.reciprocal eq 0}
    <tr><td><input type="radio" name="LINK_TYPE" value="reciprocal"{if $LINK_TYPE eq 'reciprocal'} checked="true"{/if} />{l}Regular link with reciprocal{/l}</td><td>{l}free{/l}</td></tr>
    {/if}

    Hope that helps.
     
    AnthonyDaly, Oct 22, 2010 IP
  3. john.c

    john.c Active Member

    Messages:
    115
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #3
    Login /admin/ > System > Edit settings > Payment > Set: Recpr. price > 0
     
    john.c, Oct 22, 2010 IP
  4. AnthonyDaly

    AnthonyDaly Greenhorn

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #4
    That will make the reciprocal links free, however the original poster wanted to take away the ability to have reciprocal links at all, and the code to delete that I posted above is the one to do this :)
     
    AnthonyDaly, Oct 22, 2010 IP