
request bbcode games
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe exactly what it is you want.
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe exactly what it is you want.
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Re: request bbcode games
since the majority of the games are swf, just use the flash bbcode, i think that is what we talked about before on the previous board!
Re: request bbcode games
i know there was a bbcode that was made for games for a specific site, but can't remember what site it was, but like i said they were and almost all are .swf!
Re: request bbcode games
What about the Phpbb Arcade Mod? Would be easier to implement than creating a BBCode?
Re: request bbcode games
I do not speak English well
I remember they were all put in one section.
with code under
I do not care Arcade Mod I speak of bbcode games
I remember they were all put in one section.
with code under

What about the Phpbb Arcade Mod? Would be easier to implement than creating a BBCode?
I do not care Arcade Mod I speak of bbcode games
Re: request bbcode games
This is it:
BBCode:
HTML:
Helpline:
BBCode:
Code: Select all
[games={NUMBER1},{NUMBER2}]{URL}[/games]
Code: Select all
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="{NUMBER1}" height="{NUMBER2}">
<param name="movie" value="{URL}" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="{URL}" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="{NUMBER1}" height="{NUMBER2}"></embed>
</object>
Code: Select all
Flashgames: [games=Width,Hight]Swf Url[/games]