Skip to:
Content

bbPress.org

Opened 11 years ago

Closed 11 years ago

#2375 closed enhancement (fixed)

Drupal Forum Import Template

Reported by: netweb's profile netweb Owned by: netweb's profile netweb
Milestone: 2.5 Priority: normal
Severity: normal Version: trunk
Component: API - Importers Keywords: has-patch needs-testing
Cc:

Description

Introduce Forum Importer template for use with importing from Drupal v7.xx (Tested on v7.22)

http://codex.bbpress.org/import-forums/drupal

Big hat tip to @vogelsang for doing 99% of the database heavy lifting http://bbpress.org/forums/topic/importing-from-drupal/

User passwords are NOT converted when importing existing Drupal users, during the import you will see the following error which can be ignored though your users will have to reset their passwords manually with WordPress or request a password reset.

Notice: Undefined variable: user_pass in /home/ntwb/public_html/dev.ntwb.co/wp-includes/user.php on line 1297

With some luck in the future I can dive into some MD5 password hashing to get this part working ;)

Attachments (2)

Drupal.php (14.0 KB) - added by netweb 11 years ago.
Drupal 2nd Pass
Drupal7.php (16.2 KB) - added by netweb 11 years ago.
Drupal7.php replaces Drupal.php

Download all attachments as: .zip

Change History (6)

#1 @johnjamesjacoby
11 years ago

  • Keywords needs-testing added
  • Milestone changed from Awaiting Review to 2.5

Incredibly awesome. Moving to 2.5 for review.

@netweb
11 years ago

Drupal 2nd Pass

#2 @netweb
11 years ago

Latest Attachment Drupal.php 2nd Pass
Same outstanding issues as per original ticket description above ​
Enhancements:

  • Added 'User nice name' user_nicename
  • Added 'Store Signature' _bbp_drupal_user_sig

@netweb
11 years ago

Drupal7.php replaces Drupal.php

#3 @netweb
11 years ago

Changes:

  • Renamed Drupal.php to Drupalv7.php for future Drupal v8 importer
  • Add from_expression to limit forum section import to Drupal forum module only
  • Add Topic Tags import section (Drupal v7 does support topic tags)
  • Add support for threaded/nested replies
  • Improved Inline Docs

Outstanding:

  • User passwords are not converted and need to be manually reset.
  • Topic tag slugs and descriptions waiting on working patch in #2399

#4 @netweb
11 years ago

  • Resolution set to fixed
  • Status changed from new to closed

In 5138:

Introduce Drupal v7.x bbPress importer. Props netweb. Fixes #2375

Note: See TracTickets for help on using tickets.