• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Showing Sportsbook Cash on a template?

mauzao9

Member
Showcase
Sportsbook
Hello there,

I have used the showing it on the message user info, that works correctly. However trying to use it around other templates will show it as "0 cash" at all times. Wondering if it's possible to do it.
 
Depends on the Template. In MOST cases, only $visitor (the viewing users data) is going to be exposed. $visitor.sportsbook_cash shows the viewing user THEIR Sportsbook cash. $user.sportsbook_cash will show the viewing user a specific users sportsbook cash (which is for places like the post bit on threads for specific users).

You are probably trying to user $user where the $user variable is not being exposed by the controller for the page OR you are using $user when you should be using $visitor.
 
Back
Top