Directory Issues

Discussion in 'Directories' started by junosama, Nov 22, 2007.

  1. #1
    Two questions, with php link directory im having trouble disabling the reciprocal links option. I thought i checked off all the right options in the admin to disable it but it still seems to show under my regular and featured listings and above the captcha any thoughts or ideas of what im forgetting to do?

    Second is there a deep links feature in php link directory or is that something u have to custom code into your submit form?

    Thanks guys I know I ask a lot of questions, but I'm almost all set =)
     
    junosama, Nov 22, 2007 IP
  2. SilkySmooth

    SilkySmooth Well-Known Member

    Messages:
    1,583
    Likes Received:
    269
    Best Answers:
    0
    Trophy Points:
    180
    #2
    1) You need to remove the HTML code from your template to remove it completely (Yeah I know, it kinda makes the admin options pointless, but complain to the owners and they might get it fixed.)

    2) You need to custom code it.

    Paid version contact an0n

    Free version is available from the Rakcha Blog

    HTH
     
    SilkySmooth, Nov 22, 2007 IP
  3. choice

    choice Prominent Member

    Messages:
    5,444
    Likes Received:
    490
    Best Answers:
    0
    Trophy Points:
    350
    Digital Goods:
    2
    #3
    in your admin make sure reciprical link is turned off

    then in your submit.tpl file remove the following code

    {if $ShowReciprField == 1}
    			   <tr>
    			   <td class="label">{if $recpr_required}<span class='req'>*</span>{/if}{l}Reciprocal Link URL{/l}:</td>
    			   <td class="field">
    			      <input type="text" name="RECPR_URL" value="{$RECPR_URL|escape|trim}" size="40" maxlength="255" class="text" />
    			      {validate form="submit_link" id="v_RECPR_URL" message=$smarty.capture.invalid_url}
    			      {validate form="submit_link" id="v_RECPR_ONLINE" message=$smarty.capture.url_not_online}
    			      {validate form="submit_link" id="v_RECPR_LINK" message=$smarty.capture.recpr_not_found|replace:'#SITE_URL#':$smarty.const.DEFAULT_RECPR_URL}
    			      <br />
    			      <p class="small">{l}To validate the reciprocal link please include the<br />following HTML code in the page at the URL<br />specified above, before submiting this form:{/l}</p>
    			      <textarea name="RECPR_TEXT" rows="2" readonly="readonly" cols="50" class="text">&lt;a href="{$smarty.const.DEFAULT_RECPR_URL}"&gt;{$smarty.const.DEFAULT_RECPR_TITLE}&lt;/a&gt;</textarea>
    			   </td>
    			   </tr>
    			   {/if}
    Code (markup):
     
    choice, Nov 22, 2007 IP
  4. junosama

    junosama Active Member

    Messages:
    298
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #4
    ty guys thanks, actually ive been thinking about reciprocal links, would it be better to keep them but just charge for them that way u get some site linking back to you and making u rank better for certain keywords? I was thinking like

    reciprocal link 14.95
    normal link 19.95
    normal link with 3 deep links 24.95
    featured link 29.95
    featured link with 5 deep links 34.95

    or should i go much simpler?
     
    junosama, Nov 23, 2007 IP
  5. choice

    choice Prominent Member

    Messages:
    5,444
    Likes Received:
    490
    Best Answers:
    0
    Trophy Points:
    350
    Digital Goods:
    2
    #5
    in my experience nobody pays for a reciprocal link
     
    choice, Nov 23, 2007 IP
  6. junosama

    junosama Active Member

    Messages:
    298
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #6
    True i forgot they are not really valuable...
     
    junosama, Nov 23, 2007 IP
  7. DownUnder

    DownUnder Well-Known Member

    Messages:
    1,251
    Likes Received:
    152
    Best Answers:
    0
    Trophy Points:
    105
    #7
    always keep it as simple as you can. I try and plan for 5 year old to use any of my work.
     
    DownUnder, Nov 23, 2007 IP