Skip to content

feat(support): show the support banner only after real usage - #9

Merged
JeremieSamson merged 2 commits into
mainfrom
feat/review-prompt-after-usage
Sep 2, 2026
Merged

JeremieSamson merged 2 commits into
mainfrom
feat/review-prompt-after-usage

Conversation

@JeremieSamson

Copy link
Copy Markdown
Owner

The support banner already required an install older than 7 days, a created page and at least one link. All of those only prove the plugin was configured, not that the page is actually used.

This adds a fifth condition: at least 50 cumulated clicks, read from the existing BioLinks_DB::get_total_clicks(). An install that created its page and then abandoned it never sees the banner.

No new translatable string, no network call, no functional reward in exchange for a review.

The banner already required an install older than 7 days, a created page
and at least one link, but all of those only prove the plugin was
configured, not that the page is used. Gate it behind 50 cumulated
clicks so it reaches active installs only.
Measured on the live demo: only 41 clicks were actually logged over five
months, so a 50 click gate would almost never open on a regular install.
@JeremieSamson
JeremieSamson merged commit 5d34307 into main Sep 2, 2026
8 checks passed
@JeremieSamson
JeremieSamson deleted the feat/review-prompt-after-usage branch September 2, 2026 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant