(→Next steps) |
|||
| (2 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
== Background == | == Background == | ||
| - | There is no doubt that a forum is one of the most active, if not the most active component of a community site. It allows anyone to search for discussions about almost anything, and can start discussions about any new | + | There is no doubt that a forum is one of the most active, if not the most active component of a community site. It allows anyone to search for discussions about almost anything, and can start discussions about any new topic, news, or rumors. Over at maemo, the forum has been used to announce new developments, get help from the community to test apps, and suggest enhancements to the operating system. |
| - | In the first online [[Community website meeting 2010 2 24#List of services on MeeGo.com|MeeGo Community Meeting]], it was | + | In the first online [[Community website meeting 2010 2 24#List of services on MeeGo.com|MeeGo Community Meeting]], it was one of the components that needs to be added ASAP. |
The main challenge for MeeGo is to properly bridge [http://drupal.org/ Drupal], MeeGo.com's content management system (CMS), and the forum system to make [[Single sign-on|Single Sign-On (SSO)] work. | The main challenge for MeeGo is to properly bridge [http://drupal.org/ Drupal], MeeGo.com's content management system (CMS), and the forum system to make [[Single sign-on|Single Sign-On (SSO)] work. | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
== Features/requirements == | == Features/requirements == | ||
| Line 24: | Line 19: | ||
| '''SSO with other MeeGo services''' | | '''SSO with other MeeGo services''' | ||
| Component of Drupal itself. | | Component of Drupal itself. | ||
| - | | | + | | Drupal phpBB3 bridges latest versions of Drupal and phpBB3 to provide SSO and synchronisation. |
| Line 31: | Line 26: | ||
*Replace Drupal comments with phpBB | *Replace Drupal comments with phpBB | ||
*Authentication and synchronization in both directions | *Authentication and synchronization in both directions | ||
| - | | | + | | Drupal vB, a Drupal module project, is currently the only add-on that supports the latest version of Drupal, and bridges the two systems. Drupal vB allows the following: |
* existing vBulletin users to log in to Drupal (not needed since we are starting the forum from scratch) | * existing vBulletin users to log in to Drupal (not needed since we are starting the forum from scratch) | ||
* new vBulletin users to log in to Drupal (not needed since we are starting the forum from scratch) | * new vBulletin users to log in to Drupal (not needed since we are starting the forum from scratch) | ||
| Line 40: | Line 35: | ||
* deleting users in vBulletin upon deletion in Drupal | * deleting users in vBulletin upon deletion in Drupal | ||
| - | + | Me Aliases is another Drupal module project that needs to be installed in Drupal. This makes it easy to redirect users to use the Drupal member page to change their email address or password, rather than in vBulletin. Changes in the member's information (email and password) get automatically replicated to vBulletin. | |
| | | | ||
|-valign="top" | |-valign="top" | ||
| Line 46: | Line 41: | ||
| ? | | ? | ||
| ? | | ? | ||
| - | | Beta - see | + | | Beta - see |
| ? | | ? | ||
|-valign="top" | |-valign="top" | ||
| '''SEO''' | | '''SEO''' | ||
| - | | | + | | SEO checklist project, clean URLs by default, URL structure can be changed with an aliases module. |
| Search-friendly with per bot settings | | Search-friendly with per bot settings | ||
| - | + | phpBB and SEO | |
| - | Also available: | + | Also available: phpbb-seo |
| - | | Comes with searchbot friendly archive pages. | + | | Comes with searchbot friendly archive pages. vBSEO enhances vBulletin SEO by automatically generating and submitting sitemaps to the popular search engines. |
|FluxBB 1.3 (based off PunBB 1.3, to be replaced by 1.2-based 1.4 that doesn't) supports clean URLs. | |FluxBB 1.3 (based off PunBB 1.3, to be replaced by 1.2-based 1.4 that doesn't) supports clean URLs. | ||
|-valign="top" | |-valign="top" | ||
| Line 65: | Line 60: | ||
| '''Maintenance / Security / Upgradability''' | | '''Maintenance / Security / Upgradability''' | ||
| Update checker, but manual upgrades. | | Update checker, but manual upgrades. | ||
| - | | | + | | Automatic update package |
| Overwrite the whole system with upgraded version, and run a standard upgrade procedure which performs all upgrades automatically. | | Overwrite the whole system with upgraded version, and run a standard upgrade procedure which performs all upgrades automatically. | ||
| Overwrite the whole system with upgraded version, and run a standard upgrade procedure which performs all upgrades automatically. | | Overwrite the whole system with upgraded version, and run a standard upgrade procedure which performs all upgrades automatically. | ||
| Line 77: | Line 72: | ||
| '''Plug-in Architecture''' | | '''Plug-in Architecture''' | ||
| Drupal's native module system (the forum is a module too) | | Drupal's native module system (the forum is a module too) | ||
| - | | | + | | AutoMOD |
| Built-in plug-in and product management system. | | Built-in plug-in and product management system. | ||
| 1.4 does not have a plugin system. | | 1.4 does not have a plugin system. | ||
| Line 83: | Line 78: | ||
| '''Ranking/Voting on threads/posts''' | | '''Ranking/Voting on threads/posts''' | ||
|VotingAPI for Drupal | |VotingAPI for Drupal | ||
| - | gives an easy-to-use framework for rating, voting, moderation, and consensus-gathering module | + | gives an easy-to-use framework for rating, voting, moderation, and consensus-gathering module Drupal VotingAPI Additional modules (simpler) are listed on same page |
| | | | ||
| Ranking and voting built-in | | Ranking and voting built-in | ||
| Line 89: | Line 84: | ||
|-valign="top" | |-valign="top" | ||
| '''Karma/User Points''' | | '''Karma/User Points''' | ||
| - | |A combination of [http://drupal.org/project/userpoints userpoints basic | + | |A combination of [http://drupal.org/project/userpoints userpoints basic module API and http://drupal.org/project/userpoints_contrib Drupal userpoints contrib] are what might be used in Drupal. |
Please note these apply normally to the node and posts directly and not the forum module of Drupal itself. | Please note these apply normally to the node and posts directly and not the forum module of Drupal itself. | ||
| - | | | + | | Karma MOD |
| - | + | Thank Post MOD | |
| - | | | + | | Post Thank You Hack |
| | | | ||
|-valign="top" | |-valign="top" | ||
| '''Active Forum Topics Module''' | | '''Active Forum Topics Module''' | ||
| | | | ||
| - | | Drupal phpbbforum provides blocks for integration with Drupal | + | | Drupal phpbbforum provides blocks for integration with Drupal |
| Drupal vB provides a 'Block' (Drupal term) to display the Active Forum Topics on any Drupal page. A sample can be found at the right sidebar of the test site. | | Drupal vB provides a 'Block' (Drupal term) to display the Active Forum Topics on any Drupal page. A sample can be found at the right sidebar of the test site. | ||
| Built-in | | Built-in | ||
| Line 116: | Line 111: | ||
*Built to be minimalistic. | *Built to be minimalistic. | ||
|-valign="top" | |-valign="top" | ||
| - | | '''Compatibility with [ | + | | '''Compatibility with [Nginx''' |
| - | | Yes | + | | Yes Drupal nginx |
| - | | Yes | + | | Yes |
| Yes | | Yes | ||
| | | | ||
| Line 125: | Line 120: | ||
| | | | ||
| | | | ||
| - | | A test site has been created to test out the bridge between Drupal and vBulletin. The main objective is to test its functionality, make sure it's stable, and iron out bugs. The test site is being opened so anyone willing to help can help test the | + | | A test site has been created to test out the bridge between Drupal and vBulletin. The main objective is to test its functionality, make sure it's stable, and iron out bugs. The test site is being opened so anyone willing to help can help test the bridge. Some items that need to be tested are the following: |
* Registration of accounts should only be via Drupal | * Registration of accounts should only be via Drupal | ||
| Line 137: | Line 132: | ||
The test site is password protected. Below are the details on how to access it: | The test site is password protected. Below are the details on how to access it: | ||
| - | * URL: | + | * URL: |
* Username: ''meego'' | * Username: ''meego'' | ||
* Password: ''meego'' | * Password: ''meego'' | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
There is no doubt that a forum is one of the most active, if not the most active component of a community site. It allows anyone to search for discussions about almost anything, and can start discussions about any new topic, news, or rumors. Over at maemo, the forum has been used to announce new developments, get help from the community to test apps, and suggest enhancements to the operating system.
In the first online MeeGo Community Meeting, it was one of the components that needs to be added ASAP.
The main challenge for MeeGo is to properly bridge Drupal, MeeGo.com's content management system (CMS), and the forum system to make [[Single sign-on|Single Sign-On (SSO)] work.
The software of choice to be used for the forum system has not been decided upon. The following table shows the proposed forum software that can be used:
| Forum Software | Drupal Forum | phpBB3 | vBulletin | FluxBB |
|---|---|---|---|---|
| SSO with other MeeGo services | Component of Drupal itself. | Drupal phpBB3 bridges latest versions of Drupal and phpBB3 to provide SSO and synchronisation.
| Drupal vB, a Drupal module project, is currently the only add-on that supports the latest version of Drupal, and bridges the two systems. Drupal vB allows the following:
Me Aliases is another Drupal module project that needs to be installed in Drupal. This makes it easy to redirect users to use the Drupal member page to change their email address or password, rather than in vBulletin. Changes in the member's information (email and password) get automatically replicated to vBulletin. | |
| Email/Forum Interchange | ? | ? | Beta - see | ? |
| SEO | SEO checklist project, clean URLs by default, URL structure can be changed with an aliases module. | Search-friendly with per bot settings
phpBB and SEO Also available: phpbb-seo | Comes with searchbot friendly archive pages. vBSEO enhances vBulletin SEO by automatically generating and submitting sitemaps to the popular search engines. | FluxBB 1.3 (based off PunBB 1.3, to be replaced by 1.2-based 1.4 that doesn't) supports clean URLs. |
| Search | Built-in | Built-in | Built-in | Built-in |
| Maintenance / Security / Upgradability | Update checker, but manual upgrades. | Automatic update package | Overwrite the whole system with upgraded version, and run a standard upgrade procedure which performs all upgrades automatically. | Overwrite the whole system with upgraded version, and run a standard upgrade procedure which performs all upgrades automatically. |
| Administration | Built-in Admin CP, can be adjusted to only provide functionality to specific user groups. | Built-in Admin and Moderator CPs | Built-in administrator and moderator control panel | Built-in Admin CP |
| Plug-in Architecture | Drupal's native module system (the forum is a module too) | AutoMOD | Built-in plug-in and product management system. | 1.4 does not have a plugin system. |
| Ranking/Voting on threads/posts | VotingAPI for Drupal
gives an easy-to-use framework for rating, voting, moderation, and consensus-gathering module Drupal VotingAPI Additional modules (simpler) are listed on same page | Ranking and voting built-in | ||
| Karma/User Points | A combination of userpoints basic module API and http://drupal.org/project/userpoints_contrib Drupal userpoints contrib are what might be used in Drupal.
Please note these apply normally to the node and posts directly and not the forum module of Drupal itself. | Karma MOD
Thank Post MOD | Post Thank You Hack | |
| Active Forum Topics Module | Drupal phpbbforum provides blocks for integration with Drupal | Drupal vB provides a 'Block' (Drupal term) to display the Active Forum Topics on any Drupal page. A sample can be found at the right sidebar of the test site. | Built-in | |
| Additional Features |
|
| ||
| Compatibility with [Nginx | Yes Drupal nginx | Yes | Yes | |
| Testing | A test site has been created to test out the bridge between Drupal and vBulletin. The main objective is to test its functionality, make sure it's stable, and iron out bugs. The test site is being opened so anyone willing to help can help test the bridge. Some items that need to be tested are the following:
The test site is password protected. Below are the details on how to access it:
|