T O P I C R E V I E W |
Lon |
Posted - 18 April 2008 : 09:02:17 I found a new bug, but I don't know what is causing it.
If you type then put a web site www.google.com
My picture will not show up. However, if I were to put http:// in front of the web site, it does work.
< |
11 L A T E S T R E P L I E S (Newest First) |
HuwR |
Posted - 22 April 2008 : 15:24:22 try the fix I posted here rather than just commenting the line out.< |
HuwR |
Posted - 21 April 2008 : 08:07:31 I think the fix that I posted a few weeks ago re url parsing may have already fixed that< |
ruirib |
Posted - 21 April 2008 : 05:17:06 Lon found out that if he posted a url just before posting an image using the image tag, the image would not show properly. Seems like it was some strange "interaction" between URLS without tags and image tags.< |
Shaggy |
Posted - 21 April 2008 : 05:09:58 Am I missing something? What was the "problem"?
< |
HuwR |
Posted - 20 April 2008 : 08:58:57 well, not really a fix is it, since you have actually removed some functionality < |
Lon |
Posted - 18 April 2008 : 14:01:37 I really appreciate your suggestions, however it's normal for users to display a web address and then post a picture. I cannot expect users to add additional coding when it works most of the time. I'll have to work on my own fix.
Again, I do appreciate your time and assistance.
Lon
FYI - my fix is to remove the following line from inc_func_common.asp. It forces people to use other means if they want their site to be clickable.
' fString = ChkURLs(fString, " www.", 3)< |
ruirib |
Posted - 18 April 2008 : 13:43:21 quote: Originally posted by MaD2ko0l
or just put the http:// part into the link as u stated, that will work.
I guess the issue with that is that it will show the http:// before and they may not want it.< |
MaD2ko0l |
Posted - 18 April 2008 : 13:34:35 or just put the http:// part into the link as u stated, that will work.< |
ruirib |
Posted - 18 April 2008 : 13:26:39 Tell them to use the url tag like this, when doing what causes the issue:
[url="http://www.google.com"]www.google.com[/url] < |
Lon |
Posted - 18 April 2008 : 13:22:56 lol
hmmm.. is that what I tell the users?< |
ruirib |
Posted - 18 April 2008 : 10:03:07 I fixed it for you, edit your post to see what I did.< |