Changes between Version 76 and Version 77 of DiscussionPlugin


Ignore:
Timestamp:
Mar 22, 2011, 10:44:20 PM (13 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DiscussionPlugin

    v76 v77  
    7272}}}
    7373
    74 Option {{{title}}} changes title of main navigation bar button, {{{default_topic_display}}} changes between two possible displays of topic list - the {{{classic}}} and the {{{compact}}} view. {{{default_message_display}}} defines default display mode for message list. Possible values are {{{tree}}}, {{{flat}}}, {{{flat-asc}}} and {{{flat-desc}}}. {{{flat}}} is synonym for {{{flat-desc}}}. {{{forum_sort}}} is column by which will be sorted forum lists. Possible values are: {{{id}}}, {{{group}}}, {{{name}}}, {{{subject}}}, {{{time}}}, {{{moderators}}}, {{{description}}}, {{{topics}}}, {{{replies}}}, {{{lasttopic}}} and {{{lastreply}}}. Topic lists may be sorted with {{{topic_sort}}} option. It has values {{{id}}}, {{{forum}}}, {{{subject}}}, {{{time}}}, {{{author}}}, {{{body}}}, {{{replies}}} and {{{lastreply}}}. Options {{{forum_sort_direction}}} and {{{topic_sort_direction}}} are directions of that sorting. They may be {{{asc}}} and {{{desc}}}. {{{topics_per_page}}} and {{{messages_per_page}}} options controlls number of items displayed in topic and message lists at each page of pagination. You can type list of e-mail addresses into {{{smtp_always_cc}}} option to send all discussion plugin e-mail notification to them. Previous example shows default values for these options.
     74Options:
     75
     76 {{{title}}} ::
     77   changes title of main navigation bar button,
     78
     79 {{{default_topic_display}}}::
     80   changes between two possible displays of topic list - the {{{classic}}} and the {{{compact}}} view.
     81
     82 {{{default_message_display}}}::
     83   defines default display mode for message list.
     84   Possible values are {{{tree}}}, {{{flat}}}, {{{flat-asc}}} and {{{flat-desc}}}.
     85   {{{flat}}} is synonym for {{{flat-desc}}}.
     86
     87 {{{forum_sort}}} ::
     88   is column by which will be sorted forum lists.
     89   Possible values are:
     90   * {{{id}}},
     91   * {{{group}}},
     92   * {{{name}}},
     93   * {{{subject}}},
     94   * {{{time}}},
     95   * {{{moderators}}},
     96   * {{{description}}},
     97   * {{{topics}}},
     98   * {{{replies}}},
     99   * {{{lasttopic}}} and
     100   * {{{lastreply}}}.
     101 {{{topic_sort}}}:: 
     102   to sort Topic lists.  It has values
     103   * {{{id}}},
     104   * {{{forum}}},
     105   * {{{subject}}},
     106   * {{{time}}},
     107   * {{{author}}},
     108   * {{{body}}},
     109   * {{{replies}}} and
     110   * {{{lastreply}}}.
     111
     112 {{{forum_sort_direction}}} and {{{topic_sort_direction}}}::
     113    are directions of that sorting. They may be
     114   * {{{asc}}} and
     115   * {{{desc}}}.
     116
     117 {{{topics_per_page}}} and {{{messages_per_page}}}::
     118    options controlls number of items displayed in topic and message lists at each page of pagination.
     119You can type list of e-mail addresses into {{{smtp_always_cc}}} option to send all discussion plugin e-mail notification to them. Previous example shows default values for these options.
     120
    75121
    76122If you run Trac in environment which needs to enable plugins explicitly put in trac.ini these lines: