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

Fixed Logo URL path broken

Status
Not open for further replies.

Bob

Developer
Staff member
The Logo URL PATH is broken for Spread Pools (double url_url) in the template 'xa_pkm_pool_player_picks'

In the mean time, you can manually resolve this via simple template edit(s)

Template: 'xa_pkm_pool_player_picks'

Find: line 42
Code:
<img src="{{ base_url({$game.vteam_logo_url_url}) }}" />

Replace with:
Code:
<img src="{{ base_url({$game.vteam_logo_url}) }}" />

Find: line 48
Code:
<img src="{{ base_url({$game.hteam_logo_url_url}) }}" />

Replace with:
Code:
<img src="{{ base_url({$game.hteam_logo_url}) }}" />

This has been resolved in Pickem 2.2.4
 
Status
Not open for further replies.
Back
Top