Webmastersite.net
Register Log In

Reciprocal Link URL In Admin CP
iReciprocal lnk URL in admin cp adds characters

Comments on Reciprocal Link URL In Admin CP

Festus
Beginner

Usergroup: Customer
Joined: Jul 30, 2005
Location: Kansas, USA

Total Topics: 4
Total Comments: 4
Festus
Posted Feb 18, 2007 - 8:25 PM:

Hi, When a new link is submitted I do not allow it to be automatically listed. Instead, I use the option for the admin to approve or decline it.

After a new link is submitted and I go to Validate Items in the admin panel, the "Reciprocal Link URL" is adding my site's url to the front of the reciprocal link url. For example, if the submitted link is:

www.SuggestedSite.com


the "Reciprocal Link URL" in the admin panel is

http://www.MySite.com/links/admin/www.SuggestedSite.com
.

This began after a recent upgrade to 4.0.16.

Thank you.
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Feb 20, 2007 - 2:39 AM:

www.SuggestedSite.com is not a url, so when you tell a web browser to go to www.SuggestedSite.com it presumes it must be a relative link starting from the current location. http:// should be prefilled to encourage people not to forget it. It looks like the pre-filling has stopped working, will fix that. In suggest.php,
if ($settings->nohttp == 'yes') $blanklink->url = 'http://';  
should become
if ($settings->nohttp == 'yes') { $blanklink->url = 'http://';  $blanklink->recipurl = 'http://'; }
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



This thread is closed, so you cannot post a reply.