Browsing as a guest
Hello! You are currently browsing this thread as a guest, If you would like to reply to this thread, please
or Register


Eqilux
[MyBB] NewPoints: How to display balance?
#1
How can you show the balance of the credits on the NewPoints plugin on MyBB?

If you don't know what I mean:
[Image: 3928c69251b403fa32b66938a90c276c.png]
Reply
#2
https://forumauthority.com/newpoints.php i think  ?
[Image: 0qTATV8.png]
EX Forum Authority Moderator
Reply
#3
Is there some kind of tag for the plugin that I can use?
Reply
#4
It is a piece of html code.
[Image: CeODU1G.gif]
Reply
#5
You can hook into the plugin with template hooks.
Code:
{$newpoints_profile}
This will give you the whole row.

In order to get the amount, you can use:
Code:
memprofile['newpoints']}
"I'm a gamer, not because I don't have a life... But because I choose to have many"
Reply
#6
(01-02-2017, 03:54 PM)katos Wrote: You can hook into the plugin with template hooks.
Code:
{$newpoints_profile}
This will give you the whole row.

In order to get the amount, you can use:
Code:
memprofile['newpoints']}

Sorry for the late reply, and thanks!
Reply
Browsing as a guest
Hello! You are currently browsing this thread as a guest, If you would like to reply to this thread, please
or Register