sgallery
07-18-2005, 11:26 AM
Hi,
seems that validate link (check reciprocal links) is not worked. :?
At registration (submit form) the script is capable to see reciprocal link, but in admin area I receive " Not Found " in " recipr. Valid " column.
:arrow: {broken url removed}
Version RC3 worked well, but despite of some improvements in RC4 it perhaps the most serious bug.
Also it seems to me that presence "ID" at a code of reciprocal link creates inconveniences and is superfluous. It would be good if the script could estimate PageRank of reciprocal page (not home page) and depending on options in ADMIN could add, or not link of new partner if PageRank of reciprocal page is 0.
In the form of own code is absent description. I have added this variable (if who that is interested in this updating, can write to me.
Sample: /directory.arts.md/submit.php
Solve problem:
In /template/submit.tpl file find (line 98 )
<textarea name="RECPR_TEXT" rows="2" readonly="true" cols="37" class="text"><a href="{$smarty.const.SITE_URL}" id="R{$recpr_id|string_format:"%X"}">{$smarty.const.SITE_NAME}</a></textarea>
and replace with:
<textarea name="RECPR_TEXT" rows="2" readonly="true" cols="37" class="text"><a href="{$smarty.const.SITE_URL}" id="R{$recpr_id|string_format:"%X"}">{$smarty.const.SITE_NAME}</a><br>{$smarty.const.SITE_DESC}</textarea>
Sorry for my English.
seems that validate link (check reciprocal links) is not worked. :?
At registration (submit form) the script is capable to see reciprocal link, but in admin area I receive " Not Found " in " recipr. Valid " column.
:arrow: {broken url removed}
Version RC3 worked well, but despite of some improvements in RC4 it perhaps the most serious bug.
Also it seems to me that presence "ID" at a code of reciprocal link creates inconveniences and is superfluous. It would be good if the script could estimate PageRank of reciprocal page (not home page) and depending on options in ADMIN could add, or not link of new partner if PageRank of reciprocal page is 0.
In the form of own code is absent description. I have added this variable (if who that is interested in this updating, can write to me.
Sample: /directory.arts.md/submit.php
Solve problem:
In /template/submit.tpl file find (line 98 )
<textarea name="RECPR_TEXT" rows="2" readonly="true" cols="37" class="text"><a href="{$smarty.const.SITE_URL}" id="R{$recpr_id|string_format:"%X"}">{$smarty.const.SITE_NAME}</a></textarea>
and replace with:
<textarea name="RECPR_TEXT" rows="2" readonly="true" cols="37" class="text"><a href="{$smarty.const.SITE_URL}" id="R{$recpr_id|string_format:"%X"}">{$smarty.const.SITE_NAME}</a><br>{$smarty.const.SITE_DESC}</textarea>
Sorry for my English.