MyBB Community Forums

Full Version: Error in code tag
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello;

Dear All;

recently we have an issue in our sites, when our users put some links in multiple lines it will be converted as below:

[Image: 64205708213660939293.jpg]

as you see it converted to html tag plush title of page.
you are kindly requested to help me to find where is the problem?
if you are using links in code tags then by default they do not turn into clickable links

http://community.mybb.com
[url=http://mybb.com]MyBB[/url]
(2013-11-11, 10:04 AM)CivilEA Wrote: [ -> ]Hello;

Dear All;

recently we have an issue in our sites, when our users put some links in multiple lines it will be converted as below:

[Image: 64205708213660939293.jpg]

as you see it converted to html tag plush title of page.
you are kindly requested to help me to find where is the problem?

are you saying that if you add the links to a post as per your image, when you view the post the image is what you see or is just the first link incorrectly displayed
^ thanks for your reply,

I added only link no clickable links: when I added a link (e.g. www.mybb,com) the code tag converted it to clickable link with page name title for example:
1- I want to add this:
[code]
http://www.mybb.com
http://www.mybb.com
http://www.mybb.com
[/code]

and mybb converted it to:
[code]
http://www.mybb.com
[url=http://www.mybb.com]MyBB[/url]
[url=http://www.mybb.com]MyBB[/url]
[/code]
^ if you are using a plugin related to links then disable that plugin and give link to the plugin
In case you're using the URLTitles plugin, please make sure you've upgraded to the latest version (2.8) available from Github:
https://github.com/doylecc/URLTitles/archive/master.zip