<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://groups.drupal.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>DruBB</title>
 <link>http://groups.drupal.org/drubb</link>
 <description>Discussions about the development of the full featured forum module for Drupal.</description>
 <language>en</language>
<item>
 <title>Drupal 7 core forum module - plan of attack</title>
 <link>http://groups.drupal.org/node/8598</link>
 <description>&lt;p&gt;Drupal&#039;s core forum module is much maligned. Some of this is unjustified - people expecting it to replace standalone solutions by itself and ignoring the nature of Drupal&#039;s modular framework. However, it also has some limitations which are a result of its age and require many workarounds for large community sites.&lt;/p&gt;
&lt;p&gt;Many of the forum module&#039;s limitations are down to its dependency on the taxonomy module (making it hard to integrate with organic groups etc.) and on comment.module, which is itself in need of a rewrite.&lt;/p&gt;
&lt;p&gt;So we&#039;re proposing a ground up rewrite of forum.module using nodes.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Nodes? Surely that would require the pipe dream of comments as nodes?&lt;/em&gt; We hear you say.&lt;/p&gt;
&lt;p&gt;Well, no it wouldn&#039;t. In the new forum module, posts are nodes, and some posts are also forum topics. Forum topics become simply the first post in a thread, and are nothing special by themselves.&lt;/p&gt;
&lt;p&gt;We think even forums themselves might become nodes, with the hierarchical structure handled by the menu system - allowing for multiple separate forums, forums within organic groups and the rest.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;But if all posts are nodes, won&#039;t that be a performance hit?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Well, maybe not. By decoupling forums from the comment system, we no longer have to support comment threading and the rest. Also, most forums have around 10-30 replies per page rather than the 50-100 comments on many blogging sites. The D7 forum module will also depend on views - which will allow us to get all posts in a couple of queries and bypass node_load.&lt;/p&gt;
&lt;p&gt;This will make common features in standalone forum solutions readily available: the ability to browse all recent posts by a user (rather than posts they&#039;ve commented on, not very useful when the thread is 4,000 posts long), splitting and joining topics, rss feeds, subscriptions, uploads, theming - everything can take advantage of the node system without requiring that Joe&#039;s single person blog site get the overhead of comments as nodes.&lt;/p&gt;
&lt;p&gt;One of the main issues with moving away completely from comments will be the upgrade path, for example some Drupal forums use threading (notably Drupal.org). However, threading on drupal.org has many issues, not least being unable to use #new links when threads get long enough to use a pager.&lt;/p&gt;
&lt;p&gt;In terms of an upgrade path for threaded forum discussions, one possible solution would be to mirror the visual structure of threads as they are now, incrementing a reply ID sequentially based on their position, for example:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;Current forum thread:&lt;br /&gt;1&lt;br /&gt;&amp;nbsp; 2&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&lt;br /&gt;3&lt;br /&gt;&amp;nbsp; 5&lt;br /&gt;7&lt;br /&gt;&lt;br /&gt;After upgrade:&lt;br /&gt;1&lt;br /&gt;2&lt;br /&gt;4&lt;br /&gt;6&lt;br /&gt;8&lt;br /&gt;3&lt;br /&gt;5&lt;br /&gt;7&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;We will be attacking the implementation from a few different directions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Michelle&#039;s advforum module is currently providing the glue code and theming that has been much demanded to lower the barrier to a full featured forum solution in Drupal. We&#039;ll be working hard on this for D6 as a precursor to more fundamental changes in D7.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;data structure. At the moment, it&#039;s likely that  forums will be nodes, posts will be nodes, and that  some posts will also be forum topics. Identifying a topic may be as simply as forum.nid = forum.topic_id - this &quot;everything is a post&quot; model mirrors other forum solutions and gets us away from the comment paradigm.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;We know others are interested in working on this, so it&#039;d be great to co-ordinate efforts. Please subscribe to this group and/or get hold of one of us on IRC&lt;/p&gt;
&lt;p&gt;For feature lists (some of which will be, or already are handled in contrib) see the &lt;a href=&quot;http://groups.drupal.org/node/7123&quot;&gt;advanced forum module wiki&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;There&#039;s also plenty more background reading in the &lt;a href=&quot;http://groups.drupal.org/drubb&quot;&gt;DruBB&lt;/a&gt; group.&lt;/p&gt;
&lt;p&gt;For discussion on how to actually get this done, please see the &lt;a href=&quot;http://groups.drupal.org/node/8599&quot;&gt;planning wiki&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;catch, merlinofchaos, Michelle&lt;/em&gt;.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/improvements-core&quot;&gt;Improvements to core&lt;/a&gt;&lt;/div&gt;</description>
 <category domain="http://groups.drupal.org/taxonomy/term/131">core</category>
 <category domain="http://groups.drupal.org/taxonomy/term/2379">Drupal 7</category>
 <category domain="http://groups.drupal.org/taxonomy/term/109">forum module</category>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <group domain="http://groups.drupal.org/improvements-core">Improvements to core</group>
 <pubDate>Fri, 01 Feb 2008 19:22:49 +0000</pubDate>
 <dc:creator>catch</dc:creator>
 <guid isPermaLink="false">8598 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Benefits of Drupal Forum over third party for newspaper site!</title>
 <link>http://groups.drupal.org/node/15772</link>
 <description>&lt;p&gt;Dear All,&lt;/p&gt;
&lt;p&gt;Our local newspaper site is made with Server Side Includes, and is pretty functional. All past issues etc are pulled in via this way, but we are thinking of introducing a forum to spice things up. I have been researching the various options at &lt;a href=&quot;http://www.forum-software.org/forumlist&quot; title=&quot;http://www.forum-software.org/forumlist&quot;&gt;http://www.forum-software.org/forumlist&lt;/a&gt; but dont see drupal on there which Im quite surprised at (even though drupal is a full content management system, its forum is pretty good for straight out of the box solution). I have used drupal in the past for other newspaper site projects, and found the default forum set up great, but not sure I should go down this road and integrate a drupal site specifically for a forum into our current site over one of these other open source alternatives.&lt;br /&gt;
Can anyone plase advise on this.  Switching the whole site to drupal is def not an option for this paper (although its what I want:()&lt;br /&gt;
What are the benefits of drupal solely as a forum over these other products for a newspaper site&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/newspapers-on-drupal&quot;&gt;Newspapers on Drupal&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/15772#comments</comments>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <group domain="http://groups.drupal.org/newspapers-on-drupal">Newspapers on Drupal</group>
 <pubDate>Fri, 10 Oct 2008 14:09:42 +0000</pubDate>
 <dc:creator>amax</dc:creator>
 <guid isPermaLink="false">15772 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Request to take over drubb group</title>
 <link>http://groups.drupal.org/node/15745</link>
 <description>&lt;p&gt;I have the perms, but I want to make sure there&#039;s a paper trail. I&#039;ve sent an email to &lt;a href=&quot;mailto:tounano@drupal.org&quot;&gt;tounano@drupal.org&lt;/a&gt; and will give him time to respond. If no answer or if he gives his blessing, I&#039;d like to take over drubb, rename it, and make it into the central hub for forum improvements both with core forum and contrib modules for forums.&lt;/p&gt;
&lt;p&gt;Michelle&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/maintenance&quot;&gt;Maintenance&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/15745#comments</comments>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <group domain="http://groups.drupal.org/maintenance">Maintenance</group>
 <pubDate>Thu, 09 Oct 2008 16:47:38 +0000</pubDate>
 <dc:creator>Michelle</dc:creator>
 <guid isPermaLink="false">15745 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Is the core forum module still needed anymore?</title>
 <link>http://groups.drupal.org/node/12500</link>
 <description>&lt;p&gt;I know that I will most likely be wrong about this, but with the advancement of CCK, Views, OG and Panels, is the forum module really necessary anymore? My idea being is that with all these &quot;practically core&quot; modules, isn&#039;t it feasible to create a forum with just these modules?&lt;/p&gt;
&lt;p&gt;I can create a content type called &quot;forum post&quot; manually, set the taxonomy for the forums (granted containers would be an issue) and use views to custom tailor the data shown to the users. I can already create 8/10th&#039;s of the forum functionality with just that scenario. Unless I am missing something.&lt;/p&gt;
&lt;p&gt;Wouldn&#039;t it make sense to take the functionality that is needed to create forums and spread it out so that it can be used across multiple content types instead of saying that only forum.module can use X module and so forth.&lt;/p&gt;
&lt;p&gt;Also in regards to Forum ACL mechanisms like Forum Access, wouldn&#039;t it be more flexible to &quot;open&quot; it to other content types so that users could be selected to moderate a specific taxonomy term, instead of limiting it to only forums.&lt;/p&gt;
&lt;p&gt;The only issue that I can think of at the moment (I am not a drupal developer) is the theming aspect of making drupal forums look like vB or phpBB (flat forum or adv forum). But instead of creating a forum-only glue module, maybe a more generic and flexible module can be created that can be used across any content type.&lt;/p&gt;
&lt;p&gt;The greatest aspect I see in drupal is that I can use a group of modules to customize one content type and then latter do it in a completely different way with another content type. &quot;Locking&quot; modules to forum.module seems kinda anti-Drupal (in the sense that it is not flexible and open).&lt;/p&gt;
&lt;p&gt;It just seems to me that if most of the functionality can be created with major, well supported modules and the functionality that can&#039;t be done can be moved to a more relevant core module (i.e containers concept moved to taxonomy.module), create a basic smaller module to handle the functionality that cannot be created or see if can be added to CCK/Views/Panels/etc...&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/views-developers&quot;&gt;Views Developers&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/12500#comments</comments>
 <group domain="http://groups.drupal.org/content-construction-kit-cck">Content Construction Kit (CCK)</group>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <group domain="http://groups.drupal.org/panels">Panels</group>
 <group domain="http://groups.drupal.org/views-developers">Views Developers</group>
 <pubDate>Tue, 17 Jun 2008 09:13:41 +0000</pubDate>
 <dc:creator>specmav</dc:creator>
 <guid isPermaLink="false">12500 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Base 36 (Vancode) - leading digit/character</title>
 <link>http://groups.drupal.org/node/12038</link>
 <description>&lt;p&gt;I hope this is the right area for this question which refers to the &#039;thread&#039; field of the table &#039;comments&#039;.   I provide a non php solution to convert  &lt;a href=&quot;http://prime357.org/node/63&quot;&gt;Wordpress data to Drupal&lt;/a&gt;.   I recently became aware that the thread field is not a string of decimal numbers but is in fact a string of base 36 (Vancode) numbers.   I&#039;ve created the necessary functions to convert to and from base 36 format but I&#039;m a little confused re - the leading digit/character.&lt;/p&gt;
&lt;p&gt;Here is an excerpt from &lt;a href=&quot;http://api.drupal.org/api/function/int2vancode/5&quot; title=&quot;http://api.drupal.org/api/function/int2vancode/5&quot;&gt;http://api.drupal.org/api/function/int2vancode/5&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
Generate vancode.&lt;/p&gt;
&lt;p&gt;Consists of a leading character indicating length, followed by N digits with a numerical value in base 36. Vancodes can be sorted as strings without messing up numerical order.&lt;/p&gt;
&lt;p&gt;It goes: 00, 01, 02, ..., 0y, 0z, 110, 111, ... , 1zy, 1zz, 2100, 2101, ..., 2zzy, 2zzz, 31000, 31001, ...&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;So, &lt;code&gt;decimal 35 = z&lt;/code&gt; and so it is written as &lt;code&gt;0z&lt;/code&gt;.   The leading zero in this case, how does that indicate length?    Therefore &lt;code&gt;decimal 36 = 10&lt;/code&gt; and so is written as &lt;code&gt;110&lt;/code&gt; as per the excerpt above.   Again, how does the leading character &lt;code&gt;1&lt;/code&gt; indicate length when the length of &lt;code&gt;10&lt;/code&gt; is &lt;code&gt;2&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Obviously I can see a pattern forming whereby the leading character for the first 36 is 0, the next 36 is 1, the next 2 and so on up until z.   Is there an assumption that the leading character will never be greater than &quot;z&quot;.&lt;/p&gt;
&lt;p&gt;Any help appreciated.&lt;/p&gt;
&lt;p&gt;Steve&lt;br /&gt;
&lt;a href=&quot;http://prime357.org&quot; title=&quot;http://prime357.org&quot;&gt;http://prime357.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Update&lt;/b&gt;: &lt;i&gt;Since no response from the initial group (Database Schema API) I&#039;m posting to other groups I think might be relevant.   Secondary question is, for specific backend database type questions which group or forum is most relevant.   I&#039;ve got other backend database type questions waiting in the wings.&lt;/i&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/postgresql&quot;&gt;Postgresql&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/12038#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/5373">base 36</category>
 <category domain="http://groups.drupal.org/taxonomy/term/5372">vancode</category>
 <group domain="http://groups.drupal.org/australia">Australia</group>
 <group domain="http://groups.drupal.org/database">Database</group>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <group domain="http://groups.drupal.org/drupal-dojo">Drupal Dojo</group>
 <group domain="http://groups.drupal.org/mysql">MySQL</group>
 <group domain="http://groups.drupal.org/postgresql">Postgresql</group>
 <pubDate>Fri, 06 Jun 2008 00:13:04 +0000</pubDate>
 <dc:creator>superjacent</dc:creator>
 <guid isPermaLink="false">12038 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Advanced Forum: Forum Topic List Customizations</title>
 <link>http://groups.drupal.org/node/11231</link>
 <description>&lt;p&gt;Hi folks. I am working with Advanced Forum on Drupal 5.7, a really great module, BTW.&lt;/p&gt;
&lt;p&gt;I&#039;ve easily figured out how to adjust the advf-forum-list.tpl.php page to make &quot;Topics&quot; and &quot;Posts&quot; into clickable links to the topic list page&lt;/p&gt;
&lt;p&gt;Now, on the topic list page, I&#039;d like to make both the icon and &quot;replies&quot; link to their respective topic in advf-forum-topic-list.tpl.php&lt;/p&gt;
&lt;p&gt;Currently, I&#039;ve tried the following in advf-forum-topic-list.tpl.php (code without beginning comments):&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;print &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$pager&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&amp;lt;table id=&amp;quot;forum-topic-&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;print &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$topic_id&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;thead&amp;gt;&amp;lt;tr&amp;gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;print &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$header&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/thead&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;tbody&amp;gt;&lt;br /&gt;&amp;nbsp; &lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;foreach (&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$topics &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;as &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$topic&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;): &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;if (&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$topic&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;sticky&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$stickyclass &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;stickytopic&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$wassticky &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;TRUE&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$topic&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;title &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;&amp;lt;em&amp;gt;&#039; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;t&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;Sticky&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) . &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;:&amp;lt;/em&amp;gt; &#039; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$topic&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;title&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; } else {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$wassticky&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$stickyclass &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;firstnotsticky notsticky&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$wassticky &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;FALSE&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } else {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$stickyclass &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;notsticky&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr class=&amp;quot;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;print &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$topic&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;zebra&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt; &lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;print &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$stickyclass&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;td class=&amp;quot;icon&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php $topic&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;title&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&amp;quot;&amp;gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;print &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$topic&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;icon&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt; &amp;lt;/a&amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td class=&amp;quot;title&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;print &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$topic&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;title&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (!empty(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$topic&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;pager&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;&amp;lt;div class=&quot;forum-topic-pager&quot;&amp;gt;&#039; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$topic&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;pager &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;&amp;lt;/div&amp;gt;&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;if (&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$topic&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;moved&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;): &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;print &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$topic&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;message&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;else: &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td class=&amp;quot;replies&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;a href=&amp;quot;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php $topic&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;title&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&amp;quot;&amp;gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;print &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$topic&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;num_comments&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;if (&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$topic&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;new_replies&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;): &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&amp;lt;a href=&amp;quot;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;print &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$topic&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;new_url&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&amp;quot;&amp;gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;print &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$topic&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;new_text&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&amp;lt;/a&amp;gt;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;endif; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td class=&amp;quot;created&amp;quot;&amp;gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;print &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$topic&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;created&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td class=&amp;quot;last-reply&amp;quot;&amp;gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;print &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$topic&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;last_reply&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;endif; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;nbsp; &lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;endforeach; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/tbody&amp;gt;&lt;br /&gt;&amp;lt;/table&amp;gt;&lt;br /&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;print &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$pager&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Basically the parts I modified were:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;td class=&amp;quot;icon&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php $topic&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;title&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&amp;quot;&amp;gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;print &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$topic&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;icon&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt; &amp;lt;/a&amp;gt; &amp;lt;/td&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;a href=&amp;quot;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php $topic&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;title&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&amp;quot;&amp;gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;print &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$topic&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;num_comments&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Hoping to turn those items into clickable links.&lt;/p&gt;
&lt;p&gt;I&#039;d also like to add a link in advf-forum-topic-list.tpl.php under &quot;Last Reply&quot; to take a user to the last reply/comment for that topic.&lt;/p&gt;
&lt;p&gt;Finally, on advf-forum-topic-list.tpl.php I would like to be able to include the data for &quot;$forum-&amp;gt;description&quot; from advf-forum-list.tpl.php to advf-forum-topic-list.tpl.php&lt;/p&gt;
&lt;p&gt;Looking for some advice on how to accomplish these in Drupal 5 (and Drupal 6 eventually), and pledge to rework into a wiki page here that can be included in documentation. Thanks!!!!!&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drubb&quot;&gt;DruBB&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/11231#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/5047">advanced forum</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1084">howto</category>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <pubDate>Mon, 05 May 2008 19:59:00 +0000</pubDate>
 <dc:creator>samrose</dc:creator>
 <guid isPermaLink="false">11231 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Wiki page question</title>
 <link>http://groups.drupal.org/node/10815</link>
 <description>&lt;p&gt;Sorry if this is the wrong place to ask.  I&#039;m just trying to figure out how can I insert line &quot;You are viewing a wiki page. You are welcome to edit it. Be bold!&quot; on every Wiki page automatically?&lt;/p&gt;
&lt;p&gt;I&#039;m implementing Wiki content on my site and can&#039;t figure out how the line gets inserted at the top of the page.&lt;/p&gt;
&lt;p&gt;Thanks for your input.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drubb&quot;&gt;DruBB&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/10815#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/447">wiki</category>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <pubDate>Fri, 18 Apr 2008 05:35:48 +0000</pubDate>
 <dc:creator>maher</dc:creator>
 <guid isPermaLink="false">10815 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Forum Analysis</title>
 <link>http://groups.drupal.org/node/9477</link>
 <description>&lt;p&gt;Howdy all,&lt;/p&gt;
&lt;p&gt;I&#039;m considering writing an analysis on a few forum systems, with the aim of identifying what features &quot;make a difference&quot; when using the environment.  Not so much as a feature list, but more a conceptual list. I intend this to be focused towards a document that can be reviewed by all and sundry when it comes to establishing the technologies we use to build core/modules.&lt;/p&gt;
&lt;p&gt;Or something like that ;)&lt;/p&gt;
&lt;p&gt;So, this weekend .. I&#039;m going to install a few of them on various subdomains and start making notes and try to get a better overall picture of how content is interacted with, and how (right now, or in the future) Drupal could do the same.  Some things will be obvious (like the level of granular control on access) but some may not be (the different methods used to obtain updates to data &lt;em&gt;users&lt;/em&gt; are interested in rather than just what&#039;s new).&lt;/p&gt;
&lt;p&gt;Whilst I&#039;m doing this, I&#039;d love some feedback ... I&#039;m looking for the usual &quot;I wish Drupal did ...&quot; comments but more so, I&#039;d love additional thoughts on what could expand and refine the document.&lt;/p&gt;
&lt;p&gt;I&#039;ll probably throw all this up here somewhere when I&#039;m finished, but I&#039;ll keep my working notes up on my (just being established) site.  I&#039;ll post a URL once it doesn&#039;t look like a dogs breakfast ;)&lt;/p&gt;
&lt;p&gt;I come from a forum heavy background, having coded (too) many phpBB/SMF/vB/Invision systems and have quite the vested interest in this.  I would &lt;b&gt;love&lt;/b&gt; to replace the various forums I help manage with Drupal, but quite simply, it&#039;s just not there yet.&lt;/p&gt;
&lt;p&gt;So please, any pointers, advice, etc ... post it up :)&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drubb&quot;&gt;DruBB&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/9477#comments</comments>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <pubDate>Fri, 07 Mar 2008 01:01:36 +0000</pubDate>
 <dc:creator>MWLimburg@drupal.org</dc:creator>
 <guid isPermaLink="false">9477 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Cleaning up the forum module queue</title>
 <link>http://groups.drupal.org/node/8661</link>
 <description>&lt;p&gt;I&#039;ve just been looking through the issues in the &lt;a href=&quot;http://drupal.org/node/9729&quot;&gt;forum module queue&lt;/a&gt;, thought for a laugh I&#039;d have a look at the last one: &lt;a href=&quot;http://drupal.org/node/9729&quot; title=&quot;http://drupal.org/node/9729&quot;&gt;http://drupal.org/node/9729&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Is it alright to mark ancient stuff like that fixed? I checked and Drupal 6 adds a unique id to each forum row, so using CSS to attach an icon would be trivial. Just wanted to check that old stuff like that isn&#039;t there for a reason. :)&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drubb&quot;&gt;DruBB&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/8661#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/1167">DruBB</category>
 <category domain="http://groups.drupal.org/taxonomy/term/109">forum module</category>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <pubDate>Tue, 05 Feb 2008 06:34:41 +0000</pubDate>
 <dc:creator>liam mcdermott@drupal.org</dc:creator>
 <guid isPermaLink="false">8661 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Views in Core and forum.module</title>
 <link>http://groups.drupal.org/node/8613</link>
 <description>&lt;p&gt;From the wiki:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Most of this will be dependent on Views core going into D7 core.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Interesting. Does this mean that the forum list and topic list are going to be implemented as themed Views? This coupled with &lt;a href=&quot;http://drupal.org/project/action_view&quot;&gt;action_views&lt;/a&gt;, &lt;a href=&quot;http://drupal.org/project/editablefields&quot;&gt;editablefields&lt;/a&gt; (or similar), could provide inline moderation, a feature we&#039;ve been badly missing since moving our forums to Drupal. For reference inline moderation can be seen in the film: &#039;When Spammers Attack!&#039; or, since that only exists in my imagination, in the screenshot attached.&lt;/p&gt;
