HOME | DOWNLOAD | SUPPORT | INSTALLATION | FAQ | SUPPORT FORUM | DEMO
 ° Forums ° Statistics ° Registration ° Search ° Manual °
SkaLinks Forum / Technical Support / Removing reciprocal link on add url page
Author Message
Will OHara
Member

Posted: 17 Jan 2006 10:53:43


Hi Skalinks,

Could you tell me what code i need to delete so that the recip link box does not appear on the add url page? I've turned it off in the admin panel but i'd like it not to appear at all.

thanks

Will

skalinks
Admin

Posted: 18 Jan 2006 03:41:22


Hello Will OHara
If you want to delete the displaying of reciprocal links in Add Links page, please, open the file add_url.tpl in templates folder, fin and delete this code
<tr>
<td class=input_txt><br>{$_skalinks_lang.add_link.link_back}</td>
<td><br><input type="text" name="link_back" size="50" maxlength="150" value="{if $smarty.post.link_back && $_output.info_inf}{$smarty.post.link_back}{else}http://{/if}"></td>
</tr>


thank you!

Will OHara
Member

Posted: 18 Jan 2006 06:02:27


Once again, excellent support!

Will