PHPackages                             the-turk/flarum-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. the-turk/flarum-stickiest

AbandonedArchivedFlarum-extension

the-turk/flarum-stickiest
=========================

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

3.0.1(3y ago)219.2k—5.6%3[3 PRs](https://github.com/the-turk/flarum-stickiest/pulls)MITPHP

Since Nov 2Pushed 2y agoCompare

[ Source](https://github.com/the-turk/flarum-stickiest)[ Packagist](https://packagist.org/packages/the-turk/flarum-stickiest)[ RSS](/packages/the-turk-flarum-stickiest/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (3)Versions (30)Used By (0)

Stickiest
=========

[](#stickiest)

[![MIT license](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://github.com/the-turk/flarum-stickiest/blob/master/LICENSE) [![Latest Stable Version](https://camo.githubusercontent.com/558ee6cb2f64e51d689ed2f8c1476791eb97f6e2b44c8d5783bd2fc9a5640c64/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7468652d7475726b2f666c6172756d2d737469636b696573743f696e636c7564655f70726572656c6561736573)](https://packagist.org/packages/the-turk/flarum-stickiest) [![Total Downloads](https://camo.githubusercontent.com/9f68045e9c602e11f7a62ba6e21114a63a84db15f5a3c62f37dc718e299f8544/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7468652d7475726b2f666c6172756d2d737469636b696573742e737667)](https://packagist.org/packages/the-turk/flarum-stickiest)

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

Screenshots:

[![Stickiest Modal](https://camo.githubusercontent.com/a993b627e5ea49f07c9708587c38712d7ba7902bf089dc36ecd5dac14f158684/68747470733a2f2f692e696d6775722e636f6d2f366b62767964532e706e67)](https://camo.githubusercontent.com/a993b627e5ea49f07c9708587c38712d7ba7902bf089dc36ecd5dac14f158684/68747470733a2f2f692e696d6775722e636f6d2f366b62767964532e706e67)

- [Super Sticky Discussion in All Discussions List](https://i.imgur.com/ANKsbBG.png)
- [Super Sticky &amp; Tag Sticky Discussion in Tag's Discussion List](https://i.imgur.com/7q52yb4.png)

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

[](#installation)

```
composer require the-turk/flarum-stickiest:^3.0.0
```

If you ever see an error like `General error: 1824 Failed to open the referenced table 'tags' ...` while activating `3.0.x`, check if the engine for the `tags` table is InnoDB or not. If not, try switching that to the InnoDB then run and try activating again:

**-- make sure you have that db backup.**

```
DELETE FROM `migrations` WHERE `migration` = '2021_07_04_000003_set_default_settings' AND `extension` = 'the-turk-stickiest';
```

```
php flarum migrate:reset --extension the-turk-stickiest
```

```
DROP TABLE `discussion_sticky_tag`;
```

```
php flarum migrate
```

Updating
--------

[](#updating)

```
composer update the-turk/flarum-stickiest
php flarum cache:clear
```

Don't forget to run migrations if you're upgrading from `2.0.x`

```
composer require the-turk/flarum-stickiest:^3.0.0
php flarum migrate
php flarum cache:clear
```

If you have "foreign key" error while running migrations, see "Installation" notes.

Usage
-----

[](#usage)

You may find this complicated in first use but I bet you'll get used to it.

Enable the extension and set the permissions, choose a badge for super stickied discussions if you like. Click on the "Sticky" button like you're using the `flarum/sticky` extension and read the descriptions within the modal.

Links
-----

[](#links)

- [Source code on GitHub](https://github.com/the-turk/flarum-stickiest)
- [Changelog](https://github.com/the-turk/blob/master/CHANGELOG.md)
- [Report an issue](https://github.com/the-turk/flarum-stickiest/issues)
- [Download via Packagist](https://packagist.org/packages/the-turk/flarum-stickiest)

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 53.7% 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 ~129 days

Recently: every ~99 days

Total

20

Last Release

1380d ago

Major Versions

v0.1.0-beta.16 → v1.0.02021-05-25

v1.0.0 → v2.0.0-beta.12021-06-25

2.0.3 → 3.0.02022-07-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/14d7931a324cf7393177e1f9ae24771d14f36c4a6d2dba54820fcc3c0a447c57?d=identicon)[the-turk](/maintainers/the-turk)

---

Top Contributors

[![tobyzerner](https://avatars.githubusercontent.com/u/128862?v=4)](https://github.com/tobyzerner "tobyzerner (102 commits)")[![franzliedke](https://avatars.githubusercontent.com/u/249125?v=4)](https://github.com/franzliedke "franzliedke (21 commits)")[![luceos](https://avatars.githubusercontent.com/u/504687?v=4)](https://github.com/luceos "luceos (14 commits)")[![flarum-bot](https://avatars.githubusercontent.com/u/39334649?v=4)](https://github.com/flarum-bot "flarum-bot (12 commits)")[![askvortsov1](https://avatars.githubusercontent.com/u/38059171?v=4)](https://github.com/askvortsov1 "askvortsov1 (12 commits)")[![hasan-ozbey](https://avatars.githubusercontent.com/u/48382593?v=4)](https://github.com/hasan-ozbey "hasan-ozbey (8 commits)")[![SychO9](https://avatars.githubusercontent.com/u/20267363?v=4)](https://github.com/SychO9 "SychO9 (4 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![imorland](https://avatars.githubusercontent.com/u/16573496?v=4)](https://github.com/imorland "imorland (2 commits)")[![milescellar](https://avatars.githubusercontent.com/u/160068451?v=4)](https://github.com/milescellar "milescellar (2 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (2 commits)")[![KyrneDev](https://avatars.githubusercontent.com/u/13856015?v=4)](https://github.com/KyrneDev "KyrneDev (1 commits)")[![dcsjapan](https://avatars.githubusercontent.com/u/13129997?v=4)](https://github.com/dcsjapan "dcsjapan (1 commits)")[![tankerkiller125](https://avatars.githubusercontent.com/u/3457368?v=4)](https://github.com/tankerkiller125 "tankerkiller125 (1 commits)")[![rob006](https://avatars.githubusercontent.com/u/5972388?v=4)](https://github.com/rob006 "rob006 (1 commits)")[![ammarfrahm](https://avatars.githubusercontent.com/u/4904057?v=4)](https://github.com/ammarfrahm "ammarfrahm (1 commits)")[![davwheat](https://avatars.githubusercontent.com/u/7406822?v=4)](https://github.com/davwheat "davwheat (1 commits)")[![afrastgeek](https://avatars.githubusercontent.com/u/129407296?v=4)](https://github.com/afrastgeek "afrastgeek (1 commits)")[![janga1997](https://avatars.githubusercontent.com/u/15131207?v=4)](https://github.com/janga1997 "janga1997 (1 commits)")

---

Tags

flarumflarum-extensionpinflarumdiscussionstickysuper-sticky

### Embed Badge

![Health badge](/badges/the-turk-flarum-stickiest/health.svg)

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

###  Alternatives

[flarum/flarum

Delightfully simple forum software.

16.2k303.7k](/packages/flarum-flarum)[fof/discussion-language

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

1029.9k](/packages/fof-discussion-language)[fof/mason

Add custom fields to discussions

206.0k](/packages/fof-mason)

PHPackages © 2026

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