&lt;p&gt;Also, for the forum_access module, do we think there will be any chance of getting the following features in before D7?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;publish/unpublish posts;&lt;/li&gt;
&lt;li&gt;promote/demote topic;&lt;/li&gt;
&lt;li&gt;sticky topic;&lt;/li&gt;
&lt;li&gt;unpublish/publish own posts;&lt;/li&gt;
&lt;li&gt;delete own posts;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There&#039;s a &lt;a href=&quot;http://drupal.org/node/128679&quot;&gt;task that outlines some of this&lt;/a&gt;. &lt;a href=&quot;http://drupal.org/project/fasttoggle&quot;&gt;Fasttoggle&lt;/a&gt; is also worth a look. If any of these should go into the wiki, let me know.&lt;/p&gt;
&lt;p&gt;The other thing we miss is accountability (also see the screenshot). When mods/admins delete posts (or unpublish them in Drupal-speak) a message is left behind with a reason for the deletion and the time the action was taken. This can be checked by mods and admins. The &lt;a href=&quot;http://drupal.org/project/hidden&quot;&gt;Hidden module&lt;/a&gt; seems to be making inroads into fixing this problem.&lt;/p&gt;
&lt;p&gt;*** EDIT ***&lt;br /&gt;
Here&#039;s the screenshot:&lt;br /&gt;
&lt;img src=&quot;http://www.webmaster-forums.net/files/20071025usefulforumfeatures.png&quot; alt=&quot;inline moderation and other useful forum features&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Am not, of course, saying Drupal&#039;s forum should be exactly like this. It&#039;s the idea, not the specific implementation, we should take from this. :)&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drubb&quot;&gt;DruBB&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/8613#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/1765">forum</category>
 <category domain="http://groups.drupal.org/taxonomy/term/100">views</category>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <pubDate>Sat, 02 Feb 2008 07:42:19 +0000</pubDate>
 <dc:creator>liam mcdermott@drupal.org</dc:creator>
 <guid isPermaLink="false">8613 at http://groups.drupal.org</guid>
