| Author |
Message |
lonnyc Member
|
Posted: 7 Mar 2010 17:01:02
I like the script however I dont like the add link button. is their a way to remove this or block webmasters from adding their sites. thank you.
|
peppi Member
|
Posted: 8 May 2010 14:08:59
good question and i also would like to have the answer to it
but it seems that this forum is dead
|
diabolicbg Member
|
Posted: 10 May 2010 12:11:31 | Edited by: diabolicbg
Yes the forum is dead - gathering place of spammers. But and other people are living, except you. ;)
Open your directory folder/templates/header.tpl with some text editor like notepad. Find the rows
{/if}
<a class="menu_nav" rel="nofollow" href="{$_skalinks_url.dir}add_url.php?cat={$_output.cat_info.ID}">{$_s kalinks_lang.header_links.add_url_link}</a> |
REPLACE IT with:
{/if}
<input type="button" style="background-color: #333333; color:#ffffff; font-size: 11px" value="Add URL" onClick="window.location.href='{$_skalinks_url.dir}add_url.php?cat={$_ output.cat_info.ID}'"> |
This will change add_url link to button. You must change colors as they are in your template. The code I wrote for black template. You can see it on Darkstar - free link directory
Good luck! ;)
|
|