Roadmaps - brainstorming - general planning

Events happening in the community are now at Drupal community events on www.drupal.org.
heylookalive's picture

A Drupal forum, what do you want? A call for opinions!

I'm currently working on Harmony Forum which is a native Drupal forum built with two entities (Thread and Post) with Taxonomy for categories should you want them.

That's the shortest possible description which outlines an entity based forum, a bit more in depth would be leveraging contrib as much as possible to produce something like Discourse (http://try.discourse.org). All whilst coding so that Views are used and can be overridden, display elements can be changed with Field UI and that there are plenty of hooks and chances to jump in and do what you need to.

Read more

Untitled project (a native forum for Drupal)

Having used phpBB2 & 3, SMF, YaBB, xenForo, to build communitis, and even looked at a few others, vBulletin 4 & 5 IPB I came to a conclusion. None have a decent CMS. I think, in my short 3 years, think Drupal is great, but is severly lacking a threaded discussion (forum) solution. Many say to use a bridge, this is not the place for that discussion. This wiki page is going to be a brainstorming page for general questions that anyone may have. iam not sure how it (the wiki page) will work out, so we can just play it by ear.

Read more
playfulwolf's picture

Call to action: Go Organic Groups way.

I am with little success, or to express myself more correct - in very time consuming way building couple communities with Drupal 7. The centerpiece of them has to be some kind of a forum.

Read more
michelle's picture

How best to use Views for threads or is it even needed?

I originally intended to use EFQ to list the posts in a single thread because I didn't see any advantage in using Views for this list. But at DrupalCon, I spoke with fubhy and he recommended going with Views. I'm a little fuzzy on the arguments (it was late night after Friday's sprint :) ) but one that stands out is being able to add and re-arrange the various fields on a post.

I decided to go that route but, when I actually went to implement it, I ended up unsure how best to proceed.

<

ul>

Read more
michelle's picture

Artesian: Forum permissions and access

The core Drupal permission system is nice for simple permissions but not up to the detailed level of permissions that a good forum needs. We need not only global permissions but also forum-specific ones. For example:

create threads
create threads in foo
create threads in bar
create foothreads [a subtype of thread]
create foothreads in foo
create foothreads in bar

etc...

In addition, we need to be able to hook into OG's permission system for group forums.

Trying to handle all that in hook_permission() is insanity.

Read more

Artesian: Roadmap

Update Jan 6: I simplified the roadmap for now. While working on phase 1, I realized that I'm not ready to make even a tentative roadmap of anything beyond getting the core done, yet. While I know all the stuff that will be added, it's too hard to say even roughly what order they will be added. I thought the style system would be after the core but I think that may get worked on in Phase 1 instead. So, for now, keeping this simple. During / after Phase 2, I will write a more detailed roadmap.

Update Feb 10: Still getting messy. :) I keep working on it and it gets more and more polished in some areas but there's still a lot of rough stuff and I still find myself changing data structures and making other massive changes frequently enough that I'm not ready to leave the comfort of the sandbox, yet. I think (hope?), though, that I'm nearing the end of the tornado changes and getting closer to having something basically usable.

Read more

Artesian: Feature set

This is an initial stab at a feature list that I wrote a couple of months ago. It's mostly a brain dump and needs to be gone over, improved, and worked into a proper roadmap.

FORUMS

Forums can be categories (containers), normal forums, or link forums with the ability to add new forum types. Forums are entities and fieldable.
Categories and forums can be nested with post information from all subforums aggregated and shown on the front page.
One thread type included but more can be added.

Read more

Artesian: Initial brainstorming

This document is from my first start on Artesian last May, moved over here from the Forum Improvements group. I ended up having to put Artesian on hiatus all summer due to illness and another project with a deadline. I'll be starting back in on it, soon, and will be writing more documents to plan out each bit. I've moved this over here for reference of my initial thoughts.

Entities

Forum entity

Read more
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
liam mcdermott's picture

Views in Core and forum.module

From the wiki:

Most of this will be dependent on Views core going into D7 core.

Read more
Subscribe with RSS Syndicate content