MyBB Community Forums

Full Version: ban hammer plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Before anyone is posting about the ban page thats not what im looking for, i have a swf video for banned people, and i want that as the ban page but im not sure if people can make that into a plugin!

this video must be availible to all browsers if thats possible

kind regards,
Michael.

its this swf file: http://www.worldwidesoldiers.com/banned.swf
I'd really say you'd be better off uploading the video to Youtube and then its easy to embed it.
I literally died laughing when I saw this video and what you wanted to do, so I did it to my test forum.

Find the global_bannedwarning template. By default, it should look like this:
<div class="red_alert">
	<strong>{$lang->banned_warning}</strong>
{$lang->banned_warning2}: {$reason}<br />
{$lang->banned_warning3}: {$banlift}<br />
</div>
<br />

Now add the <object> for the banned.swf:
<div class="red_alert">
	<strong>{$lang->banned_warning}</strong>
{$lang->banned_warning2}: {$reason}<br />
{$lang->banned_warning3}: {$banlift}<br />
	<object width="500" height="280" data="http://www.worldwidesoldiers.com/banned.swf"></object>
</div>
<br />

And you're left with the best banned page ever (see image attached).

Thanks for the laugh!
thanks its epic Smile you get a + rep from me!