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.
As soon as it makes it into a updated version, please delete this post.
In the file "index.php", in function linkex on line 2295 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 4327:
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.
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.
other site, then this is the fix.
As soon as it makes it into a updated version, please delete this post.
In the file "index.php", in function linkex on line 2295 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 4327:
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.
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.