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
Blisk Offline
BBCoder I
Posts: 3 Joined: 07 Mar 2014, 22:50
Local time: Saturday 22:20Last active: -
Post
by Blisk » 18 Mar 2014, 14:09
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
Steve Offline
Donator
Posts: 1,429 Joined: 04 Mar 2010, 23:10
Local time: Saturday 21:20Last active: -
Post
by Steve » 18 Mar 2014, 17:44
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...
Blisk Offline
BBCoder I
Posts: 3 Joined: 07 Mar 2014, 22:50
Local time: Saturday 22:20Last active: -
Post
by Blisk » 18 Mar 2014, 18:16
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&
this code from url defines digital currency =132&
like dogecoin, litecoin, bitcoin, etc
Steve Offline
Donator
Posts: 1,429 Joined: 04 Mar 2010, 23:10
Local time: Saturday 21:20Last active: -
Post
by Steve » 18 Mar 2014, 18:30
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...
Blisk Offline
BBCoder I
Posts: 3 Joined: 07 Mar 2014, 22:50
Local time: Saturday 22:20Last active: -
Post
by Blisk » 18 Mar 2014, 18:44
Great, thank you