2012-10-29, 10:05:06
Carlos Wrote:If you don't fill the icon field for a link, it appears in the page source code as:
Code:<img src="http://" />
If you leave the field empty, then it appears as:
Code:<img src="" />
Isn't it possible to have links without icons?
Hi Carlos
Thanks for the reports.
I had put an isset($icon) in code but that didn't stop it getting echoed because it was set with empty string!!
Thanks for spotting that.
You shouldn't be able to submit with just "http://" in the icon field.
I get a "Please enter valid URL" error.
Can you confirm that the code is allowing you to submit??