Webmastersite.net
Register Log In

IF no url then no check recip

Comments on IF no url then no check recip

babrees
Expert

Usergroup: Customer
Joined: Aug 19, 2005
Location: England

Total Topics: 391
Total Comments: 1303
babrees
Posted Oct 26, 2006 - 12:52 AM:

I don't suppose this is possible, but...

A club wishes to have links for their members. Some do not have a website so it will just be for their email. Those who have a web site and want a link to it, the link must be reciprocal.

Is there a way I can say <IF {URL}> then check for a reciprocal link ?

Paul
developer

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

Total Topics: 61
Total Comments: 7868
Paul
Posted Oct 26, 2006 - 3:14 AM:

   if (($type == 'recip' || strlen($recipurl) > 10) && $switches['requirerecip'])
->
   if (($type == 'recip' || strlen($recipurl) > 10) && $switches['requirerecip'] && $url)
in suggest.php ought to do it. I'll make that change since there's no reason to ever check when there's no url.
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



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