</item>
<item>
 <title>D7 Core forum development wiki</title>
 <link>http://groups.drupal.org/node/8599</link>
 <description>&lt;p&gt;This wiki page  is for discussing the &lt;a href=&quot;http://groups.drupal.org/node/8598&quot;&gt;plan of attack for D7 core forums&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt; NB&lt;/strong&gt;. Please try to keep discussion to concrete tasks and ideas on how this can be accomplished. There are plenty of threads for feature requests elsewhere in the &lt;a href=&quot;http://groups.drupal.org/drubb&quot;&gt;DruBB&lt;/a&gt; group, so feel free to read and add to those.&lt;/p&gt;
&lt;p&gt;A few topics to get started&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Architecture&lt;/strong&gt;&lt;br /&gt;
Posts are nodes, forum topics are just the first post in a thread, and forums are probably going to be nodes as well using the menu system hierarchy (a la D6 book module).&lt;/p&gt;
&lt;p&gt;Most of this will be dependent on Views core going into D7 core.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Forum access&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;publish/unpublish own posts;&lt;/li&gt;
&lt;li&gt;publish/unpublish all posts;&lt;/li&gt;
&lt;li&gt;sticky own posts;&lt;/li&gt;
&lt;li&gt;sticky all posts;&lt;/li&gt;
&lt;li&gt;Should &lt;a href=&quot;http://drupal.org/node/159219&quot;&gt;#159219&lt;/a&gt; be implemented before Forum access goes into core?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Moderation and moderation tools&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;splitting, merging, moving topics, see &lt;a href=&quot;http://drupal.org/node/23121&quot;&gt;#23121&lt;/a&gt;;&lt;/li&gt;
&lt;li&gt;locking topics;&lt;/li&gt;
&lt;li&gt;create redirects in the topic list that point to the topic, current behaviour is to redirect to the forum the topic is in. See: &lt;a href=&quot;http://drupal.org/node/13793&quot;&gt;#13793&lt;/a&gt;;&lt;/li&gt;
&lt;li&gt;etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Hooks for contrib modules&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;subscriptions;&lt;/li&gt;
&lt;li&gt;private messages;&lt;/li&gt;
&lt;li&gt;whispers (?);&lt;/li&gt;
&lt;li&gt;deleting redirects after a given timeframe;&lt;/li&gt;
&lt;li&gt;using redirects allow admins to create multiple redirects to a single topic (think announcements);&lt;/li&gt;
&lt;li&gt;etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Forum patches against D7 to focus on&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/45202&quot;&gt;Forum: Pager links in Forum topics list&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/206820&quot;&gt;Deleting forums leaves stale data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/150133&quot;&gt;Flat forum page style&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/147045&quot;&gt;Link to last post in forum table&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/132446&quot;&gt;Append signatures to forum posts&lt;/a&gt; (depends on &lt;a href=&quot;http://drupal.org/node/134478&quot;&gt;node refactoring &lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/102743&quot;&gt;New forum icons&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/148849&quot;&gt;Merge {node_comment_statistics} and {node_counter} into {node}&lt;/a&gt; (abstraction of node activity + performance)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/80492&quot;&gt;Add private forums to core&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/23121&quot;&gt;Moving comments/topics/discussionthreads&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/13793&quot;&gt;link to moved forum topic, not the new forum&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/145353&quot;&gt;Forums performance improvements&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/35254&quot;&gt;Extend forum.module to allow for per-forum moderators&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Also - direct link to the &lt;a href=&quot;http://drupal.org/project/issues/drupal?text=&amp;amp;components=forum.module&amp;amp;states=1%2C16%2C8%2C13%2C14%2C15%2C4&amp;amp;submitted=&amp;amp;assigned=&amp;amp;participated=&amp;amp;form_token=37ea768bd21d3994c18245042416fa80&amp;amp;form_id=project_issue_query&quot;&gt;forum issue queue&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drubb&quot;&gt;DruBB&lt;/a&gt;&lt;/div&gt;</description>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <pubDate>Fri, 01 Feb 2008 19:38:21 +0000</pubDate>
 <dc:creator>catch</dc:creator>
 <guid isPermaLink="false">8599 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Advanced Forum Module Master To Do List</title>
 <link>http://groups.drupal.org/node/8426</link>
 <description>&lt;p&gt;&lt;strong&gt;Last update: March 13, 2008&lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;KNOWN ISSUES&lt;br /&gt;
5/6 Last post doesn&#039;t recognize shadow posts (core forum issue)&lt;br /&gt;
5/6 Bleed-thru from theme makes unthemed forums look funny&lt;br /&gt;
6 _is_forum needs to take into account node types other than forum.&lt;br /&gt;
6 Mark all read needs to work on node types other than forum.&lt;br /&gt;
6 Mark all read needs menu code implemented&lt;br /&gt;
6 Make caching work on last post fetching&lt;/p&gt;
&lt;p&gt;DOCUMENTING&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/node/201057&quot; title=&quot;http://drupal.org/node/201057&quot;&gt;http://drupal.org/node/201057&lt;/a&gt; - Explain how to specially size avatars for forum posts&lt;/p&gt;
&lt;p&gt;NEW FEATURES&lt;/p&gt;
&lt;p&gt;Forum listing page:&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/node/219549&quot; title=&quot;http://drupal.org/node/219549&quot;&gt;http://drupal.org/node/219549&lt;/a&gt; - Add option to compact sub forums&lt;br /&gt;
 - Put link to tracker on top&lt;br /&gt;
 - Forum statistics&lt;br /&gt;
 - Show if there are new topics in forum listing (change icon)&lt;br /&gt;
 - Welcome message at top of forum listing&lt;br /&gt;
 - Jump to latest comment in latest thread on forum overview&lt;br /&gt;
 - Number of current viewers in each forum&lt;br /&gt;
 - Collapsable containers&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/node/109924&quot; title=&quot;http://drupal.org/node/109924&quot;&gt;http://drupal.org/node/109924&lt;/a&gt; - List forum moderators&lt;/p&gt;
&lt;p&gt;Topic listing page:&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/node/210453&quot; title=&quot;http://drupal.org/node/210453&quot;&gt;http://drupal.org/node/210453&lt;/a&gt; - Forum drop down list&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/node/227453&quot; title=&quot;http://drupal.org/node/227453&quot;&gt;http://drupal.org/node/227453&lt;/a&gt; - Add pager to topics&lt;br /&gt;
 - Put link to tracker on top&lt;br /&gt;
 - Hover over topic in listing shows post teaser in popup&lt;br /&gt;
 - Forum description on top&lt;br /&gt;
 - Number of views on topics&lt;br /&gt;
 - Separate spot on top for announcements&lt;br /&gt;
 - Jump to top within each comment&lt;/p&gt;
&lt;p&gt;Individual threads:&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/node/217194&quot; title=&quot;http://drupal.org/node/217194&quot;&gt;http://drupal.org/node/217194&lt;/a&gt; - Don&#039;t show node on the top of following pages (optional)&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/node/210453&quot; title=&quot;http://drupal.org/node/210453&quot;&gt;http://drupal.org/node/210453&lt;/a&gt; - Forum drop down list&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/node/208440&quot; title=&quot;http://drupal.org/node/208440&quot;&gt;http://drupal.org/node/208440&lt;/a&gt; - Theme forum post preview to match forum theme&lt;br /&gt;
 - Member #UID&lt;br /&gt;
 - Add link to jump to first unread to top of post&lt;br /&gt;
 - Show whole thread when replying&lt;br /&gt;
 - Ajaxified quick reply&lt;br /&gt;
 - Ajaxified quick edit&lt;br /&gt;
 - Icon by comment titles&lt;/p&gt;
&lt;p&gt;Other:&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/node/213335&quot; title=&quot;http://drupal.org/node/213335&quot;&gt;http://drupal.org/node/213335&lt;/a&gt; - Add option to theme all comments on site like forum comments&lt;br /&gt;
 - Create settings page&lt;br /&gt;
 - Add flatcomment code&lt;br /&gt;
 - Pager X of Y&lt;/p&gt;
&lt;p&gt;FUTURE PLANS&lt;br /&gt;
 - Panels integration&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drubb&quot;&gt;DruBB&lt;/a&gt;&lt;/div&gt;</description>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <pubDate>Thu, 24 Jan 2008 21:07:05 +0000</pubDate>
 <dc:creator>Michelle</dc:creator>
 <guid isPermaLink="false">8426 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Icon for new comments in forum</title>
 <link>http://groups.drupal.org/node/7916</link>
 <description>&lt;p&gt;Currently it is to my knowledge not possible to show with icons if a subforum contains new comments - it&#039;s only possible to show new topics.&lt;br /&gt;
This is pretty standard functionality and a feature a lot of users have asked about on my sites.&lt;/p&gt;
&lt;p&gt;It&#039;s just nice to have a quick overview of activity in all forums on the foum listings page.&lt;/p&gt;
&lt;p&gt;I asked around for a long itme in forums and on irc, but nobody had some ready-to-go code snippets, so I eventually set upon doing it myself.&lt;/p&gt;
&lt;p&gt;I promised Michelle to post my results in this group, but I&#039;m a bit hesitant because A: I don&#039;t know if I&#039;m the only one interested in this, and B: I still regard myself a newbie in code hacking, so this might be/probably is a totally wrong way to do this.&lt;/p&gt;
&lt;p&gt;But whatever, here&#039;s the code, that I put in my template file - maybe someone can turn it into something useful. I&#039;m pretty sure you&#039;re not supposed to put db queries in a template file, but I didn&#039;t know where else to put it - please enlighten me. It does give me the result I was looking for. Thanks to merlinofchaos for some hints.&lt;/p&gt;
&lt;p&gt;This is the query:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;$forumname &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$forum&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;tid&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$newcomments &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;db_result&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;db_query&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;SELECT h.nid FROM {history} h INNER JOIN {node_comment_statistics} ncs ON ncs.nid = h.nid INNER JOIN {forum} f ON f.nid = ncs.nid WHERE h.uid = &#039;&quot; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$user&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;uid &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#039; AND f.tid = &#039;&quot; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$forumname &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#039; AND ncs.last_comment_timestamp &amp;gt; h.timestamp&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;));&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;and this is the code snippet that I use to show the appropriate forum icons for subforums:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;if (&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$new_topics &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) {&lt;br /&gt;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$forumicon &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;&amp;lt;img src=&quot;http://mywebsite.com/themes/mytheme/images/forum_unread.gif&quot;&amp;gt;&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;} else if (&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$newcomments &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;!= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) {&lt;br /&gt;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$forumicon &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;&amp;lt;img src=&quot;http://mywebsite.com/themes/mytheme/images/forum_unread.gif&quot;&amp;gt;&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; } else&amp;nbsp; if (&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$newcomments &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;== &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$forumicon &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;&amp;lt;img src=&quot;http://mywebsite.com/themes/mytheme/images/forum_read.gif&quot;&amp;gt;&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Would love to hear some opinions on this approach - could this be achived in a more effective way. Please be gentle ;)&lt;/p&gt;
&lt;p&gt;oh, and here&#039;s a working example: &lt;a href=&quot;http://ammenet.dk/forum&quot; title=&quot;http://ammenet.dk/forum&quot;&gt;http://ammenet.dk/forum&lt;/a&gt; but it&#039;s not showing much if you&#039;re not a member of the site.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drubb&quot;&gt;DruBB&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/7916#comments</comments>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <pubDate>Tue, 01 Jan 2008 12:46:21 +0000</pubDate>
 <dc:creator>robotjox</dc:creator>
 <guid isPermaLink="false">7916 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Show parent forum in tracker</title>
 <link>http://groups.drupal.org/node/7871</link>
 <description>&lt;p&gt;We&#039;ve got a /tracker menu item to show new forum posts. Great. Only problem is it doesn&#039;t show the forum the topic is posted under, my first thought is that this could easily be fixed by using a view instead of the tracker. Problem with this is that views can&#039;t show whether there are new posts in a topic. So should I:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Patch tracker.module to include the category (can&#039;t see this getting into Drupal core somehow);&lt;/li&gt;
&lt;li&gt;copy tracker.module and customise it (then hack it every time a new version of Drupal is released: yuk);&lt;/li&gt;
&lt;li&gt;wait for the next version of Views.module (does it have support for showing the number of new posts in a topic?);&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;None of these options seem good to me, unless someone knows a way a patch could be submitted to the tracker.module which would actually get committed. Does anyone have any suggestions, and has anyone else run into the same problem?&lt;/p&gt;
&lt;p&gt;Thank you in advance for any help received! :)&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drubb&quot;&gt;DruBB&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/7871#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/1765">forum</category>
 <category domain="http://groups.drupal.org/taxonomy/term/109">forum module</category>
 <category domain="http://groups.drupal.org/taxonomy/term/270">forums</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1885">vBulletin migration forums</category>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <pubDate>Fri, 28 Dec 2007 16:43:48 +0000</pubDate>
 <dc:creator>liam mcdermott@drupal.org</dc:creator>
 <guid isPermaLink="false">7871 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Any experience with multiple forums?</title>
 <link>http://groups.drupal.org/node/7161</link>
 <description>&lt;p&gt;I apologize if this is not the right place to post this message, but I thought that here I may find Forum module experts that can answer my question.&lt;/p&gt;
