Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Show BitCoin Address Balance with Image from Bitcoinbox.ru
SUBMITTED BY:
Guest
DATE:
May 20, 2013, 6:36 p.m.
FORMAT:
PHP
SIZE:
734 Bytes
Raw
Download
Tweet
HITS:
1004
Go to comments
Report
<img src="http://bitcoinbox.ru/display/graph.php?btcaddress=XXXXXXXXXXX"/>
-----xxxxx = your BTC address -----
If you want to display the Balance in Jomsocial 2 Profile:
Edit profile.index.php in folder root/components/com_community/templates/<your template>
------ADD this on the place you want to display the Balance of the User-----
<img src="http://bitcoinbox.ru/display/graph.php?btcaddress=
<?php
echo
$user
->
getInfo
(
'BTC'
);
?>
"/>
----- Help: -----
<?php
echo
$user
->
getInfo
(
'BTC'
);
?>
------This shows the Custom field "BTC" from the users Profile where the user can save his BTC Address (You must add a Field_Code = BTC in your Jomsocial 2 Custom ------Field config.------
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus