Links in posts don't work

Kestrana at 01h08
04
Dec
2011
Okay, I'm having a really bizarre problem when trying to put links in my posts.

This works:
Code:
[url]http://www.google.com[/url]


These don't work:
Code:
[url=http://www.google.com]Google[/url]
<a href="http://www.google.com">Google</a>


In the first case, it just prints
Code:
[url=http://www.google.com]Google[/url]
in the post.

In the second case, the equals sign (=) is converting to its entity code, =, which then breaks the link.

I have HTML and BBCode enabled both in the ACP and in my profile.

Example post

EDIT:
slg - thanks for the advice, but you're not reading the problem correctly. That code doesn't work - it just prints that entire code out on the page, it doesn't convert it to a clickable link.
1 slg, on 04/12/2011 at 03h36
If you are trying to post Google which is clickable use this code:

Code:
[url=http://www.google.com]Google[/url]

2 Guest, on 04/12/2011 at 06h54
Have you enabled BBCode/HTML from your profile? Profile => Preferences:
Always allow BBCode : Yes;
Always allow HTML : Yes.
Take sure that when you posting below the text field (exception quick reply) you have Disable HTML in this post or Disable BBCode in this post. Uncheck these options. Wink
3 slg, on 04/12/2011 at 08h14
Did you use my code or the one you posted?
4 Kestrana, on 08/12/2011 at 02h59
Glassy - as stated above, HTML and BBCode are BOTH enabled, in my profile AND in the ACP.

slg - your code is identical to the code I posted above that I said DOESN'T work.
5 LGforum, on 08/12/2011 at 03h10
Try using this:
Code:
[url="http://www.google.com"]Google[/url]


Also, have you tried using the URL box on the editor?
6 Kestrana, on 08/12/2011 at 14h30
Don't ask me to explain HOW this works, 'cause I haven't a clue. Makes absolutely zero sense to me, and I work in the web design field.

A link immediately following another link, with no space between them, works just fine. So I just added empty links in front of every link in my post, and it works exactly the way I want it to. For example:
Code:
<a href="" rel="nofollow"><a href="http://www.google.com">Google</a>


I can't say this is actually solved, per se, but I've got a workaround I can live with.

(For what it's worth, LGforum, your code did the same thing as the one without quotes: just printed the entire code out on the page, EXCEPT when I wrapped it in span tags.)
7 Sanket, on 09/12/2011 at 05h32
Topic Solved & Locked
Similar topics
Hello I made a blank page and find a layout on W3 schools website. My problem is when i add a link to it. The link will not work. Heres what the page looks like http://multicon.forumotion.com/h3-test-page heres the HTML code i'm
Gives the option to disallow users to post url's before they have posted x number of posts.
watching tv cookery progs, feck me, imagine being a filling in a sandwich between these two? GIZZI ERSKINE NIGELLA hubba hubba!
Replies 1 to 7 on 7 for "Links in posts don't work"
See also
more_less
Informations

7 Replies For the topic :
"Links in posts don't work"

This topic has been viewed 820 times.

Last message :
04/12/2011 at 01h08 by "Kestrana"