&lt;p&gt;I am trying to implement multiple sites with flatforum using  &lt;a href=&quot;http://drupal.org/project/domain&quot;&gt;Domain Access&lt;/a&gt; (i.e.: single database, single settings.php, wildcard dns) and would like to support multiple Forums. Each site needs its own completely independent forum. Domain Prefix (a module in Domain Access) allows me to easily create/copy prefixed tables/structures. My question is: in order to have completely independent forums (independent taxonomies)...&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;* which is the minimum set of core tables that needs to be duplicated for each site? (forum, term*, comments, flatforum, all? others?)
* is there any additional action (SQL statement) that is required to complete the setup?
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;I am asking the second question because Domain Prefix carries out a plain table duplication, without going through the specifics of hook_install(). I am a Drupal user with no programming experience. Thank you.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drubb&quot;&gt;DruBB&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/7161#comments</comments>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <pubDate>Fri, 16 Nov 2007 15:11:05 +0000</pubDate>
 <dc:creator>skizzo@drupal.org</dc:creator>
 <guid isPermaLink="false">7161 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Advanced forum module wiki</title>
 <link>http://groups.drupal.org/node/7123</link>
 <description>&lt;p&gt;This wiki is intended to be a spec document for the new advanced forum module. The goal of the wiki is to gather together all the module lists, wishlists, hacks, etc that are scattered across both g.d.o and d.o into one place and organize them into a &quot;to do&quot; list for the module. It is a work in progress, so please feel free to add to it.&lt;/p&gt;
