HOME | DOWNLOAD | SUPPORT | INSTALLATION | FAQ | SUPPORT FORUM | DEMO
 ° Forums ° Statistics ° Registration ° Search ° Manual °
SkaLinks Forum / Technical Support / More Search Engine Spidering Information
<< . 1 . 2 .
Author Message
skalinks
Admin

Posted: 27 Oct 2005 06:47:39


May be, I hope that it will work, if you will get some changes, please, tell us about it.
Thank you

Anonymous


Posted: 27 Oct 2005 11:21:40


Ok ,no problem, but we should also think about <form> tags too, cause i think it also can be the reason of not indexing the links..

Anonymous


Posted: 27 Oct 2005 11:26:00


BUG so do you know how to remove the form tags from user side? Help me please...

bug


Posted: 27 Oct 2005 11:34:07


Great Admin wrote:

"Concerning the links that are in the <form> tag, I think that it is not a problem of none indexing the pages."

Dear Admin, please answer some questions. We know that indexed links and non-indexed links all exist on the same page. In this situation everybody will ask three simple and obvious questions:

1. What is similarity for all indexed links?
2. What is similarity for all non-indexed links?
3. What is difference in the indexed and non-indexed links?

You know My answers. Sorry, but I should repeat:

1. ALL non-indexed links are INSIDE form.
2. ALL indexed links are OUTSIDE form.

Do You know another answers to questions above? Please, disclose Your top secret.

bug


Posted: 27 Oct 2005 11:46:31


Anonymous, if You will edit php code, than You can not upgrade software to the new version or You will have trouble. Did You saw in reply above, that our lovely Admin promise to remove this tag? Wait, we all hope for our Admin.

Slavik


Posted: 28 Oct 2005 04:14:32


Admin make the changes PLEASE,
I think it's not hard to do that...

skalinks
Admin

Posted: 28 Oct 2005 10:12:29


I will remove tag <form> for visitors in new version, but if you do not want to wait for the realease of new version, I can show you how to do it now:
1. Open the cat.tpl file in templates folder.
2. Find this part of code:

{/if}
<!--LINKS BLOCK--!>
<div id="Links">
<form name = 'links_action' action = "{$smarty.server.PHP_SELF}?page={$_output.links_page}" method = post>

2. Replace this code with

{/if}
<!--LINKS BLOCK--!>
<div id="Links">
{if $ADMIN}
<form name = 'links_action' action = "{$smarty.server.PHP_SELF}?page={$_output.links_page}" method = post>
{/if}

3. Find this code:

{if $ADMIN && $_output.links}
<input type=checkbox OnClick=" setCheckboxes( 'links_action', this.checked ) ; " >
<input class='btn' name = 'delete_links' TYPE = 'submit' VALUE = 'Delete' title='{$_skalinks_lang.link.delete}'>
<input class='btn' name = 'check_broken_links' TYPE = 'submit' value='{$_skalinks_lang.link.check_broken}'>
<input class='btn' name = 'check_recip_links' type = 'submit' value='{$_skalinks_lang.link.check_recip}'>
<input class='btn' name = 'approve_link' type='submit' value ='{$_skalinks_lang.link.approve}'>
<input class='btn' name = 'disapprove_link' type='submit' value='{$_skalinks_lang.link.disapprove}'>
{/if}
</form>

4. Replace this code:

{if $ADMIN && $_output.links}
<input type=checkbox OnClick=" setCheckboxes( 'links_action', this.checked ) ; " >
<input class='btn' name = 'delete_links' TYPE = 'submit' VALUE = 'Delete' title='{$_skalinks_lang.link.delete}'>
<input class='btn' name = 'check_broken_links' TYPE = 'submit' value='{$_skalinks_lang.link.check_broken}'>
<input class='btn' name = 'check_recip_links' type = 'submit' value='{$_skalinks_lang.link.check_recip}'>
<input class='btn' name = 'approve_link' type='submit' value ='{$_skalinks_lang.link.approve}'>
<input class='btn' name = 'disapprove_link' type='submit' value='{$_skalinks_lang.link.disapprove}'>
</form>
{/if}

Slavik


Posted: 28 Oct 2005 15:42:45


Thank You..

<< . 1 . 2 .