Create a usergroup legend in sidebar

XenForo Create a usergroup legend in sidebar

Styling

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

Create a usergroup legend in sidebar - Template Modifications

Today I share a tutorial under xenForo 2.0 : Create a usergroup legend in sidebar !

Create a new template named usergroup_legend :

HTML:
<div class="block"{{ widget_data($widget) }}>
    <div class="block-container">
        <h3 class="block-minorHeader"><i class="fa fa-user" style="padding-right: 3px;"></i>Usergroup</h3>
            <div class="block-body block-row">
                <dl class="pairs pairs--justified">
                    <div class="username"...

Read more about this resource...
 
Back
Top Bottom