MyBB Community Forums

Full Version: HTML in post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all! I trying to add HTML (image+link) to my post on mybb, but when post it, it shows up as plain text. Is there a way to do this? Or a plugin that does it? Any help much appreciated!
HTML is disabled by default for security reasons. However, for what you're doing you can use MyCode. MyCode is the equivilent of bbcode in other forum software, it is a simplified version of bbcode.
Tutorial on MyCode: http://docs.mybb.com/MyCode.html
This is what I have to put in a post;

<a href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=James8668-"><img src="http://tracking.hostgator.com/img/Penny_Discounts/hostgator-0.01-banners-AN-468x60.gif" border="0"></a>

I pasted this in the post, and posted it, came out as plain text. Is it wrote wrong?

Edit: Thanks for the link!
(2013-10-26, 04:53 AM)James8668 Wrote: [ -> ]This is what I have to put in a post;

<a href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=James8668-"><img src="http://tracking.hostgator.com/img/Penny_Discounts/hostgator-0.01-banners-AN-468x60.gif" border="0"></a>

I pasted this in the post, and posted it, came out as plain text. Is it wrote wrong?

Edit: Thanks for the link!
The HTML is fine, but like I said HTML is disabled by default in MyBB for security reasons. MyCode exists for things like this. I take it you've figured it out? Big Grin
Is there a easier/better way of doing this? I cant seem to get it right. What every I do, it don't work.

Can some take the HTML code above and put in the format it needs to be for it to work? Its very frustrating.
[url=http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=James8668-][img]http://tracking.hostgator.com/img/Penny_Discounts/hostgator-0.01-banners-AN-468x60.gif[/img][/url]

the above should works fo you
Hey !!! HTML WHEN USED APPEARS TO BE PLAIN TEXT TO USER WHO HAS POSTED IT Smile

NOT OTHERS Wink
(2013-10-26, 07:40 AM)Inoxtic Wrote: [ -> ]Hey !!! HTML WHEN USED APPEARS TO BE PLAIN TEXT TO USER WHO HAS POSTED IT Smile

NOT OTHERS Wink

what do you mean?
(2013-10-26, 07:32 AM)danydoe Wrote: [ -> ]
[url=http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=James8668-][img]http://tracking.hostgator.com/img/Penny_Discounts/hostgator-0.01-banners-AN-468x60.gif[/img][/url]

the above should works fo you

Awesome! Worked! Thank you very much!