Jump to content

Pay Rate in Pilot's Profile


cfitz619

Recommended Posts

I currently have some code put in to show the payrate in the pilot's profile.  I would like to have this amount update with the pay adjustment feature in the admin panel.  Here are 2 pictures and the code I have put in.  Thanks for any help to get this working.

 

<li><strong>Total Money: </strong><?php echo FinanceData::FormatMoney($userinfo->payrate) ?></li><br />

 

697359794_payadjustment.png.7727d7f6f05e29de4bfdefc81710885f.png1448842223_Currentpayrate.png.89d0477eee725ea14693f1ce27c19ac7.png

Link to comment
Share on other sites

Be careful with this next line of script, and on another note Pay Adjustment will Not bare any per/hr payrate, the only place to get this is in the Control Panel , Admin section of phpvms. However here is a script that should work for you, edit as you desire of course, the basic script is;

<td align="center"><?php echo Config::Get('MONEY_UNIT').$rank->payrate.'/hr'; ?></td>

This script is pulled from the yoursite.net/admin/templates/ranks_allranks.php , as mentioned this is the only place this lives in phpvms, hope this helps.

Link to comment
Share on other sites

Sorry, I'm bad, you need to replace this; 

<td align="center"><?php echo Config::Get('MONEY_UNIT').$rank->payrate.'/hr'; ?></td>

with This, in the pilot_main.php file;

<td align="center"><?php echo Config::Get('MONEY_UNIT').$pilot->payrate.'/hr'; ?></td>

I am using this and of course rearrange to your skin etc. This does work well. Sorry about the Error, dizzy Day LOL

Jim

Link to comment
Share on other sites

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...