MyBB Community Forums

Full Version: html in posts(urgent)!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello,

how does the html in posts work? If i do it like this:

embed code
it does not work.
(2013-09-02, 09:04 PM)k1R@ Wrote: [ -> ]Hello,

how does the html in posts work? If i do it like this:

embed code
it does not work.

that does not look like html to me can you expand on what you are trying to post ?
A countdown, a youtube html code as example. The above was just to show and know if that is the way to use html in mybb, because i don't know.

But it doesnt work, ye.
(2013-09-02, 09:26 PM)k1R@ Wrote: [ -> ]A countdown, a youtube html code as example. The above was just to show and know if that is the way to use html in mybb, because i don't know.

But it doesnt work, ye.

are you using the correct links within the editor code buttons or adding the code directly to the editor text box ?
Just like that as example:

<iframe width="420" height="315" src="//www.youtube.com/embed/r-6e-mjsqxs" frameborder="0" allowfullscreen></iframe>

So, what is wrong here?
(2013-09-03, 02:28 PM)k1R@ Wrote: [ -> ]Just like that as example:

<iframe width="420" height="315" src="//www.youtube.com/embed/r-6e-mjsqxs" frameborder="0" allowfullscreen></iframe>

So, what is wrong here?

like
this done using the in built mycode option if you wish to use full html have you switched on html in posts option for the forum you want to add the code to ?
That was a example and yes i have checked the allow html in post for this forum. If i try it, a youtube embed code or a countdown code, there just happens nothing. So how do i have to post, it detects html and turns into the result?
it appears that iframe code requires http:// to embed on MyBB forum posts.
<iframe width="420" height="315" src="http://www.youtube.com/embed/r-6e-mjsqxs" frameborder="0" allowfullscreen></iframe>

and instead of enabling html directly for the forum, I'd suggest to use html in posts plugin
That was just a typing mistake. I have installed html in posts already, added myself to use html and also enabled it for the forum i wanted to use html. But when i try it, just like above, a youtube code, a countdown code or any other kind of html code, its just looks like that:

<iframe width="420" height="315" src="http://www.youtube.com/embed/r-6e-mjsqxs" frameborder="0" allowfullscreen></iframe>

;

HTML COUNTDOWN CODE IS HERE

The point is, it does not give the result. So my question, what am i doing wrong? Is that the way to use html?
(2013-09-03, 08:09 PM)k1R@ Wrote: [ -> ]That was just a typing mistake. I have installed html in posts already, added myself to use html and also enabled it for the forum i wanted to use html. But when i try it, just like above, a youtube code, a countdown code or any other kind of html code, its just looks like that:

<iframe width="420" height="315" src="http://www.youtube.com/embed/r-6e-mjsqxs" frameborder="0" allowfullscreen></iframe>

;

HTML COUNTDOWN CODE IS HERE

The point is, it does not give the result. So my question, what am i doing wrong? Is that the way to use html?


set up a forum here and it works fine this makes me wonder if you have some plugins that are changing the $post array some how .. what plugins are you running ?

this works also http://yamahabikersclub.com/thread-75-post-119.html
with the following code
<p><span style="font-family: Monaco, Consolas, Courier, monospace; line-height: 19px;"><iframe src="http://www.youtube.com/embed/r-6e-mjsqxs" width="420" height="315" frameborder="0" allowfullscreen="allowfullscreen">;</span></p></iframe></span></p>
are you using the standard mybb editor or something like tinymce ? or is it the allowfullscreen="allowfullscreen" argument ?
Pages: 1 2