If you are having a problem using AutoAdd when you have a different reciprocal link than the link you want to put on
the
other site, then this is the fix.
Line numbers are for version 20090603 but on newer versions it may be close by that area.
As soon as it makes it into a updated version, please delete this post.
In the file "index.php", in function linkex on line 2926 change this:
'lurl' => $link, into this: 'lurl' => $config->url,
Now it will send your main link for people to click on, but the reciprocal link will be used to check where the links
are on your site (or maybe a different site, depending on if you are doing 3rd party or not).
You should always enter your reciprocal link into the "URL" box on the AutoAdd form at the top. (yea, that's
not very clear is it)
If you get tired of entering it into the "URL" box, change this on line 6473:
value=\"{$_POST['url']}\"
to
value=\"http://yourdomain/your-link-page.html\"
Line 4327 is a very long line, you need to make sure your editor doesn't wrap lines automatically before you do any
editing on this file.
These lines are a little below the line you need to modify, this may help you find it:
<td class=\"key\">Link Sites:<br />
(One URL pr. line)<br />
(URL to trade form)</td>
It's only a temporary fix and a settings entry should be made for the reciprocal link.
Some of this info was posted by "mike" on Mar 29, 2009.
the
other site, then this is the fix.
Line numbers are for version 20090603 but on newer versions it may be close by that area.
As soon as it makes it into a updated version, please delete this post.
In the file "index.php", in function linkex on line 2926 change this:
'lurl' => $link, into this: 'lurl' => $config->url,
Now it will send your main link for people to click on, but the reciprocal link will be used to check where the links
are on your site (or maybe a different site, depending on if you are doing 3rd party or not).
You should always enter your reciprocal link into the "URL" box on the AutoAdd form at the top. (yea, that's
not very clear is it)
If you get tired of entering it into the "URL" box, change this on line 6473:
value=\"{$_POST['url']}\"
to
value=\"http://yourdomain/your-link-page.html\"
Line 4327 is a very long line, you need to make sure your editor doesn't wrap lines automatically before you do any
editing on this file.
These lines are a little below the line you need to modify, this may help you find it:
<td class=\"key\">Link Sites:<br />
(One URL pr. line)<br />
(URL to trade form)</td>
It's only a temporary fix and a settings entry should be made for the reciprocal link.
Some of this info was posted by "mike" on Mar 29, 2009.