Info
- 5 posts
- 2 voices
- Started 3 years ago by nuttycoder
- Latest reply from nuttycoder
- This topic is resolved
links and code get converted in posts
-
- Posted 3 years ago #
I write tutorials on my forum and when I write links they are converted into actual links I really don't want it do do that instrad I want it to loave the link as it has been wrote like link also when I edit a post it converts all < into < and > into > how do I stop this from happening?
-
- Posted 3 years ago #
I see it does the same on this forum as well
this is what I should have been show:
I write tutorials on my forum and when I write links they are converted into actual links I really don't want it do do that instrad I want it to loave the link as it has been wrote like < a herf="file" >link< /a > also when I edit a post it converts all < into < ; and > into > ; how do I stop this from happening?
-
- Posted 3 years ago #
Put the items you don't want converted in backticks(under the ESC key on US keyboards) or <c ode> tags.
Like this:
<a href="http://www.google.com/" title="visit google">Google</a>That was posted inside backticks.
-
- Posted 3 years ago #
oh yes excellent thanks very much!
I have the bbcode plugin but using [ code] some code and [/ code] does not appear to do anything?
-
- Posted 3 years ago #
I edited BBcode-buttons.php in bbcode buttons plugin
I changed the line:
BBcodeButton('ed_code','CODE','[code]','[/code]','p','line-height:160%;font-size:80%;letter-spacing:1px;font-family:anadale,serif;','unformatted / code'));to:
BBcodeButton('ed_code','CODE','','','p','line-height:160%;font-size:80%;letter-spacing:1px;font-family:anadale,serif;','unformatted / code'));Now when the code button is pressed it puts in the backticks
-
You must log in to post.