Hey Guys,
Bruce said that the http:// can be removed from IndexU deluxe from the detail page if a URL isn't entered when adding a listing... I just can't seem to see where.
Anyone know?
thanks in advance!
B
Hey Guys,
Bruce said that the http:// can be removed from IndexU deluxe from the detail page if a URL isn't entered when adding a listing... I just can't seem to see where.
Anyone know?
thanks in advance!
B
In add.php line 57
$url = "http://";
But it's a bad idea like I said. Users are going to add URL's like blah.com and www.blah.com and IndexU is going to resolve them as http://www.yoururl.com/blah.com and http://www.yoururl.com/www.blah.com which obviously won't work.
Hey Bruce, I have Deluxe version.... Does this make any difference?
Sorry, I posted this in the wrong section of the forum.
Makes no difference.
What you should do is disable URL's in Default Fields if you don't want to force users to have to add a URL. Disabling the URL simply means that it is not required, but users can still add it.