From 3944ba6e99a8cce6ca661acfcce53c17424f47c2 Mon Sep 17 00:00:00 2001 From: Leendert Bottelberghs Date: Thu, 19 Aug 2004 15:58:40 +0000 Subject: [PATCH] Updated forum help. --- lib/WebGUI/Help/WebGUI.pm | 23 +++++++++++++- lib/WebGUI/i18n/English/WebGUI.pm | 51 +++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Help/WebGUI.pm b/lib/WebGUI/Help/WebGUI.pm index 63f72114a..fb4dc8d88 100644 --- a/lib/WebGUI/Help/WebGUI.pm +++ b/lib/WebGUI/Help/WebGUI.pm @@ -1151,7 +1151,28 @@ our $HELP = { related => [ ], }, - + 'forum post preview template' => { + title => 'Forum, Post Preview Template Title', + body => 'Forum, Post Preview Template Body', + related => [ + { + tag => 'forum post template', + namespace => 'WebGUI' + }, + { + tag => 'forum discussion properties', + namespace => 'WebGUI' + }, + { + tag => 'template language', + namespace => 'WebGUI' + }, + { + tag => 'templates manage', + namespace => 'WebGUI' + } + ], + } }; 1; diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 445e75432..3967f9258 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -4582,22 +4582,50 @@ A condition indicating whether the current user has the privileges necessary to A url that will change the sorting options to be sorted by date.

+thread.sortedby.date
+A condition indicating that the thread is currently sorted by date. +

+ thread.sortby.lastreply.url
A url that will change the sorting options to be sorted by the date of the last reply to the thread.

+thread.sortedby.lastreply
+A condition indicating that the thread is currently sorted by lastreply. +

+ thread.sortby.views.url
A url that will change the sorting options to be sorted by the number of views each thread has.

+thread.sortedby.views
+A condition indicating that the thread is currently sorted by views. +

+ thread.sortby.replies.url
A url that will change the sorting options to be sorted by the number of replies a thread has.

+thread.sortedby.replies
+A condition indicating that the thread is currently sorted by replies. +

+ thread.sortby.rating.url
A url that will change the sorting options to be sorted by the average rating of each thread.

+thread.sortedby.rating
+A condition indicating that the thread is currently sorted by rating. +

+ +thread.sorted.asc
+A condition indicating that the thread is currently sorted in an ascending manner. +

+ +thread.sorted.desc
+A condition indicating that the thread is currently sorted in an descending manner. +

+ thread.subject.label
A label for the subject column.

@@ -6695,6 +6723,14 @@ A template that controls the layout of the search engine interface and search re A template that controls the form that users see when posting a new message.

+Post Preview Template
+A template that controls the layout of the preview of a message posting. +

+ +Use Post Preview
+If set to yes a preview of the posted message will be shown before adding it to the forum. +

+ Notification Template
A template that controls the layout of subscription notification messages sent to users.

@@ -7260,6 +7296,21 @@ config file.

lastUpdated =>1092748557, context => q|page property| }, + 'Forum, Post Preview Template Title' => { + message => q|Forum Post Preview Template|, + lastUpdated =>1092930637, + context => q|help title forum post preview template| + }, + 'Forum, Post Preview Template Body' => { + message => q| +

This template uses the same template variable as the Forum Post Template.

+ + + +|, + lastUpdated =>1092930637, + context => q|help body forum post preview template| + } }; 1;