Rystbo
-Hotel Owner, -Customs Developer, -Arcturus
- Apr 16, 2018
- 390
- 200
Hello. so on my me page under the user is the coins, duckets and then diamonds. Only issue is the diamonds variable isn't working.
here is a piece of the html, any helps appreciated. I also changed the diamonds to vip_points to match the db but it didnt work
<div class="label">
<font color="FFEF00" style="font-size:18px; text-shadow: 1px 1px #B59600;">{coins} <img src="{url}/app/tpl/skins/aura/img/coin.png"></font>
<font color="CC51C5" style="font-size:18px; text-shadow: 1px 1px #B1007D;">{activitypoints} <img src="{url}/app/tpl/skins/aura/img/ducket.png"></font>
<font color="B0F2A9"style="font-size:18px; text-shadow: 1px 1px #B2D87E;">{diamonds} <img src="{url}/app/tpl/skins/aura/img/diamond.png"></font>
You must be registered for see links
here is a piece of the html, any helps appreciated. I also changed the diamonds to vip_points to match the db but it didnt work
<div class="label">
<font color="FFEF00" style="font-size:18px; text-shadow: 1px 1px #B59600;">{coins} <img src="{url}/app/tpl/skins/aura/img/coin.png"></font>
<font color="CC51C5" style="font-size:18px; text-shadow: 1px 1px #B1007D;">{activitypoints} <img src="{url}/app/tpl/skins/aura/img/ducket.png"></font>
<font color="B0F2A9"style="font-size:18px; text-shadow: 1px 1px #B2D87E;">{diamonds} <img src="{url}/app/tpl/skins/aura/img/diamond.png"></font>