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 =)
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
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"><a href="{$smarty.const.DEFAULT_RECPR_URL}">{$smarty.const.DEFAULT_RECPR_TITLE}</a></textarea> </td> </tr> {/if} Code (markup):
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?