Projet

Général

Profil

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

root / drupal7 / sites / all / modules / advanced_forum / README.txt @ 87dbc3bf

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/settings/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
   # Forum and topic lists
33
     * "Hide the created column on the topic list" This option hides the created column
34
       on the topic list page, which can't be done purely in theming due to the header
35
       tablesort. If you hide this column, it is up to you to change the tenplate to
36
       display the information elsewhere.
37
     * "Get the number of new comments per forum on the forum list" Core forum shows the 
38
       number of new topics. If checked, Advanced Forum will get the number of new 
39
       comments as well and show it under "posts" on the forum overview. Slow query not 
40
       recommended on large forums.
41
     * "Number of characters to display for the topic title" On the main forums page, the
42
       title of the last topic is shown. Because this is a narrow column, it is 
43
       truncated. This option sets how many characters are shown.
44
     * "Number of hours before switching to date posted in displays" In the forum / topic
45
       listing, recent posts are shown like "1 day, 3 hours ago" and older posts will
46
       have the actual date. You control the cutoff here.
47
   # Topics
48
     * "Use topic navigation" Core forum gets the next and previous topics and shows 
49
       links to them under the top post. This is turned off by default as the query has 
50
       performance issues and the placement of the links is poor.
51
     * "User picture preset" You will only see this option if you have imagecache 2
52
        enabled. If you choose a preset here, it will be used for the avatars in forum
53
        posts. This can be used to give a more uniform appearance if people have many
54
        different sizes for avatars. If you don't want to use a preset, just leave it
55
        blank.
56

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

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

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

    
105
Icons provided by paris (http://drupal.org/user/14747) and yoroy 
106
(http://drupal.org/user/41502)
107