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 moreDrupal forum yönetimi için nasıl bir yöntem kullanılmalı
Drupal forum da yetkilendirme ve yönetim olayını çözemedim.
-Belirli forumlara, belirli kullanıcı gruplarına erişim izni verip grup hericindekilere erişime kapamak,
-Belirli kullanıcı yada guruplara bu forumlarda içerikleri silme/düzenleme yetkisi vermek. (modaretör yetkisi)
Başta olmak üzere;
-içerikleri başka foruma taşıma ve bu yetkinin belli kullanıcılara verilmesi,
-süreli yada süresiz, kullanıcı engelleme, mesaj yazmayı belli bir forum yada genelde engelleme
gibi gelişmiş forumların temel özelliklerini drupal ile nasıl inşa edebiliriz?
Use 'Node' or custom entity for forum posts
For this new project, would it be better to use the existing node in core or create a custom entity for forum posts?
-
existing node uses extra tables to add forum functionality and tracking, this adds table look ups and updates
-
a custom entity couild be made to hold all data in one table row per post, but do we lose some traditional Drupal functionality with other modules if we don't use the built in node?
And what should be recorded per post?
Read moreJForum to Drupal Forum
Hi Folks,
I am developing D7 multisite using Domain Access module. I am able to import all user from their current site (which is not in Drupal) using Uif and uif_plus module. Now i want to migrate their current forum i.e. JForum into Drupal forum. How i can do this? if any one did this before if yes than please tell me the possible solution ? i don't want to lost any post or data or comments.
Thanks in advance.
Read moreWhy re-invent the wheel?
For whatever reason, a self contained D6 forum module was never allowed to be included in the official modules but I've worked with this module quite a bit and I believe it is SERIOUSLY worth looking at, even if for just a basis or starting point or maybe even, if nothing else, a proof of concept. It can be found here: http://www.richardpeacock.com/blog/2010/10/rp-forum-drupal-6-module
It has most (if not all) the features all the "big" forums have such as:
Features (included without additional modules!)
Ability to ban users based on IP and IP ranges
Read more Dynamic forum permissions
My users access Drupal through SSO and everytime the server authorizes them, it returns a set of permissions, according to which I need to dynamically set the User's forum permissions.
So for example if a User logs in and the SSO says that he has enrolled in a course, I need to give him specific permissions for that course's forum.
Obviously I need a custom module for that, but it's a little hard to start.
I'm thinking of using the ACL module's API, but I can find any documentation or tutorial online. Is there any?
Is there a better way to get around this?
Read more



