Bugs » autoadd and reciprocal links

added on Mar 28, 2009 by mike
Hi, I just installed linkex and I really like it. If I use the autoadd function I can only link from one page. What I
would like to send to the linkpartners is that their link is not on say http://www.homepage.com but
http://www.homepage.com/linkpage.php. How can I do this with the autoadd function? Maybe you can add another field just
for the reciprocal url.
added on Mar 29, 2009 by v0id
Hi,

when using the autoadd function, LinkEX will use the field called URL in the form to enter into the reciprocial field on
the external site, and for the link URL it'll use one of the URLs configured in the admin settings (Website URL and
Alternative backlinks)

v0id
added on Mar 29, 2009 by mike
Hi, it takes only the link I filled in at url and used them for both the reciprocal and the
main url and doesn't use any of the defined urls in the admin settings.

I changed the code to take the url from the admin settings. In the function linkex on line 2295 I changed this:
'lurl' => $link, into this: 'lurl' => $config->url,

both the lurl and rurl pointed to the variable $link.
added on Mar 29, 2009 by v0id
Hi,

yes you are correct, that's pretty retarted, I actually remembered that it took the URLs from the settings.
I'll implement it into the next release.

Thanks alot for pointing it out!

v0id

Add reply

This thread has been inactive for more than 14 days, so it has been locked.

Feel free to create a new thread with your questions.