Forum development

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.

This is a working group for developing Drupal discussion/forum modules. "Forum" is interpreted loosely to allow for modern interpretations as well as traditional forums but is aimed at providing a space for longer lasting discussions rather "instant messaging" or status updates. Currently covered modules are Forum (in core), Advanced Forum (contributed module that builds on core Forum), and Artesian (new forum module) but other modules are welcome as well.

Anyone with an interest in creating forums in Drupal 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 unless you wish to hire someone to work on forum development that will be contributed back to the community.

Michelle's picture

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

Read more
mpotter's picture

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.

Read more
jcisio's picture

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.

Read more

Drupal forum recipe

Workspace to create a master list of features and what modules are needed to get said features.

Read more
yautja_cetanu's picture

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).

Read more
lastnico's picture

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:

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!

Read more
David Latapie's picture

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.

Read more
juan_g's picture

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:

Read more
Cory Goodwin's picture

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.

Read more
ashiwebi's picture

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.

Read more
Michelle's picture

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

Read more
reikiman's picture

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.

Read more
kcoop's picture

What are the issues with threaded comments?

I see discussions about removing threading from comments, and I'd like to make a plea for keeping this feature.

Read more
catch's picture

Which way for comments in Drupal 7?

No one likes to play with comment.module, it's long neglected, manages to just about keep up with its basic tasks OK (making it not so broken as to invite a flood of patches), but singularly fails when you want to do anything clever with it due to fairly fundamental architecutural issues (making it a pain to write patches for). But core standards are improving, and it can only limp along for so long.

Read more
Michelle's picture

Group revamping in progress

As of today, I've taken over this group and am in the process of revamping it. I can only work on it in spurts here and there so it's likely to be messy for a while. If anyone has any suggestions for what they'd like to see done with the group, let me know.

Michelle

Read more
Michelle's picture

Request to take over drubb group

I have the perms, but I want to make sure there's a paper trail. I've sent an email to tounano@drupal.org and will give him time to respond. If no answer or if he gives his blessing, I'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.

Michelle

Read more

Drupal development across India

Hello there,
If you or your organization is developing in Drupal, please list yourself here. The aim of this post is to prepare a list of the organizations which are working on Drupal CMS. Thus if we want to organize a major event like Drupalcon in India in future, it helps us a lot to co-ordinate between all the organizations developing in Drupal.

Thank you.
---------------
How about organizing 'Drupalindia -0x' (x--year, of course!)
start listing yourself here, below this.
-----------------------------------------------

Read more
specmav's picture

Is the core forum module still needed anymore?

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 "practically core" modules, isn't it feasible to create a forum with just these modules?

I can create a content type called "forum post" 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's of the forum functionality with just that scenario. Unless I am missing something.

Read more
Wyld's picture

Forum Analysis

Howdy all,

I'm considering writing an analysis on a few forum systems, with the aim of identifying what features "make a difference" 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.

Or something like that ;)

Read more
Subscribe with RSS Syndicate content