BBCode request

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
User avatar
Blisk Offline
BBCoder I
BBCoder I
Posts: 3
Joined: 07 Mar 2014, 22:50
Local time: Saturday 22:20
Last active: -

BBCode request

Post by Blisk »

Can someone help me to put this graphs on my phpbb3 forum with BBcode?
I have no php skils at all.
this code

Code: Select all

<div align="center"><iframe width="750" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://m y i p. ms/crypto.php?m=7777&m2=3&m3=160&m4=26&t=eur"></iframe><a href="http://myip . ms/"></a></div>
and this code

Code: Select all

<div align="center"><iframe width="280" height="250" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://m y i p. ms/crypto.php?m=132&t=eur"></iframe><a href="http://myip . ms/"></a></div>
How to make a BBCode for tihis?
Thanks for help
User avatar
Steve Offline
Donator
Donator
Posts: 1,429
Joined: 04 Mar 2010, 23:10
Local time: Saturday 21:20
Last active: -

BBCode request

Post by Steve »

BBCode usage

Code: Select all

[graph]{SIMPLETEXT}, {SIMPLETEXT1} [/graph]
HTML replacement

Code: Select all

<div style="text-align: center;"><iframe width="400" height="250" frameborder="0" src="http://myip.ms/crypto.php?m={SIMPLETEXT}&t={SIMPLETEXT1}"></iframe></div>
Help line

Code: Select all

 
currenncy eg: [graph] dodge,eur [/graph]
Last edited by Steve on 18 Mar 2014, 18:30, edited 2 times in total.
secret code: 123 might be abc or thank you might work
When I'm writing code, I am building a picture for you to see and use on your screen...
User avatar
Blisk Offline
BBCoder I
BBCoder I
Posts: 3
Joined: 07 Mar 2014, 22:50
Local time: Saturday 22:20
Last active: -

BBCode request

Post by Blisk »

wau, thanks, this is great.
Is it possible to have two wariables?
First is EUR USD and second below
ht tp://myip .ms/cry pto. php?m=132&amp
this code from url defines digital currency =132&amp
like dogecoin, litecoin, bitcoin, etc
User avatar
Steve Offline
Donator
Donator
Posts: 1,429
Joined: 04 Mar 2010, 23:10
Local time: Saturday 21:20
Last active: -

BBCode request

Post by Steve »

edited my post
secret code: 123 might be abc or thank you might work
When I'm writing code, I am building a picture for you to see and use on your screen...
User avatar
Blisk Offline
BBCoder I
BBCoder I
Posts: 3
Joined: 07 Mar 2014, 22:50
Local time: Saturday 22:20
Last active: -

BBCode request

Post by Blisk »

Great, thank you