Forum Thread
JBrauer - January 20, 2008 - 06:36
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:
- Comments are set to expanded threaded
- 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> - In Administer >> Content >> Forum Thread you must set the CSS selector for your comment titles. ("div.comment-title" in the example above).
- 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 releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 5.x-1.0-beta2 | 2008-May-04 | 10.7 KB | Download · Release notes | Recommended for 5.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 5.x-1.x-dev | 2008-May-06 | 10.7 KB | Download · Release notes | Development snapshot | |
