MyBB Community Forums

Full Version: Help fix insert "http: //" in article
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When inserting a path "http: //" then the error like this
[attachment=33990]
Demo: http://chosoctrang.net


In New Topic => write content in:
(Aaaaaaaaaaaaaaaaaaaaaaaaa http://mybb.com aaaaaaaaaaaaaa)
It would be like this:
(Aaaaaaaaaaaaaaaaaaaaaaaaa bad-sm> aaaaaaaaaaaaaa bad-sm> http://mybb.com)
The [ img ] tag refuse the > character. You'll have to "hack" the parser.
(2015-03-16, 11:13 PM)Crazycat Wrote: [ -> ]The [ img ] tag refuse the > character. You'll have to "hack" the parser.

He's not inserting >, he wants to get rid of them.

Do you have any replacements for http:// in ACP -> Configuration -> Word Filters or ACP -> Configuration ->MyCode? If not, what's your plugin list?
plugin: ProStat, RPG Level (1.1), My Thread Decorator (2.0), Thanks (3.9.2), XSTYLED languaje custom vars (1.0), all I have Deactivate and Activate the plugin does not change anything. Please help me

Demo: http://chosoctrang.net/showthread.php?ti...140#pid140
First off, you have an smile that replaces "bb" (without quotes) which breaks the parser. Remove it or rename it.
What does that means?
(2015-03-17, 04:52 AM)Omar G. Wrote: [ -> ]First off, you have an smile that replaces "bb" (without quotes) which breaks the parser. Remove it or rename it.

Remove it or rename it. where?
^ admin panel >> configuration >> smilies >> look in Text to Replace column & find bb --> edit it / remove it
Thank you ...! I did okay. How can you know if a small error in their forum that you inadvertently created?