&lt;h2&gt;To do (incomplete list)&lt;/h2&gt;
&lt;p&gt;Show whole thread when replying&lt;br /&gt;
Put link to tracker on top&lt;br /&gt;
Change &quot;add new comment&quot; to &quot;reply&quot; to match others (Update: Done)&lt;br /&gt;
Jump to first unread&lt;br /&gt;
Add view counter to topic list&lt;br /&gt;
Add last comment to forum overview&lt;br /&gt;
Add configuration page&lt;br /&gt;
Make forum icon path customizable&lt;br /&gt;
Make forum containers collapsible&lt;br /&gt;
Keep the forum layout while previewing the comment before sending it.&lt;/p&gt;
&lt;h2&gt;Helper modules&lt;/h2&gt;
&lt;p&gt;These are modules that directly interact with the advanced forum module by providing functions for information display or by requiring a link from the forums to use them.&lt;/p&gt;
&lt;h3&gt;Link to&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/privatemsg&quot;&gt;Private Message&lt;/a&gt; (&lt;a href=&quot;http://www.ubercart.org/forum/announcements/163/private_messaging_and_site_upgrades&quot;&gt;alt.&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/quote&quot;&gt;Quote&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/subscriptions&quot;&gt;Subscriptions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/comment_page&quot;&gt;Comment Page&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Pull from&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/signature_forum&quot;&gt;Signature_Forum&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/userpoints/&quot;&gt;User Points&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/user_titles/&quot;&gt;User Titles&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/user_stats/&quot;&gt;User Stats&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/user_badges/&quot;&gt;User Badges&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/location&quot;&gt;Location&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/karma&quot;&gt;Karma&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Related modules&lt;/h2&gt;
&lt;p&gt;These are modules that are useful for the forums but aren&#039;t directly used by this advforum.&lt;/p&gt;
&lt;h3&gt;Forum administration&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/comment_mover&quot;&gt;Comment mover&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/fasttoggle&quot;&gt;Fast Toggle&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/split_moderation&quot;&gt;Split moderation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/forum_access&quot;&gt;Forum Access&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/commentcloser&quot;&gt;Comment closer &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Editor related&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;catch - I&#039;ve had issues with quicktags - i.e. it&#039;s not jQuery. Just found jTagEditor which looks like a very nice candidate though: &lt;a href=&quot;http://www.jaysalvat.com/jquery/jtageditor/&quot; title=&quot;http://www.jaysalvat.com/jquery/jtageditor/&quot;&gt;http://www.jaysalvat.com/jquery/jtageditor/&lt;/a&gt; &lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/bbcode&quot;&gt;BBCode filter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/quicktags&quot;&gt;Quicktags&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/smileys&quot;&gt;Smileys&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;User related&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/avatar_gallery&quot;&gt;Avatar gallery&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/avatar_selection&quot;&gt;Avatar selection&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Misc&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/comment_upload&quot;&gt;Comment_upload&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/upload_preview&quot;&gt;Upload previews&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/flatcomments&quot;&gt;Flat comments&lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/override_node_options&quot;&gt;Override Node Publishing Options&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/attachment&quot;&gt;Attachment &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/commentrss&quot;&gt;Comment RSS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/drupalit&quot;&gt;Drupalit&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Code snippets&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/node/202542&quot; title=&quot;http://drupal.org/node/202542&quot;&gt;http://drupal.org/node/202542&lt;/a&gt; ( Collapsible Containers )&lt;/p&gt;
&lt;h2&gt;Items to backport from D6&lt;/h2&gt;
&lt;p&gt;Allowing other content types (poll, etc) in forums&lt;br /&gt;
Make #new work across pages ( &lt;a href=&quot;http://drupal.org/node/6162&quot; title=&quot;http://drupal.org/node/6162&quot;&gt;http://drupal.org/node/6162&lt;/a&gt; )&lt;/p&gt;
&lt;h2&gt;Uncoded feature requests&lt;/h2&gt;
&lt;p&gt;Multi-select comment moving.&lt;/p&gt;
&lt;h2&gt;Links to existing posts about improving the forums&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/node/84014&quot;&gt;An old one by me from 2006&lt;/a&gt;(catch)&lt;br /&gt;
&lt;a href=&quot;http://groups.drupal.org/node/2418&quot;&gt;DruBB as a module package&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://groups.drupal.org/node/1780&quot;&gt;Kick-start: List of modules required for phpBB/vBulletin clone&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt; Unorganized section &lt;/h2&gt;
&lt;p&gt;Dump things here that need to be cleaned up and put into the sections above.&lt;/p&gt;
&lt;p&gt;
&lt;li&gt; [Easy&amp;amp;Quick] Add table prefixes (curly brackets, and call db_prefix_tables) at line 410 of advanced_forum.module. $query = db_prefix_tables(&quot;SELECT n.title AS nodetitle, res.title AS restitle, res.created, res.type AS restype, n.type AS nodetype, n.nid AS nid, t.tid, res.cid AS cid FROM {node} AS n INNER JOIN (SELECT title, created, nid, uid, type, &#039;cid&#039; AS cid FROM {node} UNION SELECT subject, timestamp, nid, uid, &#039;comment&#039;, cid FROM {comments} ORDER BY created DESC) AS res ON n.nid=res.nid INNER JOIN term_node AS t ON n.nid = t.nid GROUP BY tid;&quot;);&lt;/li&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;li&gt;Embedded Youtube &amp;amp; Google videos: A BBCode module modification allows to embed Youtube videos; see it &lt;a href=&quot;http://drupal.org/node/110142&quot;&gt;here&lt;/a&gt;. It needs a bit of work -you need to put the video ID instead of the full URL-, but that&#039;s the way to go!&lt;/li&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;li&gt;JSFX is suite of effects (if you want to use commenthide / expand comments )&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/project/jsfx&quot; title=&quot;http://drupal.org/project/jsfx&quot;&gt;http://drupal.org/project/jsfx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
&lt;li&gt;Search Type (can have seach for forum) &lt;a href=&quot;http://drupal.org/project/search_type&quot; title=&quot;http://drupal.org/project/search_type&quot;&gt;http://drupal.org/project/search_type&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
&lt;li&gt;Use-case: using &lt;a href=&quot;http://drupal.org/project/drupalit&quot;&gt;Drupalit&lt;/a&gt;, I am trying to set up self-moderated forums where users promote best topics clicking on vote (see &lt;a href=&quot;http://i10.tinypic.com/6uhtudf.png&quot; title=&quot;http://i10.tinypic.com/6uhtudf.png&quot;&gt;http://i10.tinypic.com/6uhtudf.png&lt;/a&gt; ). Filtering with Views, one should be able to relegate lame topics to bottom position.&lt;/li&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;li&gt;Use-case: using  &lt;a href=&quot;http://drupal.org/project/domain&quot;&gt;Domain&lt;/a&gt; (a neat new module), I am trying to implement easily manageable multisites, and I need per-site forums. That implies per-site taxonomy (otherwise the consolidated Forums list would pull down when posting). Domain module supports prefixed tables, so per-domain taxonomies can be configured. Still, there may be interaction problems between Domain and some other modules. If we can make sure that Advanced Forum will be compatible with Domain, that would be really great...&lt;/p&gt;
&lt;p&gt;Note: More than just &quot;compatibility&quot; may be required, some integration (via Domain Access&#039; API?) may be needed. Forums need to be able to split off in multisite configurations and prefix tables may not be able to cover that correctly. The optimal situation should allow choices for per-site or centralized forums for the multiple sites sharing the same Drupal install.
&lt;/li&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;li&gt;Bury topics: Anyone registered with &lt;a href=&quot;http://digg.com/&quot; title=&quot;http://digg.com/&quot;&gt;http://digg.com/&lt;/a&gt;  can easily click on &lt;em&gt;Bury&lt;/em&gt; and the clicked story magically disappears. It would be nice to have this working for forum topics.  Mentioned in &lt;a href=&quot;http://drupal.org/node/158176&quot; title=&quot;http://drupal.org/node/158176&quot;&gt;http://drupal.org/node/158176&lt;/a&gt; (will not be considered for inclusion in D5 Drupalit, maybe in D6).&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drubb&quot;&gt;DruBB&lt;/a&gt;&lt;/div&gt;</description>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <pubDate>Wed, 14 Nov 2007 15:48:11 +0000</pubDate>
 <dc:creator>Michelle</dc:creator>
 <guid isPermaLink="false">7123 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Forum enhancement module</title>
 <link>http://groups.drupal.org/node/7064</link>
 <description>&lt;p&gt;So many people have said they are going to improve forums and then we never hear from them again. I finally had enough of waiting for someone else to do it and I&#039;m taking up the job myself. I started working on it yesterday, basing my code on flatforum. This module is intended to replace flatforum, which I think has reached the end of life.&lt;/p&gt;
&lt;p&gt;I don&#039;t have time to do a full specs writeup right now, but I wanted to get this post out there. The first thing that needs to be decided on is the name. That may sound trivial, but it&#039;s important. I want to get this code into CVS as soon as I have something basically working so that it is available to the community for feedback / patches. Which means I need to name it.&lt;/p&gt;
&lt;p&gt;I&#039;ve been calling it &quot;fancy_forum&quot; so I had something to name the functions. But that may be a bit too &quot;cutesy&quot;. Other options I&#039;ve considered are &quot;forum plus&quot;, &quot;enhanced forum&quot;, &quot;advanced forum&quot;, and &quot;forum glue&quot;. I&#039;m not keen on the &quot;drubb&quot; name, to be honest. It&#039;s a Drupal module so the Drupal part is a given. It&#039;s not normal to put Drupal or even &quot;Dru&quot; into the module name.&lt;/p&gt;
&lt;p&gt;Opinions?&lt;/p&gt;
&lt;p&gt;I&#039;ll get back with some specs later today.&lt;/p&gt;
&lt;p&gt;Michelle&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Edit:&lt;/strong&gt;This module now has a project, &lt;a href=&quot;http://drupal.org/project/advanced_forum&quot;&gt;Advanced Forum&lt;/a&gt; but the code is still only in CVS at this time.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drubb&quot;&gt;DruBB&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/7064#comments</comments>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <pubDate>Mon, 12 Nov 2007 14:09:32 +0000</pubDate>
 <dc:creator>Michelle</dc:creator>
 <guid isPermaLink="false">7064 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Spanish Installation Profile of a Drupal BB </title>
 <link>http://groups.drupal.org/node/6007</link>
 <description>&lt;p&gt;NOTE: I have no idea who these people are, just found them on a thread on drupal.org.&lt;/p&gt;
&lt;p&gt;Some folks have come up with an installation profile and downloadable fileset of what they call a DrupalBB.&lt;/p&gt;
&lt;p&gt;LINK: &lt;a href=&quot;http://www.esdrupal.org/distribucion-drupalbb&quot;&gt;Distribucion-drupalbb&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here&#039;s the installation instructions: &lt;a href=&quot;http://www.esdrupal.org/articulos/como-instalar-y-configurar-drupalbb&quot;&gt;LINK&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here&#039;s a walkthrough of all the modules and views arguments they used: &lt;a href=&quot;http://www.esdrupal.org/articulos/creando-un-foro-similar-phpbb-vbulletin-en-drupal-5-2&quot;&gt;LINK&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Babelfish and google translate can help the spanishtards like me.&lt;/p&gt;
&lt;p&gt;Anyone wanna take a crack at it and see how complete it is?&lt;/p&gt;
&lt;p&gt;If the site goes offline, I have caches and copies of the files that I can host also.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drubb&quot;&gt;DruBB&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/6007#comments</comments>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <pubDate>Tue, 04 Sep 2007 20:42:34 +0000</pubDate>
 <dc:creator>Cross_and_Flame@drupal.org</dc:creator>
 <guid isPermaLink="false">6007 at http://groups.drupal.org</guid>
</item>
<item>
 <title>The future of flatforum</title>
 <link>http://groups.drupal.org/node/5522</link>
 <description>&lt;p&gt;For people who like the look of forums like phpbb, flatforum is a great leg up on the theming. Unfortunately, the maintainer has gotten busy and is unable to continue with it. See &lt;a href=&quot;http://drupal.org/node/165915&quot; title=&quot;http://drupal.org/node/165915&quot;&gt;http://drupal.org/node/165915&lt;/a&gt; . I don&#039;t think I&#039;m a good choice to take it over because my php and theming skills aren&#039;t that good, so I wanted to post this and see if anyone out there is willing to step up.&lt;/p&gt;
&lt;p&gt;The HEAD version of flatforum works pretty well in Zen and probably other themes but not in Garland. One thing I suggest is making HEAD an official release but put in the caveat about Garland.  At this point, I don&#039;t know if it&#039;s worthwhile to do more work in 5.x as it works &quot;good enough&quot; unless someone has the time and wants to.&lt;/p&gt;
&lt;p&gt;My bigger concern is the future. I haven&#039;t looked into the theming changes for 6 but I&#039;ve heard tidbits about it while hanging out on IRC and I suspect that they will have a big impact on flatforum.  It would be good if someone who has been keeping up with the changes could take a look and see what would need to be done. Even better if someone would go ahead and do it. :)&lt;/p&gt;
&lt;p&gt;I should be in a better position to help out with this around the time 6 comes out. I&#039;ll be working on updating my sites to 6 and so will be able to test and maybe even do some minor fixing.&lt;/p&gt;
&lt;p&gt;Michelle&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drubb&quot;&gt;DruBB&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/5522#comments</comments>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <pubDate>Thu, 09 Aug 2007 20:03:33 +0000</pubDate>
 <dc:creator>Michelle</dc:creator>
 <guid isPermaLink="false">5522 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Comparison of current forum software</title>
 <link>http://groups.drupal.org/node/5470</link>
 <description>&lt;p&gt;Just as another plan of attack, i decided to get a sexy table to list the differences between forum software so we can then draft up a complete list of features we require. So, please -- edit this page to add in a DruBB column so we can see EXACTLY what we need! :)&lt;/p&gt;
&lt;p&gt;I think it&#039;s pretty important to ensure that we try and get as many of these features into our forum module, but also allow various levels of complexity for the user to set so people who enjoyed the simplicity of the original forum can be satiated, as well as those style whores who want every form of superfluity possible on their forum. Maybe several install schemas? (Simple, Extended, etc) or not, who knows?&lt;/p&gt;
&lt;p&gt;Tommorow, i&#039;ll be trying to expand the DruBB column so the features are explicitly listed, then i will make another post for the tasks and various bridges that are required. Note my sarcasm as to our lack of release and version ;-)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Needs native&lt;/b&gt; - indicates that even if included in an external module, the functionality must be completely integrated within the forum as it is with the forum softwares shown below. This may also mean that the module may need creating and, may need a separate team or developer.&lt;br /&gt;
&lt;b&gt;Needs expansion&lt;/b&gt; - Currently present within forum.module, or other modules but requires definite expansion so it can compete with the other forum software, or may even need redesign depending upon how large the expansion is.&lt;br /&gt;
&lt;b&gt;Partial&lt;/b&gt; - This means that the feature is supported, but not entirely by one module or not exclusively to the forum aspect of drupal. i.e - User management can be done for drupal but more extensive per-user editing and permissions is required or whatever, and therefore it means that it can be somewhat achieved, but occurs over several modules or features of drupal and is not yet as easy as others.&lt;br /&gt;
&lt;b&gt;Not properly&lt;/b&gt; - Means that it exists, but for the purposes of this expansion it is inadequate, or does not attempt the correct method.&lt;/p&gt;
&lt;p&gt;EDIT: how do you define emoticon vs smiley ? Is one used to indicate the global mood of the post and the other used to &quot;format&quot; text inside the post ? In the second case, it is already possible to use &quot;smileys&quot; in forums...&lt;/p&gt;
&lt;p&gt;EDIT2: for usability and simplicity, please take a look at Opera&#039;s forums ! Very nice...&lt;/p&gt;
&lt;p&gt;EDIT3: For forum feature comparison, there is for example &lt;a href=&quot;http://www.forummatrix.org/&quot;&gt;&lt;i&gt;ForumMatrix&lt;/i&gt;&lt;/a&gt;, and some &lt;a href=&quot;http://en.wikipedia.org/wiki/Comparison_of_Internet_forum_software&quot;&gt;&lt;i&gt;Wikipedia&lt;/i&gt;&lt;/a&gt; articles. See also some interesting &lt;a href=&quot;http://google.com/trends?q=drupal%2C+phpbb%2C+vbulletin%2C+smf%2C+invision&quot;&gt;&lt;i&gt;trends&lt;/i&gt;&lt;/a&gt; from Google.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;th&gt;General&lt;/th&gt;
&lt;th&gt;Invision Power Board&lt;/th&gt;
&lt;th&gt;Phorum&lt;/th&gt;
&lt;th&gt;phpBB&lt;/th&gt;
&lt;th&gt;SMF&lt;/th&gt;
&lt;th&gt;vBulletin&lt;/th&gt;
&lt;th&gt;Drupal&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Version&lt;/th&gt;
&lt;th&gt;v 2.2.2&lt;/th&gt;
&lt;th&gt;5.1.22&lt;/th&gt;
&lt;th&gt;2.0.21&lt;/th&gt;
&lt;th&gt;1.1.3&lt;/th&gt;
&lt;th&gt;3.6.7&lt;/th&gt;
&lt;th&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;UTF-8 Support&lt;/th&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;td&gt;Threaded or Flat&lt;/td&gt;
&lt;td&gt;Threaded or Flat&lt;/td&gt;
&lt;td&gt;Flat&lt;/td&gt;
&lt;td&gt;Flat&lt;/td&gt;
&lt;td&gt;Threaded or Flat&lt;/td&gt;
&lt;td&gt;Threaded/Flat&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Installation method&lt;/th&gt;
&lt;td&gt;wizard&lt;/td&gt;
&lt;td&gt;wizard&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;wizard&lt;/td&gt;
&lt;td&gt;wizard&lt;/td&gt;
&lt;td&gt;Module install&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Upgrade method&lt;/th&gt;
&lt;td&gt;wizard&lt;/td&gt;
&lt;td&gt;wizard&lt;/td&gt;
&lt;td&gt;3rd party wizard&lt;/td&gt;
&lt;td&gt;wizard&lt;/td&gt;
&lt;td&gt;wizard&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Data Storage&lt;/th&gt;
&lt;th&gt;Invision Power Board&lt;/th&gt;
&lt;th&gt;Phorum&lt;/th&gt;
&lt;th&gt;phpBB&lt;/th&gt;
&lt;th&gt;SMF&lt;/th&gt;
&lt;th&gt;vBulletin&lt;/th&gt;
&lt;th&gt;Drupal&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;MySQL&lt;/th&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Postgres&lt;/th&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Oracle&lt;/th&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt; No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;SQLite&lt;/th&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;LaTeX&lt;/th&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;other&lt;/th&gt;
&lt;td&gt;MS SQL&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;MS SQL 7/2000, MS Access&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Posts&lt;/th&gt;
&lt;th&gt;Invision Power Board&lt;/th&gt;
&lt;th&gt;Phorum&lt;/th&gt;
&lt;th&gt;phpBB&lt;/th&gt;
&lt;th&gt;SMF&lt;/th&gt;
&lt;th&gt;vBulletin&lt;/th&gt;
&lt;th&gt;Drupal&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;BBCode&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Plugin&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;HTML&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Plugin&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;BBCode module&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Emoticons&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Plugin&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Smileys&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Formatting Toolbar&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Plugin&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Various&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;WYSIWYG Editor&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Plugin&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt; No&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Various&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Quoting&lt;/th&gt;
&lt;td&gt;Nested&lt;/td&gt;
&lt;td&gt;Nested&lt;/td&gt;
&lt;td&gt;Nested&lt;/td&gt;
&lt;td&gt;Nested&lt;/td&gt;
&lt;td&gt;Single&lt;/td&gt;
&lt;td&gt;Quote&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Syntax Highlighting&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Plugin&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Codefilter&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Attachments&lt;/th&gt;
&lt;td&gt;Multiple files&lt;/td&gt;
&lt;td&gt;Multiple files&lt;/td&gt;
&lt;td&gt; No&lt;/td&gt;
&lt;td&gt;Multiple files&lt;/td&gt;
&lt;td&gt;Multiple files&lt;/td&gt;
&lt;td&gt;Various&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Forums&lt;/th&gt;
&lt;th&gt;Invision Power Board&lt;/th&gt;
&lt;th&gt;Phorum&lt;/th&gt;
&lt;th&gt;phpBB&lt;/th&gt;
&lt;th&gt;SMF&lt;/th&gt;
&lt;th&gt;vBulletin&lt;/th&gt;
&lt;td&gt;Drupal&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Categories&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Taxonomy&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Subforums&lt;/th&gt;
&lt;td&gt;unlimited&lt;/td&gt;
&lt;td&gt;multiple levels&lt;/td&gt;
&lt;td&gt; No&lt;/td&gt;
&lt;td&gt;unlimited&lt;/td&gt;
&lt;td&gt;unlimited&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Last Post&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Advforum&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Redirect Forums&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; No&lt;/td&gt;
&lt;td&gt; No&lt;/td&gt;
&lt;td&gt; Plugin&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Trashcan Forum&lt;/th&gt;
&lt;td&gt; Optional&lt;/td&gt;
&lt;td&gt; No&lt;/td&gt;
&lt;td&gt; No&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Anti-Spam and Security&lt;/th&gt;
&lt;th&gt;Invision Power Board&lt;/th&gt;
&lt;th&gt;Phorum&lt;/th&gt;
&lt;th&gt;phpBB&lt;/th&gt;
&lt;th&gt;SMF&lt;/th&gt;
&lt;th&gt;vBulletin&lt;/th&gt;
&lt;td&gt;Drupal&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;CAPTCHA&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Plugin&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Various&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Groups&lt;/th&gt;
&lt;td&gt;Multiple groups&lt;/td&gt;
&lt;td&gt;Multiple groups&lt;/td&gt;
&lt;td&gt;Multiple groups&lt;/td&gt;
&lt;td&gt;Multiple groups&lt;/td&gt;
&lt;td&gt;Multiple groups&lt;/td&gt;
&lt;td&gt;OG&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Flood Control&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Plugin&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;ACLs&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Partial&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Blacklist&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Warnings&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Plugin&lt;/td&gt;
&lt;td&gt; No&lt;/td&gt;
&lt;td&gt; Plugin&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Suspension&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Plugin&lt;/td&gt;
&lt;td&gt; No&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;User block&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Bans&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;IP-Block&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Audit Logging&lt;/th&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt; Plugin&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;??&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;User Reports&lt;/th&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Other&lt;/th&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;An Akismet mod is available&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Notification&lt;/th&gt;
&lt;th&gt;Invision Power Board&lt;/th&gt;
&lt;th&gt;Phorum&lt;/th&gt;
&lt;th&gt;phpBB&lt;/th&gt;
&lt;th&gt;SMF&lt;/th&gt;
&lt;th&gt;vBulletin&lt;/th&gt;
&lt;th&gt;Drupal&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;RSS/ATOM&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; No&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Yes/??&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;E-Mail&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Instant Messaging&lt;/th&gt;
&lt;td&gt;0&lt;/td&gt;
&lt;td&gt;0&lt;/td&gt;
&lt;td&gt;plugin&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Contrib&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Bookmarks&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; No&lt;/td&gt;
&lt;td&gt; Plugin&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Views bookmarks&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Community&lt;/th&gt;
&lt;th&gt;Invision Power Board&lt;/th&gt;
&lt;th&gt;Phorum&lt;/th&gt;
&lt;th&gt;phpBB&lt;/th&gt;
&lt;th&gt;SMF&lt;/th&gt;
&lt;th&gt;vBulletin&lt;/th&gt;
&lt;th&gt;Drupal&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Avatars&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Plugin&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;User Ranks&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Plugin&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;User points / badges / titles&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Rating/Karma System&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Plugin&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Fivestar/karma&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Signatures&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Signature_forums&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Users Online List&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Plugin&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Yes, but more coming in advforum&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Private Messaging&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Privatemsg&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Custom profile fields&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; No&lt;/td&gt;
&lt;td&gt; Plugin&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Moderation&lt;/th&gt;
&lt;th&gt;Invision Power Board&lt;/th&gt;
&lt;th&gt;Phorum&lt;/th&gt;
&lt;th&gt;phpBB&lt;/th&gt;
&lt;th&gt;SMF&lt;/th&gt;
&lt;th&gt;vBulletin&lt;/th&gt;
&lt;th&gt;Drupal&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Moderators&lt;/th&gt;
&lt;td&gt;global and forums&lt;/td&gt;
&lt;td&gt;global and forums&lt;/td&gt;
&lt;td&gt;global and forums&lt;/td&gt;
&lt;td&gt;global, forums and threads&lt;/td&gt;
&lt;td&gt;global and forums&lt;/td&gt;
&lt;td&gt;Forum access&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Move Threads&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Split Threads&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Comment mover&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Close Threads&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Shadow Topics&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Sticky Threads&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Important Threads&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Coming to advforum&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Search&lt;/th&gt;
&lt;th&gt;Invision Power Board&lt;/th&gt;
&lt;th&gt;Phorum&lt;/th&gt;
&lt;th&gt;phpBB&lt;/th&gt;
&lt;th&gt;SMF&lt;/th&gt;
&lt;th&gt;vBulletin&lt;/th&gt;
&lt;th&gt;Drupal&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Full-text search&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Author search&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Advanced search&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Unread Topics&lt;/th&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt; No&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Database tracked&lt;/td&gt;
&lt;td&gt;Database tracked&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Customization&lt;/th&gt;
&lt;th&gt;Invision Power Board&lt;/th&gt;
&lt;th&gt;Phorum&lt;/th&gt;
&lt;th&gt;phpBB&lt;/th&gt;
&lt;th&gt;SMF&lt;/th&gt;
&lt;th&gt;vBulletin&lt;/th&gt;
&lt;th&gt;Drupal&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Languages&lt;/th&gt;
&lt;td&gt;Integrated language editor&lt;/td&gt;
&lt;td&gt;Many user contributed.&lt;/td&gt;
&lt;td&gt;50+&lt;/td&gt;
&lt;td&gt;25+&lt;/td&gt;
&lt;td&gt;Official: English, German, Chinese, Hungarian;&lt;br /&gt;
Translatable into any language&lt;/td&gt;
&lt;td&gt;Any on g.d.o&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Templates&lt;/th&gt;
&lt;td&gt;global and forum specific&lt;/td&gt;
&lt;td&gt;global and forum specific&lt;/td&gt;
&lt;td&gt;global&lt;/td&gt;
&lt;td&gt;global and forum specific&lt;/td&gt;
&lt;td&gt;global and forum specific&lt;/td&gt;
&lt;td&gt;Drupal themes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Custom BBCodes&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; No&lt;/td&gt;
&lt;td&gt; No&lt;/td&gt;
&lt;td&gt; Plugin&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Yes?&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Skin-Editor&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; No&lt;/td&gt;
&lt;td&gt; No&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;??&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Smiley Packs&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Plugin&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Plugins&lt;/th&gt;
&lt;td&gt; Optional&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Special Features&lt;/th&gt;
&lt;th&gt;Invision Power Board&lt;/th&gt;
&lt;th&gt;Phorum&lt;/th&gt;
&lt;th&gt;phpBB&lt;/th&gt;
&lt;th&gt;SMF&lt;/th&gt;
&lt;th&gt;vBulletin&lt;/th&gt;
&lt;th&gt;Drupal&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Statistics&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Plugin&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Polls&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Plugin&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Calendar&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; No&lt;/td&gt;
&lt;td&gt; Patch&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Yes)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Friendly URLs&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Plugin&lt;/td&gt;
&lt;td&gt; No&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;Yes)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Data Management&lt;/th&gt;
&lt;th&gt;Invision Power Board&lt;/th&gt;
&lt;th&gt;Phorum&lt;/th&gt;
&lt;th&gt;phpBB&lt;/th&gt;
&lt;th&gt;SMF&lt;/th&gt;
&lt;th&gt;vBulletin&lt;/th&gt;
&lt;th&gt;Drupal&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Pruning&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Archiving&lt;/th&gt;
&lt;td&gt; Yes&lt;/td&gt;
&lt;td&gt; No&lt;/td&gt;
&lt;td&gt; No&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt; No&lt;/td&gt;
&lt;td&gt;??&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Export Formats&lt;/th&gt;
&lt;td&gt;Word, HTML&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;WAP(2), IMode&lt;/td&gt;
&lt;td&gt;Single Table CSV, Single and Multi-Table SQL&lt;/td&gt;
&lt;td&gt;??&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Export private messages&lt;/th&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;??&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Lo-Fi View&lt;/th&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Optional&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;??&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drubb&quot;&gt;DruBB&lt;/a&gt;&lt;/div&gt;</description>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <pubDate>Mon, 06 Aug 2007 23:21:09 +0000</pubDate>
 <dc:creator>Halca</dc:creator>
 <guid isPermaLink="false">5470 at http://groups.drupal.org</guid>
</item>
<item>
 <title>New module to assign titles to users</title>
 <link>http://groups.drupal.org/node/5358</link>
 <description>&lt;p&gt;Last week I created a module that&#039;s popular with forum communities; it allows titles to be assigned based upon post counts, as well as arbitrary overriding of the titles by administrators.&lt;/p&gt;
&lt;p&gt;It requires work at the theming layer to expose these titles, though I saw some mention that flatforum may offer automatic integration with the module if it exists. If so, that would be really handy.&lt;/p&gt;
&lt;p&gt;See &lt;a href=&quot;http://drupal.org/project/user_titles&quot; title=&quot;http://drupal.org/project/user_titles&quot;&gt;http://drupal.org/project/user_titles&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drubb&quot;&gt;DruBB&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/5358#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/270">forums</category>
 <category domain="http://groups.drupal.org/taxonomy/term/2679">user titles</category>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <pubDate>Sun, 29 Jul 2007 06:37:30 +0000</pubDate>
 <dc:creator>merlinofchaos</dc:creator>
 <guid isPermaLink="false">5358 at http://groups.drupal.org</guid>
</item>
<item>
 <title>With all the work going into fixing the core forum module, you might not be interested, but...</title>
 <link>http://groups.drupal.org/node/4895</link>
 <description>&lt;p&gt;With all the work going into fixing the core forum module, you might not be interested, but...we&#039;re working on a new &lt;a href=&quot;http://drupal.org/project/og_forum&quot;&gt;og_forum&lt;/a&gt; module. The dev version of the 2.x branch is available now, though the latest tarball won&#039;t be ready until late Friday/early Saturday.&lt;/p&gt;
&lt;p&gt;I look forward to all of the work you guys are doing on the core forum module and can&#039;t wait to modify og_forum to work with it.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drubb&quot;&gt;DruBB&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/4895#comments</comments>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <pubDate>Sat, 30 Jun 2007 04:04:03 +0000</pubDate>
 <dc:creator>rconstantine</dc:creator>
 <guid isPermaLink="false">4895 at http://groups.drupal.org</guid>
</item>
<item>
 <title>One-to-one tables, required revisions, preview as revision?</title>
 <link>http://groups.drupal.org/node/4451</link>
 <description>&lt;p&gt;David Strauss started a great discussion on the development list about &lt;a href=&quot;http://lists.drupal.org/pipermail/development/2007-June/024284.html&quot;&gt;one-to-one tables&lt;/a&gt; this week that &lt;i&gt;could&lt;/i&gt; impact comments and potentially forums... since, &lt;a href=&quot;http://lists.drupal.org/pipermail/development/2007-June/024321.html&quot;&gt;as Dries points out&lt;/a&gt;, forums is one of the 5 core modules that use the node_comment_statistics table David wants to eliminate.&lt;/p&gt;
&lt;p&gt;I&#039;m not that interested in database optimization so I haven&#039;t been following the thread that closely, but I am interested in major changes to schemas that may impact user contributed modules I use.&lt;/p&gt;
&lt;p&gt;Can anyone for familiar with interworkings of the modules that extend and improve forums or the work being done to improve the core comment on how the changes David is proposing would impact these?&lt;/p&gt;
&lt;p&gt;Another thread/idea that David started is requiring &lt;a href=&quot;http://lists.drupal.org/pipermail/development/2007-June/024471.html&quot;&gt;node revisions for all updates&lt;/a&gt; and making &lt;a href=&quot;http://lists.drupal.org/pipermail/development/2007-June/024507.html&quot;&gt;preview an uncommitted node revision&lt;/a&gt;.  It seems like this would be another change that could impact forum interface/usability.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drubb&quot;&gt;DruBB&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/4451#comments</comments>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <pubDate>Thu, 07 Jun 2007 21:53:42 +0000</pubDate>
 <dc:creator>kreynen@drupal.org</dc:creator>
 <guid isPermaLink="false">4451 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Help review the &#039;Custom content types as forum topics&#039; patch</title>
 <link>http://groups.drupal.org/node/4447</link>
 <description>&lt;p&gt;The issue is at: &lt;a href=&quot;http://drupal.org/node/20295&quot; title=&quot;http://drupal.org/node/20295&quot;&gt;http://drupal.org/node/20295&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It&#039;s the most awaited one after flat forums(coming soon!), and posting this one so that we can move on to flat forum one asap! Now, for this one, imagine you want polls to appear in your forums, this patch gets any content type in there, and likewise the possibilities to push any content into forums by choosing related category. Hopefully this much makes enough sense what the patch does. Will also post a port for Drupal 5.x, as requested by Michelle.&lt;/p&gt;
&lt;p&gt;Issue link again: &lt;a href=&quot;http://drupal.org/node/20295&quot; title=&quot;http://drupal.org/node/20295&quot;&gt;http://drupal.org/node/20295&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/reviewers&quot;&gt;Reviewers&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/4447#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/108">CCK</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1765">forum</category>
 <category domain="http://groups.drupal.org/taxonomy/term/270">forums</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1281">patch</category>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <group domain="http://groups.drupal.org/reviewers">Reviewers</group>
 <pubDate>Thu, 07 Jun 2007 07:20:20 +0000</pubDate>
 <dc:creator>Gurpartap Singh</dc:creator>
 <guid isPermaLink="false">4447 at http://groups.drupal.org</guid>
</item>
<item>
 <title>DruBB - Proposals, Features and Funding!</title>
 <link>http://groups.drupal.org/node/4433</link>
 <description>&lt;p&gt;Okay,&lt;/p&gt;
&lt;p&gt;I&#039;ve been mulling this over for a long time now, Drupal&#039;s current forums simply aren&#039;t adequate. But what do WE as the community want from DruBB? What is it we need?&lt;/p&gt;
&lt;p&gt;Personally:&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Look and Feel&lt;/b&gt; - the forum needs to look and feel more ... natural it needs to be easy to use, let&#039;s face it forums are community tools, who has a community which contains users who can code HTML? Who can navigate confusing multi-level hierarchies? I certainly don&#039;t.&lt;br /&gt;
&lt;b&gt;Features&lt;/b&gt; - it needs to be quick and easy to assign moderators, to set permissions, to create and edit forums, containers etc, we need those cute features which make a forum, a forum. Smilies, BBCode (implemented elsewhere, perhaps the implementation needs to be considered and tightened), Ranks, Avatars etc. These are the features we lament as &quot;missing&quot; from Drupal&#039;s forums. They exist in the drupal community but their implementation is somewhat lacking.&lt;br /&gt;
&lt;b&gt;Clean URLS&lt;/b&gt; - this is something that NEEDS to stay, it&#039;s what sets Drupal&#039;s forums and CMS apart. I LOVE clean URLS in a forum, they are just so, easy to work with!&lt;br /&gt;
&lt;b&gt;Add!&lt;/b&gt; - let&#039;s build this into a complete list (I&#039;ll be tracking this story and updating the list periodically) If you have money to pledge for a particular part of DruBB pledge it. Gay Youth :: South East (My Charity) are well on our way to securing... wait for it! Wait for it! £3000 GBP of which £1500 will be pledged to the DruBB module. (Again I will keep this updated!). Let&#039;s get Drupal&#039;s forums sorted because that&#039;s what&#039;s missing from EVERY open source CMS, decent, feature-rich forums!&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drubb&quot;&gt;DruBB&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/4433#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/1167">DruBB</category>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <pubDate>Wed, 06 Jun 2007 13:55:51 +0000</pubDate>
 <dc:creator>MikeyGYSE@drupal.org</dc:creator>
 <guid isPermaLink="false">4433 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Getting our act together</title>
 <link>http://groups.drupal.org/node/4275</link>
 <description>&lt;p&gt;Let&#039;s face it.  There will be no more forum improvements in Drupal 6 any more.&lt;br /&gt;
Let&#039;s get our act together and get truly organized, and that way, Drupal 7 can be an awesome forum machine.&lt;br /&gt;
I suggest we can organize ourselves into sub-groups, and that way more stuff would get done.&lt;br /&gt;
Some ones could be:&lt;br /&gt;
 - Forum Studying: studying different forum packages, and see what they do well.  &lt;em&gt;(I would be willing to lead this)&lt;/em&gt;&lt;br /&gt;
 - Bug Team&lt;br /&gt;
 - Etc.&lt;/p&gt;
&lt;p&gt;Let&#039;s get started now.&lt;br /&gt;
Another thing might be abstracting this to a different site.  I can set it up here, so post comments here on whether you think +/-, and suggesting different groups.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drubb&quot;&gt;DruBB&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/4275#comments</comments>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <pubDate>Tue, 29 May 2007 00:17:57 +0000</pubDate>
 <dc:creator>dmitrig01</dc:creator>
 <guid isPermaLink="false">4275 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Forum deprecated? ;)</title>
 <link>http://groups.drupal.org/node/3933</link>
 <description>&lt;p&gt;I recently struggled to get a poll into my forums and gave up. The other day I listened to the lullabot podcast that was deprecating half of Drupal. Then, today, I wanted to write a post and couldn&#039;t decide whether to put it in the forum or as a story. I decided to put it in the forum because it&#039;s easy to show a forum node elsewhere but impossible to put a story in the forum if I change my mind.&lt;/p&gt;
