Projet

Général

Profil

Paste
Télécharger (5,8 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / advanced_forum / README.txt @ b42754b9

1

    
2
CONTENTS OF THIS FILE
3
---------------------
4
 * Introduction
5
 * Installation
6
 * Other configuration
7
 * Credits
8
 
9
INTRODUCTION
10
------------
11
Advanced Forum (http://drupal.org/project/advanced_forum) enhances Drupal's forum module to provide the look and, with the help of other modules, much of the functionality found in common forum software. Because it uses the core forum module, it uses the node and comment system built into Drupal and is completely integrated, not a bridge.
12

    
13
INSTALLATION
14
------------
15

    
16
1. Enable all dependencies: Author Pane ( http://drupal.org/project/author_pane ), Forum, 
17
   Taxonomy, Comment. (Optionally: Statistics)
18
   
19
2. Copy the entire advanced_forum project directory (not just the contents) to your 
20
   normal module directory (ie: sites/all/modules)
21
   
22
3. Enable the advanced forum module at ?q=admin/build/modules
23

    
24
4. Visit the Advanced Forum settings page at ?q=admin/config/content/advanced-forum
25
   # General:
26
     * "Advanced forum style directory" Select the style you are using. 
27
       See http://drupal.org/node/234042 for more information on this.
28
     * "Use graphical buttons for links" Check this if you want links to use graphical 
29
        buttons (where available).
30
     * "Treat all site comments like forum comments" If you would like advanced forum to 
31
       take over the theming of all comments, even those outside the forum, choose yes.
32
     * "Use fields from taxonomy term in forum" Allows to use fields from taxonomy term
33
        on the form of creation or editing of the forum. You can add your own fields into
34
        taxonomy term from vocabulary "Forums" and these fields will be available on the
35
        creation/editing form of the Forum if this option is active.
36
   # Forum and topic lists
37
     * "Hide the created column on the topic list" This option hides the created column
38
       on the topic list page, which can't be done purely in theming due to the header
39
       tablesort. If you hide this column, it is up to you to change the tenplate to
40
       display the information elsewhere.
41
     * "Get the number of new comments per forum on the forum list" Core forum shows the 
42
       number of new topics. If checked, Advanced Forum will get the number of new 
43
       comments as well and show it under "posts" on the forum overview. Slow query not 
44
       recommended on large forums.
45
     * "Number of characters to display for the topic title" On the main forums page, the
46
       title of the last topic is shown. Because this is a narrow column, it is 
47
       truncated. This option sets how many characters are shown.
48
     * "Number of hours before switching to date posted in displays" In the forum / topic
49
       listing, recent posts are shown like "1 day, 3 hours ago" and older posts will
50
       have the actual date. You control the cutoff here.
51
   # Topics
52
     * "Use topic navigation" Core forum gets the next and previous topics and shows 
53
       links to them under the top post. This is turned off by default as the query has 
54
       performance issues and the placement of the links is poor.
55
     * "User picture preset" You will only see this option if you have imagecache 2
56
        enabled. If you choose a preset here, it will be used for the avatars in forum
57
        posts. This can be used to give a more uniform appearance if people have many
58
        different sizes for avatars. If you don't want to use a preset, just leave it
59
        blank.
60

    
61
OTHER CONFIGURATION
62
-------------------
63
   
64
1. Forum settings ( ?q=admin/content/forum/settings ) 
65
    * Hot topic threshold: Up to you.
66
    * Topics per page: Up to you.
67
    * Default order: "Date - newest first" so the most recent posts are at the top of the 
68
      topic list.
69
2. Select content types to use in forums ( ?q=admin/content/taxonomy ) 
70
3. Edit the forum vocabulary
71
   * Check all content types you want to use in forums.
72
4. Comment settings ( ?q=admin/content/node-type/forum ) [Note: do this for each content 
73
   type used in forums] 
74
   * Expand "Comment settings" fieldset.
75
   * Default comment setting: "Read/write"
76
   * Set Default display mode: Flat list - expanded. (Advforum is intended to be used 
77
     flat. Using it threaded should mostly work but is unsupported and may have some 
78
     issues.) 
79
   * Default display order: Date - oldest first 
80
   * Default comments per page: Up to you. (If you chose to have a threaded forum, 
81
     setting this number to the maximum will reduce issues with pagination and threading.) 
82
   * Comment controls: "Do not display" is recommended.
83
   * Anonymous commenting: Up to you.
84
   * Comment subject field: Up to you. If disabled, advforum will not display the Drupal 
85
     default subject, which is the first few words of the comment.
86
   * Preview comment: Up to you.
87
   * Location of comment submission form: Up to you. Displaying below provides a non-ajax 
88
     quick reply.
89
5. User settings ( ?q=admin/user/settings ) 
90
   * Signature support: Enabled
91
   * Picture support: Enable this for avatars in the forum.
92
   * Picture maximum dimensions: If you change this from the default 85x85, you will want 
93
     to size it in either CSS or with imagecache to avoid breaking the forum layout.
94
6. Statistics settings ( ?q=admin/reports/settings ) 
95
   * Enable access log: Enabled
96
   * Count content views: Enabled - Needed for topic views count.   
97
    
98
CREDITS
99
-------
100
Developer and maintainer: Michelle Cox ( http://drupal.org/user/23570 )
101

    
102
Advanced forum was originally based on flatforum. Though there is little or no code left
103
from that module, its authors deserve credit for the idea.
104

    
105
The Naked styles, which are the basis of all the other styles, were created by 
106
stephthegeek (http://drupal.org/user/47874). Previous theme work was done by eigentor 
107
(http://drupal.org/user/96718) and jacine (http://drupal.org/user/88931)
108

    
109
Icons provided by paris (http://drupal.org/user/14747) and yoroy 
110
(http://drupal.org/user/41502)
111