Installing and configuring Advanced Forum - 6.x

Last modified: October 18, 2009 - 00:47

Installing Advanced Forum

  1. Enable all dependencies: Author Pane 1.x, Forum, Taxonomy, Comment. (Optionally: Statistics)
  2. Copy the entire advanced_forum project directory (not just the contents) to your normal module directory (ie: sites/all/modules)
  3. Enable the advanced forum module at ?q=admin/build/modules

Configuring Advanced Forum

Visit the Advanced Forum settings page at ?q=admin/settings/advanced-forum

  1. Advanced forum style directory: Select the name of the style you are using from the dropdown of registered styles. See http://drupal.org/node/234042 for more information on this.
  2. Use graphical buttons for links: Included buttons with text are only in English. If your site isn't in English and you don't want to replace the buttons, uncheck this box and you will get translatable text links instead. Icons with no text are not affected by this setting.
  3. Image directory: The images used by the styles are assumed to be in an "images" subdirectory off the style. If you need to use images from another source, enter the complete path here.
  4. Treat all site comments like forum comments: If you would like advanced forum to take over the theming of all comments, even those outside the forum, choose yes here. Please note that "theming" here isn't simply the look but also includes a lot of data gathering, especially for the Author Pane module, that may impact performance.
  5. Hide the created column on the topic list: Because the column headers for the topic list are set in code, they are not themable. This option will let you turn the column off. This is useful if you want to move the "created" information into the topic title area. Note that this only turns off the column. It doesn't move the contents.
  6. Maximum number of pages to show on per title pager: On the page that lists all the topics, for topics that span multiple pages, there is a mini pager under the topic title. This setting lets you adjust how many numbers that show there. Useful if you are trying to cram extra information into that spot and want a smaller pager.
  7. Get the number of new comments per forum on the forum list: On the forum list page, core forum will show if there are new topics but not if there are new replies (comments). This option shows the total number of new posts (topics and replies) under the "Posts" column. Because the query is resource intensive, this is turned off to start.
  8. Use topic navigation: Core forum puts links to the previous and next nodes at the bottom each forum node. The query for this is inefficient and the placement is less than ideal, so this is turned off by default. Because some people like these links, there is an option to turn them back on.
  9. Number of characters to display for the topic title: Number of characters before cutting off title of the last post on the forum overview page.
  10. Number of hours before switching to "time ago" in displays: Will use "time ago" for this many hours back and then switch to displaying the date.

Also, be sure to go to ?q=admin/user/access and set permissions for administering advanced forum as well as viewing the statistics section.

 
 

Drupal is a registered trademark of Dries Buytaert.