MyBB Community Forums

Full Version: html code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is it possible to like copy and paste and it will appear the same. like without using those html code like [img] or [b] or [url].... let's say i want to copy something and if i paste it i don't have cadd [img](link)[/img] thing.. it just copies and pastes directly to the forum??how can i do that..
If you copy a link like www.google.com it will automatically convert into a clickable link - I don't think you can do it for images and bold. Maybe with a WYSIWYG editor; I don't have much experience with them.
the [img] and [b] tag codes are not HTML, but they are BBcode & MyCode tags. HTML has this <h2> or <a> or <Img>.


For what you are trying to do, you would have to allow HTML on whatever part of the forum that you are going to put it in.

ACP > Forums & Posts > *choose the part of the forum that you want to allow HTML > Options > Edit Forum. From there, look for the following in the picture below.

[Image: 149qf05.gif]

Keep in mind that you know the dangers of allowing HTML on forums. unless you know how to take steps in preventing problems with it enabled.

~Edit~

and what rh1no said too.
You can create any sort of HTML through MyCode (BBCode). Give the wiki a read through:

[Wiki: MyCode] (Broken link, head over to docs.mybb.com instead)
it would be a lot safer to have codes you wish users to use done via mycode and not let them add html its self as they could link to anythink this way you would be leaving your self open to a lot of hell Toungue

dont just turn on html
(2008-11-24, 08:55 AM)Tom.M Wrote: [ -> ]You can create any sort of HTML through MyCode (BBCode). Give the wiki a read through:

[Wiki: MyCode] (Broken link, head over to docs.mybb.com instead)
(2008-11-24, 06:01 AM)rh1n0 Wrote: [ -> ]If you copy a link like www.google.com it will automatically convert into a clickable link - I don't think you can do it for images and bold. Maybe with a WYSIWYG editor; I don't have much experience with them.

is it possible to add WYSIWYG in the forum? if yes, then how?