View Full Version : removing recip on submit page
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?
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
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
vBulletin® v3.8.0, Copyright ©2000-2012, Jelsoft Enterprises Ltd.