Forum Thread

JBrauer - January 20, 2008 - 06:36
Forum Thread

An implementation of a threaded forum view where pages show forum topic and comment titles in a threaded view with many forum topics on a single page. The module also adds two blocks that offer threaded display of the new and active forum topics.

It is currently in beta and all testing/feedback is appreciated.

Development of this module is sponsored by FixingThePlanet.com.

The comment folding portions of this module depend on the following things being true:

  1. Comments are set to expanded threaded
  2. Within the structure of the comment there are several divs or objects at the same level. For example:
      <div class="comment-title"><h5)<a href="....">My comment Title</a></h5></div>
      <div class="comment-body">Comment Body</div>
      <div class="comment-extra-stuff">Extra comment stuff</div>
      <div class="even-more-comment-stuff">Whatever this might be</div>
  3. In Administer >> Content >> Forum Thread you must set the CSS selector for your comment titles. ("div.comment-title" in the example above).
  4. There is an optional setting within Forum Thread to allow you to exclude the first match for the CSS Selector from folding. This is necessary if your forum node title shares the same selector and you don't want it to fold.

Releases

Official releasesDateSizeLinksStatus
5.x-1.0-beta22008-May-0410.7 KBRecommended for 5.xThis is currently the recommended release for 5.x.
Development snapshotsDateSizeLinksStatus
5.x-1.x-dev2008-May-0610.7 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
 
 

Drupal is a registered trademark of Dries Buytaert.