comparison src/nabble/view/web/app/Addons.java @ 25:ea1d2e6e2a49

semiprivate
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 18 Jun 2020 19:26:15 -0600
parents e0c501fb5229
children 5ea557eece1f
comparison
equal deleted inserted replaced
24:e0c501fb5229 25:ea1d2e6e2a49
66 "(the snippet is the text that shows on the front page of the app, immediately below the title of the post). " + 66 "(the snippet is the text that shows on the front page of the app, immediately below the title of the post). " +
67 "You can specify the snippet directly in the post message like this: \"{summary_start} Here is your summary text {summary_end} Here is the post message.\" "+ 67 "You can specify the snippet directly in the post message like this: \"{summary_start} Here is your summary text {summary_end} Here is the post message.\" "+
68 "The text between the tags is the snippet to be displayed on the news page and will NOT appear on the post page." 68 "The text between the tags is the snippet to be displayed on the news page and will NOT appear on the post page."
69 ); 69 );
70 addModule("Content", "forum_avatars", "Show avatars on forum page", "Shows the avatar for the first and last post of each topic on the forum page."); 70 addModule("Content", "forum_avatars", "Show avatars on forum page", "Shows the avatar for the first and last post of each topic on the forum page.");
71 addModule("Content", "semiprivate", "Restrict to registered users", "Only allow registered users to view the forum. This has no effect for new forums which are restricted by default.");
71 72
72 addModule("Email & Notifications", "email_registration_notification", "Notify me when someone registers", "When a user completes the registration process, an email is sent to all administrators with the details of the user (e.g., username, email, link to profile page)."); 73 addModule("Email & Notifications", "email_registration_notification", "Notify me when someone registers", "When a user completes the registration process, an email is sent to all administrators with the details of the user (e.g., username, email, link to profile page).");
73 74
74 addModule("Mailing List Archives", "expire_old_threads", "Lock old threads", "This add-on prevents new replies to old threads, which could be confusing to the mailing list users. Users that try to reply to an old thread will see a message that suggests them to create a new topic instead. By default, a thread is locked if it was created more than 365 days ago. You can change this number by tweaking the \"thread_expiration_days\" macro. "); 75 addModule("Mailing List Archives", "expire_old_threads", "Lock old threads", "This add-on prevents new replies to old threads, which could be confusing to the mailing list users. Users that try to reply to an old thread will see a message that suggests them to create a new topic instead. By default, a thread is locked if it was created more than 365 days ago. You can change this number by tweaking the \"thread_expiration_days\" macro. ");
75 76