Jump to content

Recommended Posts

Posted

I am running into a problem. I made a box to display the pilots total earnings. This is in layout.php. This is what I am using to display the money.

<?php echo FinanceData::FormatMoney($userinfo->totalpay)?>

money.png

Any idea what I am doing wrong?

  • Moderators
Posted

I did not know that there was such a function on phpvms. On my website, i use:

<?php echo $userinfo->totalpay; ?> <?php echo MONEY_UNIT; ?> 

Can you check it?

Posted

If this is on layout.tpl/layout.php you need to use

<?php echo Auth::$userinfo->totalpay; ?>

That worked thank you, Do you how I can make it show with the decimal and full change? It shows 13814.1 want to show 13.814.10

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...