&lt;p&gt;All of this got me thinking, what&#039;s so special about forum nodes? Why is forum so rigid? I&#039;m aware that there&#039;s work going on to improve the forum module, but I&#039;m wondering why we need it at all? What does it give you beyond what you can do with taxonomy and views? Forums are just taxonomy listings, really, and views can do that.&lt;/p&gt;
&lt;p&gt;I should stop and say here that I realize having something in core, which views is not, is important. But this is more of an exploring options type of discussion than a serious suggestion to just dump forums completely.&lt;/p&gt;
&lt;p&gt;Let&#039;s say I, on my site, decided to drop forum.module in favor of taxonomy and views. What am I losing? Could whatever functionality I&#039;m using be easily replaced with a less restrictive module?&lt;/p&gt;
&lt;p&gt;This seems like it would offer more flexibility. If I want a poll to show up in the forums, I simply tag it with the taxonomy term of one of my forums and the view picks it up. No worries about whether it&#039;s a forum node or not. All nodes could potentially be forum nodes. This sounds ideal to me.&lt;/p&gt;
&lt;p&gt;I&#039;m willing to put effort into exploring this as an alternative to offer but I thought I&#039;d post this general query first. If there are major showstoppers with the views route that people already know about, I don&#039;t want to waste my time. I&#039;m not under any illusion of being the first to think of this, so I&#039;m willing to learn from other peoples&#039; mistakes. :)&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Michelle&lt;/p&gt;
&lt;p&gt;PS: Mea culpa on not searching first... I just had this itch to ask and only a few minutes to spare. If there&#039;s a discussion on this already, feel free to yell at me with a link. ;)&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drubb&quot;&gt;DruBB&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/3933#comments</comments>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <pubDate>Fri, 04 May 2007 17:30:16 +0000</pubDate>
 <dc:creator>Michelle</dc:creator>
 <guid isPermaLink="false">3933 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Whispering - Better than Private Messages?</title>
 <link>http://groups.drupal.org/node/3720</link>
 <description>&lt;p&gt;This springs from the discussion on Drupal regarding integration with &lt;a href=&quot;http://www.getvanilla.com&quot;&gt;Vanilla&lt;/a&gt;. One developer asked what Vanilla used that Drupal didn&#039;t, and while most of the responses are theming-oriented, one thing stands out: Vanilla&#039;s unique whispering system. Simply put, this is the reason that I wouldn&#039;t ever use a Drupal forum as opposed to a Vanilla one. It&#039;s also why I&#039;ve recently stopped using vBulletin, which is big considering how much those guys charge for their stuff.&lt;/p&gt;
