Opened 11 years ago
Closed 11 years ago
#2375 closed enhancement (fixed)
Drupal Forum Import Template
Reported by: | netweb | Owned by: | 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)
Change History (6)
#2
@
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
#3
@
11 years ago
Changes:
- Renamed
Drupal.php
toDrupalv7.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
Incredibly awesome. Moving to 2.5 for review.