MyBB Community Forums

Full Version: Edit editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
in editor.js file , for show images this code used:
			this.performInsert("[img]"+image+"[/img]", "", true);

and the result is
[img]img url[/img]

How can I edit this code for having this result? Undecided
@"img url"

@" replace [/img] and " replace [/!mg]


SOLVED