&lt;p&gt;Simply put, Whispering is private messaging carried across comments (forum posts). A PM is essentially a basic node that nobody else can read, right? Whispering takes this a step further, letting you post individual comments that only certain people can read. This lets people talk privately about a node (forum thread) without disrupting the conversation.&lt;/p&gt;
&lt;p&gt;Here&#039;s what such a module would do, I&#039;m guessing, for Drupal to work.&lt;/p&gt;
&lt;p&gt;1) It would add a field to all nodes and comments: (Whisper Message To).&lt;br /&gt;
2) Nodes created privately would not appear at all on the main page.&lt;br /&gt;
3) New comments on nodes that were whispered would not appear as new comments in terms of bumping for users. Only users being whispered to would see the topic bumped.&lt;/p&gt;
&lt;p&gt;That&#039;s all that would be required for a default. Other things Vanilla does with them (not essential, but still very nice) include:&lt;/p&gt;
&lt;p&gt;1) Reply buttons on whispered post that prepopulate the whisper field with the original whisperer&#039;s name.&lt;br /&gt;
2) Special highlighting to point out posts that were a) whispered from a user and b) whispered to a user.&lt;br /&gt;
3) A block shows recent whispers to a user (like a PM inbox, though a bit more versatile).&lt;/p&gt;
&lt;p&gt;And features that Vanilla doesn&#039;t have that would still be nice:&lt;/p&gt;
&lt;p&gt;1) Whispers to multiple people at once.&lt;br /&gt;
2) Filter conversations in order to ONLY view whispers and not the main thread.&lt;br /&gt;
3) A central page to show all whispers, perhaps sorted by node type.&lt;/p&gt;
&lt;p&gt;I think this would be a very useful feature that would replace the aging private message system. Would anybody else think this would be useful? (On the Vanilla thread on Drupal, one person said that they couldn&#039;t imagine why this would be useful - I would argue that both admins and offline friends would find this to be a very useful feature. And Drupal, after all, is about progress. Not just adapting to standards that are 6 years old.)&lt;/p&gt;
&lt;p&gt;-Rory&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drubb&quot;&gt;DruBB&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/3720#comments</comments>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <pubDate>Wed, 18 Apr 2007 21:52:48 +0000</pubDate>
 <dc:creator>ronoxQ</dc:creator>
 <guid isPermaLink="false">3720 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Comments as Nodes lab results [UPDATED: 08-Apr 22:00 GMT +2]</title>
 <link>http://groups.drupal.org/node/3550</link>
 <description>&lt;p&gt;Hi guys,&lt;/p&gt;
&lt;p&gt;The beginning was at this node &lt;a href=&quot;http://groups.drupal.org/node/3504#comment-10382&quot; title=&quot;http://groups.drupal.org/node/3504#comment-10382&quot;&gt;http://groups.drupal.org/node/3504#comment-10382&lt;/a&gt;, however, I think that the results should be on a seperate node.&lt;/p&gt;
&lt;p&gt;I&#039;ve decided today to make some performance test for this topic, so what I&#039;ve done is I installed new installation of drupal 5.1 and activated all the modules. I&#039;ve installed the DEVEL module and created 10000 users,  500 taxonomy terms over 30 vocabularies. After that, I created 1 node with 10000 comments, and only then I&#039;ve added 1000 nodes and more 10,000 comments. The testing environment was my laptop, IBM Thinkpad T23 - P III 800MHZ 384MB RAM. The poor laptop died exactly after the lab finished, I hope to fix it later.&lt;/p&gt;
&lt;p&gt;Here are the results:&lt;br /&gt;
&lt;img src=&quot;http://groups.drupal.org/files/commentsasnodes.JPG&quot; /&gt;&lt;/p&gt;
&lt;p&gt;So, what do you think about the results?&lt;/p&gt;
&lt;p&gt;P.S. I think it would be fair to say, that when the DEVEL module generates comments it puts only one line at the body, while it puts a lot of lines in the node&#039;s body.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;UPDATE: 08-Apr-07 22:00 GMT +2&lt;/b&gt;&lt;br /&gt;
Hi again,&lt;/p&gt;
&lt;p&gt;I&#039;ve just finished another experiment, and it took me the whole day to make it.&lt;br /&gt;
At this time I took my sister&#039;s machine (AMD Athlon 64bit 2800+, 1.8 GHZ, 512 MB DDR). I&#039;ve installed there AMP, and copied the Drupal of the previous experiment, including the data. The last thing that I&#039;ve done before I started, was to generate a body like all the nodes, so the bodies of the comments and the nodes were equal. I ran the tests in the same way (from another computer on the NAT), and here are the results:&lt;br /&gt;
&lt;img src=&quot;http://groups.drupal.org/files/commentsasnodes2.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;As you can see I&#039;ve added more information and calculations.&lt;/p&gt;
&lt;p&gt;So, let&#039;s make some more calculations.&lt;br /&gt;
I have in my forum about 2000 daily unique visitors, each visitor enters about 16 pages. Let&#039;s suppose that 8 pages are index pages (Only nodes, let&#039;s say term pages), and 8 pages are forum threads. Each thread have about 25 replies, and the default value of the amount of the replies displayed under each thread is 30. So let&#039;s suppose that on each thread page we display one node (the thread) and 25 comments. Last thing, on index pages I display 30 nodes (threads).&lt;/p&gt;
&lt;h2&gt;Simple comments execution time calculation&lt;/h2&gt;
&lt;p&gt;Now let&#039;s make some calculations. 8 (index visits per user) * 30 (num of nodes) * 36.35 (node execution time [ms]) = 8724, that&#039;s our exectution time per visit in index pages per user.&lt;/p&gt;
&lt;p&gt;[8 (thread page per user) * 1 (only one node on each page) * 36.35 (node exec time)] + [8 (thread pages per user) * 25 (num of replies on each page) * 20.44] = 4378.8, this is the execution time for the thread pages.&lt;br /&gt;
Total execution time per user for each day: 4378.8 + 8724 = 13102.8 ms = 13.1 Seconds.&lt;br /&gt;
For 2000 visitors it would be 26205.6 Seconds, which means 436 Minutes and 45 seconds.&lt;/p&gt;
&lt;h2&gt;Comments as nodes execution time calculation&lt;/h2&gt;
&lt;p&gt;Index pages execution = the same = 8724ms&lt;/p&gt;
&lt;p&gt;Thread pages = 8 (thread pages) * 26 (the thread + 25 replies) * 36.35 = 7560.8 ms&lt;/p&gt;
&lt;p&gt;Total per user = 8724 + 7560.8 = 16284.8ms = 16.3 Seconds&lt;br /&gt;
Daily total = 16.3 * 2000 = 32569.6 Seconds = 542 minutes and 50 seconds.&lt;/p&gt;
&lt;h2&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;Well, after all this I think it won&#039;t be much bad idea on implementing comments as nodes for midlevel forums, however, from the other hand, if you&#039;ll think about it, what is bad with the comments module as it is (from the perspective of content type)? What do you need more? Please write your opinions here about the results.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drubb&quot;&gt;DruBB&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/3550#comments</comments>
 <enclosure url="http://groups.drupal.org/files/commentsasnodes.JPG" length="36530" type="image/jpeg" />
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <pubDate>Sun, 08 Apr 2007 03:43:38 +0000</pubDate>
 <dc:creator>tounano@drupal.org</dc:creator>
 <guid isPermaLink="false">3550 at http://groups.drupal.org</guid>
</item>
<item>
 <title>UIE Forum for drupal 5</title>
 <link>http://groups.drupal.org/node/3513</link>
 <description>&lt;p&gt;UIEForum is a complete forum system, that is intended to replace the existing drupal forum module. I test this module before, and its a better solution for me, it still  in dev version, the developper is very friendly helper (zoro)&lt;/p&gt;
&lt;p&gt;For more information:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/project/uieforum&quot; title=&quot;http://drupal.org/project/uieforum&quot;&gt;http://drupal.org/project/uieforum&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drubb&quot;&gt;DruBB&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/3513#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/1765">forum</category>
 <category domain="http://groups.drupal.org/taxonomy/term/270">forums</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1879">uieforum</category>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <pubDate>Thu, 05 Apr 2007 19:29:01 +0000</pubDate>
 <dc:creator>toma</dc:creator>
 <guid isPermaLink="false">3513 at http://groups.drupal.org</guid>
</item>
<item>
 <title>DruBB architecture discussion.</title>
 <link>http://groups.drupal.org/node/3504</link>
 <description>&lt;p&gt;Hi friends,&lt;/p&gt;
&lt;p&gt;As I stated at one of my comments, I am on holiday now, so I hope to make some progress. But first I would like to hear your opinion on my DruBB implementation ideas.&lt;/p&gt;
&lt;p&gt;The main component of the module will be a new node type, let&#039;s name it &quot;DruBB Topic&quot;. This node&#039;s only purpose is to act like a container. So, for example, if you would like to post a poll, you actually post new node of &quot;DruBB Topic&quot; that contains the &quot;Poll&quot; node. The &quot;DruBB Topic&quot; module will make all the permission checks and only then it will invoke the needed hooks of the &quot;Poll&quot; type.&lt;/p&gt;
&lt;p&gt;In that way we can take advantage of Drupal&#039;s core components such as the node system and the Taxonomy system. We&#039;ll be able to promote our nodes into the site.&lt;/p&gt;
&lt;p&gt;Another thing, the forum categories will be taxonomy terms that will be themed by the needs of the forum.&lt;/p&gt;
&lt;p&gt;IMHO, after lot of thoughts, this is the best way to implement a forum module, without tweaking too much things and causing Memory/Processing issues.&lt;/p&gt;
&lt;p&gt;I would like to hear your opinion before I start coding....&lt;/p&gt;
&lt;p&gt;Have a nice day.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drubb&quot;&gt;DruBB&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/3504#comments</comments>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <pubDate>Wed, 04 Apr 2007 23:21:17 +0000</pubDate>
 <dc:creator>tounano@drupal.org</dc:creator>
 <guid isPermaLink="false">3504 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Plan of attack for Drupal 6.x core forum module</title>
 <link>http://groups.drupal.org/node/3466</link>
 <description>&lt;p&gt;This is the result of some brainstorming with merlinofchaos regarding core forum improvements for 6.x. I made it a wiki page so people can sign up for taking on things, post relevant issues where they exist, etc.&lt;/p&gt;
&lt;p&gt;This is what looks like a do-able plan for 6.x. The stuff that would be cool, but might not be doable is listed under &quot;nice to haves.&quot; There&#039;s some great stuff in there though, so if anyone wants to take a stab at it (particularly outline module), feel free!&lt;/p&gt;
&lt;h2&gt;Battle plan for 6.x core forums&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Signatures&lt;/strong&gt; displayed on forum posts as well as forum replies
&lt;ul&gt;
&lt;li&gt;Assigned to: webchick&lt;/li&gt;
&lt;li&gt;Status: Blocked&lt;/li&gt;
&lt;li&gt;Relevant issue(s): &lt;a href=&quot;http://drupal.org/node/132446&quot; title=&quot;http://drupal.org/node/132446&quot;&gt;http://drupal.org/node/132446&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Dependencies: &lt;del&gt;&lt;a href=&quot;http://drupal.org/node/130366&quot;&gt;Make signatures dynamic&lt;/a&gt;&lt;/del&gt;, &lt;a href=&quot;http://drupal.org/node/134478&quot;&gt;Refactor node rendering&lt;/a&gt;, which is in turn dependent on &lt;a href=&quot;http://drupal.org/node/138706&quot;&gt;Form API 3&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Private forums&lt;/strong&gt;: move the parts of &lt;a href=&quot;http://drupal.org/project/forum_access&quot;&gt;forum_access module&lt;/a&gt; dealing with CRUD (create, read, update, delete) of forums themselves into core (which should be much easier than the moderator part -- see below). Needs to deal with comment CRUD on forums as well.
&lt;ul&gt;
&lt;li&gt;Assigned to: ???&lt;/li&gt;
&lt;li&gt;Status: Not started&lt;/li&gt;
&lt;li&gt;Relevant issue(s): &lt;a href=&quot;http://drupal.org/node/132211&quot; title=&quot;http://drupal.org/node/132211&quot;&gt;http://drupal.org/node/132211&lt;/a&gt; (forum listing), &lt;a href=&quot;http://drupal.org/node/123152&quot; title=&quot;http://drupal.org/node/123152&quot;&gt;http://drupal.org/node/123152&lt;/a&gt; (comment creation)&lt;/li&gt;
&lt;li&gt;Dependencies: None?&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Unique CSS IDs&lt;/strong&gt; for forums, containers &amp;amp; forum table
&lt;ul&gt;
&lt;li&gt;Assigned to: Gurpartap Singh&lt;/li&gt;
&lt;li&gt;Status: patch (code needs review)&lt;/li&gt;
&lt;li&gt;Relevant issue(s): &lt;del&gt;&lt;a href=&quot;http://drupal.org/node/53905&quot;&gt;Unique CSS IDs for forums, containers &amp;amp; forum table&lt;/a&gt;&lt;/del&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;img src=&quot;http://groups.drupal.org/files/Forums | Drupal_111180700686481.png&quot; alt=&quot;Link to latest post in &amp;#039;Last post&amp;#039; in forums table&quot; title=&quot;Link to latest post in &amp;#039;Last post&amp;#039; in forums table&quot; align=&quot;right&quot; /&gt;&lt;strong&gt;Link to latest post&lt;/strong&gt; in &#039;Last post&#039; in forums table
&lt;ul&gt;
&lt;li&gt;Assigned to: Gurpartap Singh&lt;/li&gt;
&lt;li&gt;Status: patch (code needs review)&lt;/li&gt;
&lt;li&gt;Relevant issue(s): &lt;a href=&quot;http://drupal.org/node/147045&quot; title=&quot;http://drupal.org/node/147045&quot;&gt;http://drupal.org/node/147045&lt;/a&gt;&lt;/li&gt;
&lt;li&gt; Dependencies: &lt;del&gt;http://drupal.org/node/6162&lt;/del&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Ship with &lt;strong&gt;default sane theming for forums&lt;/strong&gt;, drawing from &lt;a href=&quot;http://drupal.org/project/flatforum&quot;&gt;Flatforum module&lt;/a&gt;.
&lt;ul&gt;
&lt;li&gt;Might be better to check out GoustiFruit&#039;s en