- Compatible XF Versions
- 2.0
- 2.1
- 2.2
Description:
Makes sticky threads show on all pages.
(Example of sticky thread on page 1)
(Example of sticky thread on page 2)
Optional CSS changes:
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:
Makes sticky threads show on all pages.
(Example of sticky thread on page 1)
(Example of sticky thread on page 2)
Optional CSS changes:
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:
Code:
.structItemContainer-group--sticky {
background: @xf-paletteColor1;
}