Resource icon

XenForo 2.0 How to make a tabbed widget

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,152
Points
823

Reputation:

LQD submitted a new resource:

How to make a tabbed widget - This guide show you how to make a widget with tabs with more widgets inside

First you need to configure the widgets you want in tabs without position (Write down the widgets keys)
Now create a widget html and in the template put something like this
Code:
<div class="block">
    <div class="block-container">
         <h2 class="widget-tabs block-tabHeader tabs hScroller" data-xf-init="tabs h-scroller" data-state="replace" role="tablist">
             <span class="hScroller-scroll">
                 <a href="url to the content"
                        class="tabs-tab...

Read more about this resource...
 

faisalarifi

New member
Registered
Joined
May 21, 2019
Messages
1
Points
3

Reputation:

Hello dear
thanks from your fantastic work but I am confused in one place that where to add this because i didn't find the place to make new widget
Thanks
 

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,152
Points
823

Reputation:

Hello dear
thanks from your fantastic work but I am confused in one place that where to add this because i didn't find the place to make new widget
Thanks
faisalarifiAppearance -> Widgets -> add widgets
 
Top