i have url's enabled, but it seems random as to which ones work an which don't. some show up and can be clicked, others are a blank line. 6.1.6 and 6.1.5 same problem. chat is 3.5.0003
i have url's enabled, but it seems random as to which ones work an which don't. some show up and can be clicked, others are a blank line. 6.1.6 and 6.1.5 same problem. chat is 3.5.0003 |
do you have url_mod_rerwrite turned on in apache mods ?
i might be wrong but that might be why you got broken urls, give it a try |
i'm talkint aoubt if a user in chat types in http://www.site.com sometimes it is just blank. not borken urls or rewriting going on. |
It's because html still seems to be enabled in chat I think, it's the // in http// that's killing the links, if you put a couple spaces after the link it shows but tends to drop it's last letter. I've no idea what the fix is, I can't seem to find an answer, and I have no idea what a url_mod_rewrite is. If I find a solution I'll post back here. |
that's interesting...for me some links always show up, and others are just completely blank. mod_rewrite is an apache module that rewrites url's as they come into your server, typically for url sanitizing to make a ssite more google friendly, or for redirecting. it's not an issue with the url's in chat issue. |
yup..trailing spaced do make them show up with the last letter not part of the link. not real helpful, but a start... |
ending a url with either /, //, or # seems to be a workaround for this. |