group legend Xen2210 Free horizontal

UGTeam

Member
Registered
Joined
Dec 29, 2021
Messages
14
Points
13

Reputation:

Here is my free code to use for a horizontal group legend.
Statistics.png
 

jim

Well-known member
Registered
Joined
Aug 20, 2021
Messages
114
Points
38

Reputation:

Why not just paste the code here though?
 

UGTeam

Member
Registered
Joined
Dec 29, 2021
Messages
14
Points
13

Reputation:

I can't paste the code due to no links not allowed, so i changed the urls.



PHP:
<div class="block"{{ widget_data($widget) }}>
    <div class="block-container">
        <h3 class="block-minorHeader"><span class="tti">{$title}</span></h3>
        <div class="asd"><img class="aaa" src="https://yoururl/icons-users.png" width="30px" height="30px"> Currently Active Uses</div>
<div class="gtr">
<xf:widget key="forum_overview_members_online" />
<div class="rrrr">    <span class="sfg"><span style="color:#c5082b;">GødfatheЯ</span></span>
    <span class="sfg"><span style="color:#217b15;">MaSteЯ</span></span>
    <span class="sfg"><span style="color:#00b4ff;">En₣ørceЯ</span></span>
    <span class="sfg"><span style="color:#ffcb00;">HᴇLL ЯaiSᴇЯ</span></span>
    <span class="sfg"><span style="color:#ccf9c8;">GᴀMзЯ</span></span>
    <span class="sfg"><span style="color:#fff4e5;">ƎxPlø¡Ŧ</span></span>
    <span class="sfg"><span style="color:#ffff91;">GᴀnGstзЯ</span></span>
 </div> </div>

<div class="asd"><img class="aaa" src="https://your url/icon-statistics.png" width="30px" height="30px"> UGTeam Statistics</div>
<div class="gtr">
 <span class="sfg">Threads: <span class="number-font">{$forumStatistics.threads|number}</span></span>
 <span class="sfg">Messages: <span class="number-font">{$forumStatistics.messages|number}</span></span>
 <span class="sfg">Members: <span class="number-font">{$forumStatistics.users|number}</span></span>
 <div class="rrr"> <span class="sfg">Welcome to our newest member: <span class="number-font"><xf:username user="{$forumStatistics.latestUser}" /></span></span></div>
</div>
        </div>
        <div class="exfut2"></div>
</div>
 
Last edited by a moderator:

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,497
Points
523

Reputation:

UGTeam

Member
Registered
Joined
Dec 29, 2021
Messages
14
Points
13

Reputation:

in Templates add a new template mine is this: widget_forum_statistics then paste the code inside, but you still will need to code the box where the legend will show.
 
Last edited:

ShieldX

Well-known member
Registered
Joined
Mar 27, 2022
Messages
449
Points
53

Reputation:

in Templates add a new template mine is this: widget_forum_statistics then paste the code inside, but you still will need to code the box where the legend will show.
UGTeami want to show this at below so what changes i have to make.
 
Top