Resolve shadow in username

XenForo Resolve shadow in username

Styling

Supervisor
  • Thread starter
  • Moderator
  • #1
Styling submitted a new resource:

Resolve shadow in username - Template Modifications

Search for the following code in the member_view template
PHP:
                            <span class="memberHeader-nameWrapper">
                                <xf:username user="{$user}" rich="true" href="" stroke="{{ true }}" />
Replace with the following code
PHP:
                            <span class="memberHeader-nameWrapper" data-stroke="{$user.username}">
                                <xf:username user="{$user}" rich="true" href="" />
Then find...

Read more about this resource...
 
  • Tags
    resolve shadow in username xenforo resolve shadow in username سایه کاربری
  • Back
    Top Bottom