[XenGenTr] XenSticky thread

[XenGenTr] XenSticky thread 1.0.3

No permission to download

eTiKeT™

Well-known member
eTiKeT™ submitted a new resource:

XF2 - [XenGenTr] XenSticky thread - Separate Sticky and Normal Threads

XF2 - [XenGenTr] XenSticky thread
It is written for Xenforo 2 and is a free plugin.​
Plugin task;
The task of the plugin is to separate the fixed and normal threads in the thread list.​

Plugin properties;
  • You can arrange the sorting line as you like.
  • You can edit the background color of...

Read more about this resource...
 
Looks great !

xf2.close.sticky.threads.webp

being able to "close" the sticky threads, even if it only lasted 24 hours, would be welcome.
Not sure how hard that would be to do. Probably beyond the scope of this addon.
 
The FontAwesome icon won't show on Xenforo 2.1.

For show it, follow the nexts steps.

Find the template named 'XenStickyKonu' and make the following changes:

Search:

Code:
<i class="fa fa-thumb-tack XenStickySabitikon" aria-hidden="true"></i>  {{ phrase('XenSticky_sabit') }}

Replace for:

Code:
<i class="fas fa-thumbtack XenStickySabitikon" aria-hidden="true"></i>  {{ phrase('XenSticky_sabit') }}


And search:

Code:
<i class="fa fa-thumb-tack XenStickyNormalikon" aria-hidden="true"></i> {{ phrase('XenSticky_normal') }}

replace to:

Code:
<i class="fas fa-thumbtack XenStickyNormalikon" aria-hidden="true"></i> {{ phrase('XenSticky_normal') }}
 
The FontAwesome icon won't show on Xenforo 2.1.

For show it, follow the nexts steps.

Find the template named 'XenStickyKonu' and make the following changes:

Search:

Code:
<i class="fa fa-thumb-tack XenStickySabitikon" aria-hidden="true"></i>  {{ phrase('XenSticky_sabit') }}

Replace for:

Code:
<i class="fas fa-thumbtack XenStickySabitikon" aria-hidden="true"></i>  {{ phrase('XenSticky_sabit') }}


And search:

Code:
<i class="fa fa-thumb-tack XenStickyNormalikon" aria-hidden="true"></i> {{ phrase('XenSticky_normal') }}

replace to:

Code:
<i class="fas fa-thumbtack XenStickyNormalikon" aria-hidden="true"></i> {{ phrase('XenSticky_normal') }}
In 2.1 you can use <xf:fa icon="fa-user" class="yourClass" />

See :
 
Top Bottom