PHPackages                             huseyinfiliz/stickiest - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. huseyinfiliz/stickiest

ActiveFlarum-extension[Utility &amp; Helpers](/categories/utility)

huseyinfiliz/stickiest
======================

Stick, super stick or tag stick discussions to the top of the list.

1.0.3(2mo ago)21.6k↑942.9%1[1 issues](https://github.com/huseyinfiliz/stickiest/issues)MITPHPCI passing

Since Dec 11Pushed 2mo agoCompare

[ Source](https://github.com/huseyinfiliz/stickiest)[ Packagist](https://packagist.org/packages/huseyinfiliz/stickiest)[ RSS](/packages/huseyinfiliz-stickiest/feed)WikiDiscussions 2.x Synced yesterday

READMEChangelog (3)Dependencies (11)Versions (9)Used By (0)

[![Stickiest](https://camo.githubusercontent.com/a0f39402cc29b81e15bacc5d5ae7fbc64c72c50dd6641444a67c0d89a0018c2b/68747470733a2f2f692e6962622e636f2f56597858574d4b722f537469636b696573742e706e67)](https://camo.githubusercontent.com/a0f39402cc29b81e15bacc5d5ae7fbc64c72c50dd6641444a67c0d89a0018c2b/68747470733a2f2f692e6962622e636f2f56597858574d4b722f537469636b696573742e706e67)

Stickiest
=========

[](#stickiest)

[![MIT license](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://github.com/huseyinfiliz/stickiest/blob/main/LICENSE.md) [![Latest Stable Version](https://camo.githubusercontent.com/5843bcb1922acf4b346728f86a5cf1b2c60c3b097cef8b83ebeb97b5676bb021/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6875736579696e66696c697a2f737469636b69657374)](https://packagist.org/packages/huseyinfiliz/stickiest) [![Total Downloads](https://camo.githubusercontent.com/0e9882d09cc5dde95676a7067cd2cea26374bf0a8be0a6425796bc4afafa7c33/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6875736579696e66696c697a2f737469636b696573742e737667)](https://packagist.org/packages/huseyinfiliz/stickiest)

This extension allows you to stick, super-stick, or tag-stick discussions to the top of the list. It is fully compatible with Flarum 2.x and is inspired by [the-turk/flarum-stickiest](https://github.com/the-turk/flarum-stickiest), but entirely rewritten from scratch.

Features
--------

[](#features)

- **Super Sticky**: Pin discussions to the very top everywhere (All Discussions + all tag pages)
- **Tag Sticky**: Pin discussions only in selected tag pages
- **Normal Sticky**: Full compatibility with `flarum/sticky` extension
- **Event Posts**: Shows activity when super sticky status changes
- **Customizable Badge**: Choose your own icon for super sticky discussions
- **Visual Indicators**: Colored borders and backgrounds for sticky discussions

Screenshots
-----------

[](#screenshots)

[![Stickiest Modal](https://camo.githubusercontent.com/9cd02ab84d3ec542ad625daae1ef15dc2495f031ad0b26c60a687840fce8036e/68747470733a2f2f692e6962622e636f2f73396e72374246772f696d6167652e706e67)](https://camo.githubusercontent.com/9cd02ab84d3ec542ad625daae1ef15dc2495f031ad0b26c60a687840fce8036e/68747470733a2f2f692e6962622e636f2f73396e72374246772f696d6167652e706e67)

[![Stickiest List](https://camo.githubusercontent.com/3abbee6b7e9573014b40ee638b8cbc0c0ec4dae3d7299364a11e0bde1613fc64/68747470733a2f2f692e6962622e636f2f644a725643394e4e2f696d6167652e706e67)](https://camo.githubusercontent.com/3abbee6b7e9573014b40ee638b8cbc0c0ec4dae3d7299364a11e0bde1613fc64/68747470733a2f2f692e6962622e636f2f644a725643394e4e2f696d6167652e706e67)

Requirements
------------

[](#requirements)

- Flarum 2.0+
- PHP 8.2+
- [flarum/tags](https://github.com/flarum/tags) extension

Installation
------------

[](#installation)

```
composer require huseyinfiliz/stickiest:"*"
php flarum migrate
php flarum cache:clear
```

Updating
--------

[](#updating)

```
composer update huseyinfiliz/stickiest:"*"
php flarum migrate
php flarum cache:clear
```

Migrating from the-turk/flarum-stickiest
----------------------------------------

[](#migrating-from-the-turkflarum-stickiest)

This extension uses the same database structure as `the-turk/flarum-stickiest`. To migrate:

1. Disable and uninstall the old extension
2. Install this extension
3. Your existing sticky data will be preserved

```
composer remove the-turk/flarum-stickiest
composer require huseyinfiliz/stickiest:"*"
php flarum migrate
php flarum cache:clear
```

Usage
-----

[](#usage)

1. Enable the extension in admin panel
2. Set permissions for "Super sticky discussions" and "Tag sticky discussions"
3. Optionally customize the super sticky badge icon in settings
4. Click on the "Sticky" button on any discussion to open the sticky modal
5. Choose your sticky type:
    - **Sticky**: Standard sticky (requires `flarum/sticky`)
    - **Super Sticky**: Always at the very top everywhere
    - **Tag Sticky**: Only at the top in selected tags

Admin Settings
--------------

[](#admin-settings)

SettingDescriptionShow tag stickies in All DiscussionsWhen disabled, tag sticky discussions only appear in their respective tag pagesSuper sticky badge iconFont Awesome icon class (default: `fas fa-star`)Links
-----

[](#links)

- [Source code on GitHub](https://github.com/huseyinfiliz/stickiest)
- [Report an issue](https://github.com/huseyinfiliz/stickiest/issues)
- [Download via Packagist](https://packagist.org/packages/huseyinfiliz/stickiest)

Credits
-------

[](#credits)

This extension is a Flarum 2.x rewrite inspired by [the-turk/flarum-stickiest](https://github.com/the-turk/flarum-stickiest) which was built for Flarum 1.x.

License
-------

[](#license)

MIT License - see [LICENSE.md](LICENSE.md)

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance75

Regular maintenance activity

Popularity25

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~17 days

Recently: every ~5 days

Total

8

Last Release

79d ago

Major Versions

1.0.1 → 2.x-dev2026-03-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/09c355d62c7dcfc040309947946c06155947883a72b6b0c7a354c7d93453fad1?d=identicon)[huseyinfiliz](/maintainers/huseyinfiliz)

---

Top Contributors

[![huseyinfiliz](https://avatars.githubusercontent.com/u/37220000?v=4)](https://github.com/huseyinfiliz "huseyinfiliz (21 commits)")

---

Tags

pinflarumdiscussionstickysuper-sticky

### Embed Badge

![Health badge](/badges/huseyinfiliz-stickiest/health.svg)

```
[![Health](https://phpackages.com/badges/huseyinfiliz-stickiest/health.svg)](https://phpackages.com/packages/huseyinfiliz-stickiest)
```

###  Alternatives

[fof/discussion-language

Specify the language a discussion is written in &amp; sort by language

1034.8k4](/packages/fof-discussion-language)[flarum-lang/russian

Russian language pack for Flarum.

12128.3k](/packages/flarum-lang-russian)[fof/byobu

Well integrated, advanced private discussions.

59120.6k13](/packages/fof-byobu)[fof/best-answer

Mark a post as the best answer in a discussion

25154.0k20](/packages/fof-best-answer)[michaelbelgium/mybb-to-flarum

Migrate a MyBB Forum to a fresh Flarum instance

261.1k](/packages/michaelbelgium-mybb-to-flarum)[flarum-lang/french

French language pack to localize the Flarum forum software plus its official and third-party extensions.

1938.7k](/packages/flarum-lang-french)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
