Quote:
Originally Posted by hankster
Looks like that fixes the cut/paste text link issue but the bb url code still doesn't work. Below is how I am entering it.
PHP Code:
[url]http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&category=632&item=4342618326&rd=1[/url]
|
That's the problem. It's looking for [code][url=http://...]text[url]
It's done that way because that's the way the wysiwyg editor handles urls.
So, it will not parse urls put in the way you describe unless you add another section that will look for and parse urls in that format.