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 @@ +
[[topic:guest-cta.title]]
+[[topic:guest-cta.message]]
+[[topic:guest-cta.closing]]
+ [[global:register]] + [[global:login]] + +