PDA

View Full Version : removing recip on submit page


munt
05-24-2006, 06:17 AM
well i removed the option in admin panel but it still shows the options on the submit page

im using 3.04
could anyone help me by telling me what to remove from the code?

Boby
05-24-2006, 11:20 AM
In admin panel:

System >> Edit Settings >> Link Submit >> Require reciprocal link: NO
System >> Edit Settings >> Link Submit >> Show reciprocal link field: NO
System >> Edit Settings >> Payments >> Enable payments: NO


To remove forever, check submit.tpl and remove:
Content visible to registered users only.

Boby

munt
05-24-2006, 12:21 PM
thanks :)

changing those things in admin did nothing for me :eek:
i removed that code
and also this.

{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 links 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 links with reciprocal{/l}</td><td>{l}free{/l}</td></tr>
{/if}


and it worked
thanks

agnivo007
05-24-2006, 02:05 PM
I think it was better to upgrade to 3.05 instead of the permanent mod...I think it would have worked in 3.05