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 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://';
Comments on Reciprocal Link URL In Admin CP
Beginner
Usergroup: Customer
Joined: Jul 30, 2005
Location: Kansas, USA
Total Topics: 4
Total Comments: 4
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:
the "Reciprocal Link URL" in the admin panel is
.
This began after a recent upgrade to 4.0.16.
Thank you.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
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, should become