User Dashboard

Following Codes will help in integrating the functions in to the User Dashboard.

General Dashboard Functions

In tmpl folder we have already added a file name account_main.tpl you can check code there Your url for Dashboard page will be

yourdomain.com/dashboard

These variables will help you create an awesome Dashboard:

Description
Variable

User Name

User Full Name

User Email

User Sponsor/Referral Name

User Total Balance

User Live Earning

User Bitcoin Balance

User Perfect Money Balance

User Account Balance

User Active Deposit

User Last Deposit

User Last Deposit Date

User Total Deposit

User Last Withdrawal

User Last Withdrawal Date

User Total Withdrawal

User Pending Withdrawal

User Total Earning

User Last Access

User Perfect Money Account

User Bitcoin Account

Utilities

To warn your users through alerts we have different alerts settings.

This is universal code for showing alert's or notification on any page like Contact - Login - Register - Deposit - Withdrawal

 {if $alert}
<div class="{$alert_class}">
    <span>{$alert_message}</span>
</div>
{/if}

Last updated