/[drupal]/contributions/modules/advanced_forum/README.txt
ViewVC logotype

Contents of /contributions/modules/advanced_forum/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.21 - (show annotations) (download)
Mon Apr 20 02:11:18 2009 UTC (7 months, 1 week ago) by michellec
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--2
Changes since 1.20: +0 -0 lines
File MIME type: text/plain
Cleaning up / syncing head before making 2.x branch (2nd attempt)
1 $Id: README.txt,v 1.11.2.7 2009/02/26 19:40:12 michellec Exp $
2
3 CONTENTS OF THIS FILE
4 ---------------------
5 * Introduction
6 * Installation
7 * Other configuration
8 * Credits
9
10 INTRODUCTION
11 ------------
12 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.
13
14 INSTALLATION
15 ------------
16
17 1. Enable all dependencies: Author Pane ( http://drupal.org/project/author_pane ), Forum,
18 Taxonomy, Comment. (Optionally: Statistics)
19
20 2. Copy the entire advanced_forum project directory (not just the contents) to your
21 normal module directory (ie: sites/all/modules)
22
23 3. Enable the advanced forum module at ?q=admin/build/modules
24
25 4. Visit the Advanced Forum settings page at ?q=admin/settings/advanced-forum
26 # General:
27 * "Advanced forum style directory" Select the style you are using.
28 See http://drupal.org/node/234042 for more information on this.
29 * "Use graphical buttons for links" Check this if you want links to use graphical
30 buttons (where available).
31 * "Treat all site comments like forum comments" If you would like advanced forum to
32 take over the theming of all comments, even those outside the forum, choose yes.
33 # Forum and topic lists
34 * "Hide the created column on the topic list" This option hides the created column
35 on the topic list page, which can't be done purely in theming due to the header
36 tablesort. If you hide this column, it is up to you to change the tenplate to
37 display the information elsewhere.
38 * "Get the number of new comments per forum on the forum list" Core forum shows the
39 number of new topics. If checked, Advanced Forum will get the number of new
40 comments as well and show it under "posts" on the forum overview. Slow query not
41 recommended on large forums.
42 * "Number of characters to display for the topic title" On the main forums page, the
43 title of the last topic is shown. Because this is a narrow column, it is
44 truncated. This option sets how many characters are shown.
45 * "Number of hours before switching to date posted in displays" In the forum / topic
46 listing, recent posts are shown like "1 day, 3 hours ago" and older posts will
47 have the actual date. You control the cutoff here.
48 # Topics
49 * "Use topic navigation" Core forum gets the next and previous topics and shows
50 links to them under the top post. This is turned off by default as the query has
51 performance issues and the placement of the links is poor.
52 * "User picture preset" You will only see this option if you have imagecache 2
53 enabled. If you choose a preset here, it will be used for the avatars in forum
54 posts. This can be used to give a more uniform appearance if people have many
55 different sizes for avatars. If you don't want to use a preset, just leave it
56 blank.
57
58 OTHER CONFIGURATION
59 -------------------
60
61 1. Forum settings ( ?q=admin/content/forum/settings )
62 * Hot topic threshold: Up to you.
63 * Topics per page: Up to you.
64 * Default order: "Date - newest first" so the most recent posts are at the top of the
65 topic list.
66 2. Select content types to use in forums ( ?q=admin/content/taxonomy )
67 3. Edit the forum vocabulary
68 * Check all content types you want to use in forums.
69 4. Comment settings ( ?q=admin/content/node-type/forum ) [Note: do this for each content
70 type used in forums]
71 * Expand "Comment settings" fieldset.
72 * Default comment setting: "Read/write"
73 * Set Default display mode: Flat list - expanded. (Advforum is intended to be used
74 flat. Using it threaded should mostly work but is unsupported and may have some
75 issues.)
76 * Default display order: Date - oldest first
77 * Default comments per page: Up to you. (If you chose to have a threaded forum,
78 setting this number to the maximum will reduce issues with pagination and threading.)
79 * Comment controls: "Do not display" is recommended.
80 * Anonymous commenting: Up to you.
81 * Comment subject field: Up to you. If disabled, advforum will not display the Drupal
82 default subject, which is the first few words of the comment.
83 * Preview comment: Up to you.
84 * Location of comment submission form: Up to you. Displaying below provides a non-ajax
85 quick reply.
86 5. User settings ( ?q=admin/user/settings )
87 * Signature support: Enabled
88 * Picture support: Enable this for avatars in the forum.
89 * Picture maximum dimensions: If you change this from the default 85x85, you will want
90 to size it in either CSS or with imagecache to avoid breaking the forum layout.
91 6. Statistics settings ( ?q=admin/reports/settings )
92 * Enable access log: Enabled
93 * Count content views: Enabled - Needed for topic views count.
94
95 CREDITS
96 -------
97 Developer and maintainer: Michelle Cox ( http://drupal.org/user/23570 )
98
99 Advanced forum was originally based on flatforum. Though there is little or no code left
100 from that module, its authors deserve credit for the idea.
101
102 The Naked styles, which are the basis of all the other styles, were created by
103 stephthegeek (http://drupal.org/user/47874). Previous theme work was done by eigentor
104 (http://drupal.org/user/96718) and jacine (http://drupal.org/user/88931)
105
106 Icons provided by paris (http://drupal.org/user/14747) and yoroy
107 (http://drupal.org/user/41502)
108

  ViewVC Help
Powered by ViewVC 1.1.2