Is there a way to not display a blank image holder box [x] if no image is uploaded?
Also is there a way to not show the http:// until a web site is added?
thanks!
Is there a way to not display a blank image holder box [x] if no image is uploaded?
Also is there a way to not show the http:// until a web site is added?
thanks!
<%if $image|file_exists%><img src="<%$image%>" /><%/if%> solves your first question.
The second question I don't understand. Where is the http:// showing that you want to remove?
Hi Bruce, thanks for the quick reply.
we are adding a lot of listings to our directory, we are adding businesses manually. the idea is that when they see their listings, they will want to upgrade to add their web address (URL).
So when there is no URL for the listing, or the company doesn't have a web site, it displays a hyperlink: http:// (that goes nowhere)
thanks again,
B
That is, it displays it in their listing's detail section....
I gotcha, Deluxe can do this on it's own, but 5.x cannot. You will need to edit link.class.php and remove the http://