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

How do I honor User Name CSS when viewing detailed outcomes?

Rich username CSS only comes into play where the xen username helper adds the "rich" attribute to the helper and sets it to true.

HTML:
<xen:username user="$user" rich="true" />

I use them in a few specific targeted places in Sportsbook, however, I don't use them everywhere.

You'd have to search through the templates that you want to display RICH usernames and add the rich="true" to the username helpers. HINT: search for '<xen:username' (without the tick marks) and set the addon to Sportsbook. That will pull up the 32 Sportsbook templates that use the username helper.
 
Back
Top