Forum Improvements
Drupal's core forum module on its own does not have all the features of stand alone software such as vBulletin and phpBB. Because of this, many people discount Drupal's ability to provide a forum for their site and look to bridges to use stand alone software with Drupal. But Drupal is capable of doing most of what such programs provide when you make use of the many forum related contributed modules.
The goals of this group are as follows:
- Strengthen the core forum to provide a solid foundation. This includes improving the code, speeding up the queries, and possibly radical changes such as moving away from comments for replies.
- Continue work on the contributed modules that make up a full forum.
- Create new contributed modules that fill in any gaps in functionality.
- Provide documentation to help people put together a complete forum package.
- Create an install profile or distribution that puts together everything needed to build a forum in an easy to set up and install package.
Anyone with an interest in Drupal as a forum is welcome to join in the discussion. This is not, however, a support group so please use the issue queues and Drupal.org's forums for support requests. Also, please do not post jobs in this group.
Note: This group was formed from the existing "drubb" group on Oct 23, 2008.
short term Drupal developer | Cognisync, Inc.
Looking for a Drupal developer to make forum, blog and wysiwyg enhancements on an existing D6 site.
- Fixing some issues with the Drupal forums (WYSIWYG editor, formatting, code block)
- Fixing issues with existing WYSIWYG editor (in forums and blogs)
- Blogging API and integration with blogging tools (i.e. ScribeFire)
- Mailing list integration with forums (already have bridges in place, need a couple fixed)
This is a short term engagement with the possibility for additional work depending on your experience.
Please contact me for details.
Slides from Drupal Forums: A Case Study presentation
Below are the slides from last night's presentation to the Waterloo Region user's group on Drupal Forums, using The Webmaster Forums as a case study. Audio possibly to come soon if we can clean it up adequately.
For more information, we have two articles on our switch to Drupal Forums here:
Goodbye vBulletin, Part One: Reasons to Switch
Goodbye vBulletin, Part Two: How We Got Away
Entities and plugable backends for Advanced Forum
I hit a point tonight where I decided I really need to get my website to Drupal 7 and that has pushed up working on changing AF over to using a pluggable back end / entities way sooner than I had planned. I decided to start this discussion to get some thoughts out there and also so people are aware of what I'm working on since the code won't be on d.o any time soon.
There's some early thoughts here, though that's dealing with the forums themselves being entities: http://drupal.org/node/755438
SSO between drupal and vanilla forum, with orchid module
Hi everyone, I come here to announce a new module that help to integrate a vanilla forum (http://vanillaforums.org) to drupal.
The module is available here http://drupal.org/project/orchid and provides the following features :
- SSO and autocreation of user the first time they visit vanilla.
- Easy embedding of vanilla inside drupal pages with block or panels.
upcoming : avatar synchro :)
you can view it in action in this screencast (please excuse my poor and boring english :p ): http://vimeo.com/muldos/orchid
David
Reviving this Forum Improvements group?
Is this group still active? Does it need some new blood? I might be interested.
Now that Drupal 7 is out, I continue to be embarrassed by the core Drupal Forum. In fact, I'm not even going to talk about the "Forums". What I want to see is a module that fosters building a Community. Instead of focusing on exactly which features Drupal Forum is missing compared to PHPBB or VBulletin (which is still a valid discussion to have), I would rather focus on something more fundamental: community building.
Scalability of a forum with node access
Hello,
I'm looking for a forum solution for a Drupal site. This forum must support moderating. Is there any lightweight solution, or is the forum access module scalable? Last year I had problem with a node access module. Is it correct that Forum Access sustains the same issue?
Do you know any big forum (a few dozens of thousands of nodes or more) that uses the Drupal forum?
Thanks.
Drupal forum recipe
Workspace to create a master list of features and what modules are needed to get said features.
Preserving themes with snippets
Hi -
I have been using Advanced forum for a couple of years... however one of the pages where I display forum topics was generated with a snippet in order to show part of the forum hierarchy in just one section of the page:
<?
$tid = 131;
$forums = forum_get_forums($tid);
$parents = taxonomy_get_parents_all($tid);
print theme_forum_list($forums, $parents, $tid);
?>I was trying to figure out how to make the snippet work with advanced_forum. Turns out that all I have to do is change "theme_forum_list" to "phptemplate_forum_list"...
PhpBB team are making an official Drupal Bridge
They have announced it here: http://www.phpbb.com/community/viewtopic.php?f=14&t=2099641
and it is a result of their experiences here: http://blog.phpbb.com/2010/07/28/oscon-2010/
I think whilst normally we want to improve the core forum module, this feels like it could be different. If the phpbb team are working on an official bridge they have the ability to change the code of phpbb itself to make it integrate generally. (Which they appear to be doing anyway).
Articles about how to improve Drupal forum
I think the following links should interest people that are looking for efficient solutions to improve their forum based on Drupal, only by using the forum core module (no Advanced Forum), and by respecting and following the strict modular logic of Drupal (modules, hooks, themes and so on).
Here are the articles:
- Drupal Tip #1: Add Smileys to your forum
- Drupal Tip #2: Message Quoting
- Drupal Tip #3: Post Advanced Formatting
- Drupal Tip #4: Add "Views Count" column
- Drupal Tip #5: Add a "Who is online?" block
- Drupal Tip #6: Add a breadcrumb to your forum
- Drupal Tip #7: Use Custom Thread Icons
- Drupal Tip #8: Hide Specific Forum Containers
- Drupal Tip #9: Theme Forum Topics
- Drupal Tip #10: Beautiful User Profile in Topics
- Drupal Tip #11: Friendly URLs in your forum with Pathauto
Note that we should publish new articles soon, and if you are interesting, I will update this discussion as well. The primary target of these articles was to explain how we improved the Discussion Forum of our Drupal website.
See also the Full List of Drupal Tips
I hope you will find our articles interesting and useful for your personal needs.
[Updated] June 16th, 2010: 3 new articles added.
[Updated] January 18th, 2011: 4 new articles added. List is now complete. Happy hacking!
Following a forum on RSS
Hi
I've been trying for a while already to create a RSS view that would aggregate all new forum post in a given forum (I'm just doing it on one forum).
I can't seem to tell "Views" to put together new forum topics (that are nodes) and new forum reply (that are comments). I noticed the existence of the Node comments module too late (the database is already full of comments and nodes) and I did notice the Comment RSS module but failed to see how it does anything different than Views.
So my question is either:
Forum posts styles missing
Hello,
I'm struggling with this one issue for a really long time, if some one could give me a heads up on resolving this, i would really appreciate it. I'm using Advanced forum 6.x-2.0-alpha2 on Drupal 6.14. All the forum pages shows the enabled advanced forum style, except for the forum posts page. I have attached screenshots for better understanding of the issue. Btw, this was working previously, dont know what is causing the issue. Any help is much appreciated.
Thank you.
Delete own reply if last in queue
Is it possible to allow deletion of a reply if and only if it is the last one in queue? This is a very common forum feature.
Example :
thread
reply #1 by user #1
reply #2 by user #2
reply #3 by user #1
reply #4 by user #1
I'd like user#1 to be able to delete reply #4, but not reply #3 (except once reply #4 is deleted, of course). Also, user#1 shall not be able to delete reply #1 and, of course, reply#2.
Does that make sense? Which modules are required and which settings are to be set?
Thanak you.
What's the basic difference between Drupal forums and standard forums?
When trying to import external forums into Drupal, I've found the main difficulty is a single fundamental difference between Drupal forums and the rest of today's forums.
It's the same one difference that for example makes common administrative tasks such as splitting or merging threads (while keeping chronological order), etc., easy in well-known forum systems but so difficult in Drupal forums, core and Advanced; difficult with Comment Mover, and even directly editing the database. Drupal forums are good and usable in most cases, with most normal functions similar to other systems but, for more advanced moderation, they are not yet ready.
Why? What's that basic difference? We can see it in the support forums of the currently most popular forum systems, such as vBulletin, phpBB, SMF, and Invision Power. Or we can install them and look at the tables where posts and threads are stored.
Drupal have modules for threaded and flat forums, so this is not the main difference. Most current forums are linear/flat by default, but part of them admit both linear and threaded display modes.
The basic difference is another one, truly simple but with fundamental effects:
Query Count
Just a quick rudimentary count of a post with 4 replies. In Druapl, using user stats with joined date, post count, and online indicator, the devel module lists 86 queries. As a comparison I installed a MyBB board and created the same thread. MyBB listed 18 queries. VB lists roughly the same queries. In this thread VB reports 15 queries.
What are the performance ramifications with the query count?
Does AF do anything to lower the query count?
Flat Commments and Threading
An idea I had after reading this post from Michelle. http://groups.drupal.org/node/20542#comment-71555
I have a possible solution for Point 1 from Michelle.
Instead of turning off threading with flat comments, what if a reply to a specific comment, automatically creates a new thread with the comment being replied to as the top post and the reply being the second post. A link to this new thread could be inserted underneath the comment in the original thread.
Node post in node type as well as in Forum for discussion
I want that whenever user post for Jobs it will also add in forum for discussion.
Any help is appreciated.
Core forum user interface issue
Categories field is collapsed by default when creating new forum topics.
In Drupal core forum (when there is more than one vocabulary assigned to the forum content type) creating a new forum topic causes the categories field to appear collapsed by default.
See attached pics.
This is not very user friendly - especially since category is a required element. Typically the user will miss the field altogether and submit a forum post only to receive a red box warning - somewhat ironically around the now visible category field.
Master feature list
For the DruBB project, I took some time and wrote up a spreadsheet with all the feature requests plus features found in vBulletin and phpBB. I went through and noted what is covered by core/contrib already and what still needs to be done (FR). It could use some more tidying up but is a good start to seeing what's done and what's needed. You can see the spreadsheet here:
http://spreadsheets.google.com/pub?key=r2eQ3XwGh1X7jZEa9wMNatg&output=html
Michelle
Media in comments
In the Mustard Seed Media podcast http://www.mustardseedmedia.com/podcast/episode29 Rob said IMCE is the past and that the Media module is the future and that using IMCE for image upload should be abandoned in favor of the upcoming Media module.
While the roadmap and intended featuritis looks great .. I have an important use case which apparently isn't being considered. Namely attaching images and perhaps other media to comments.
It looks like this is only considering adding them to the node, and not to the comments.










