From 9da67474c221fae02aab3b86d71674a625e78556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Thu, 12 Feb 2026 11:51:14 -0500 Subject: [PATCH] feat: add guest-cta.tpl and lang strings --- install/package.json | 4 ++-- public/language/en-GB/topic.json | 7 ++++++- src/views/partials/topic/guest-cta.tpl | 22 ++++++++++++++++++++++ 3 files changed, 30 insertions(+), 3 deletions(-) create mode 100644 src/views/partials/topic/guest-cta.tpl diff --git a/install/package.json b/install/package.json index 3dfb3c936a..2d40f2a9e6 100644 --- a/install/package.json +++ b/install/package.json @@ -107,10 +107,10 @@ "nodebb-plugin-spam-be-gone": "2.3.2", "nodebb-plugin-web-push": "0.7.6", "nodebb-rewards-essentials": "1.0.2", - "nodebb-theme-harmony": "2.2.7", + "nodebb-theme-harmony": "2.2.8", "nodebb-theme-lavender": "7.1.19", "nodebb-theme-peace": "2.2.49", - "nodebb-theme-persona": "14.2.1", + "nodebb-theme-persona": "14.2.2", "nodebb-widget-essentials": "7.0.42", "nodemailer": "8.0.1", "nprogress": "0.2.0", diff --git a/public/language/en-GB/topic.json b/public/language/en-GB/topic.json index 47197c5235..d7533b80f3 100644 --- a/public/language/en-GB/topic.json +++ b/public/language/en-GB/topic.json @@ -264,5 +264,10 @@ "thumb-image": "Topic thumbnail image", "announcers": "Shares", - "announcers-x": "Shares (%1)" + "announcers-x": "Shares (%1)", + + "guest-cta.title": "Hello! It looks like you're interested in this conversation, but you don't have an account yet.", + "guest-cta.message": "Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.", + "guest-cta.closing": "With your input, this post could be even better 💗" + } diff --git a/src/views/partials/topic/guest-cta.tpl b/src/views/partials/topic/guest-cta.tpl new file mode 100644 index 0000000000..506cabc82f --- /dev/null +++ b/src/views/partials/topic/guest-cta.tpl @@ -0,0 +1,22 @@ + + \ No newline at end of file