- Compatible XF 1.x versions
-
- 1.0
- 1.1
- 1.2
- 1.3
- 1.4
Sticky threads with animed image
______________________________
This replaces the still icon of sticky discussions (
) by an animated icon (
)
Before:
After:
______________________________
This replaces the still icon of sticky discussions (
- Upload this image: sticky.gif in "../styles/default/xenforo/icons/"
- Add in EXTRA.css template:
Code:
.discussionListItem .iconKey .sticky {
background: url('@imagePath/xenforo/icons/sticky.gif') no-repeat !important;
width: 54px !important;
}
Before:
After: