- Compatible XF Versions
- 2.0
Premium upgrade:
This XF2 add-on along with the entire collection can be purchased for $25.00 USD. Your Premium upgrade will allow you to download as many XF2 add-ons as you like for one year. Please see the entire collection located in the Resources area at this URL:
https://www.xf2addons.com/
Note: all my XF1 add-ons are still 100% free and are supported by donations.
Description:
Makes sticky threads show on all pages.
(Example of sticky thread on page 1)
Example of sticky thread on page 2)
Installation:
If you would like to have the sticky thread stand out by changing the background, add the following code to your extra.less template:
This XF2 add-on along with the entire collection can be purchased for $25.00 USD. Your Premium upgrade will allow you to download as many XF2 add-ons as you like for one year. Please see the entire collection located in the Resources area at this URL:
https://www.xf2addons.com/
Note: all my XF1 add-ons are still 100% free and are supported by donations.
Description:
Makes sticky threads show on all pages.
(Example of sticky thread on page 1)
Example of sticky thread on page 2)
Installation:
- Download Andy-StickyAllPages-1.0.zip and unzip it.
- Copy the src/addons/Andy/StickyAllPages directory to your server.
- From the Admin Control Panel Install the add-on.
If you would like to have the sticky thread stand out by changing the background, add the following code to your extra.less template:
Code:
.structItemContainer-group--sticky {
background: @xf-paletteColor1;
}