Credits Module Question
I am using the credits module, on the dashboard menu it show total number of credits the user has. How can I get that to show the total number of credits in other places of the site. What code do I need to use when making other menus that will also show number of credits
-
-
-
-
-
Hi Mmspires !
Sorry, but the block with total info doesn't exist. Under "All credits" I meant "Credits" and "All history" blocks - both show stat for the current logged user.
-
- · Mmspires
-
·
In reply to LeonidS
- ·
but none of the blocks show current credit balance, I need to be able to show credit balance like it does on the 'Site Navigation' menu
-
This is the part of the account menu and to be placed as block it will require a custom mod.
-
- · Mmspires
-
·
In reply to LeonidS
- ·
how can I just show text on a page that gives credit balance total
-
-
·
LeonidS
- ·
You need to have a custom mod drawing the block with the following service call code:
BxDolService::call('bx_credits', 'get_profile_balance');
and then add this block to your page.
-
·
LeonidS