Opened 12 years ago
Closed 12 years ago
#2380 closed enhancement (fixed)
SMF Forum Import Template
| Reported by: | 
  
     | 
      Owned by: | 
  
     | 
    
|---|---|---|---|
| Milestone: | 2.5 | Priority: | normal | 
| Severity: | normal | Version: | trunk | 
| Component: | API - Importers | Keywords: | needs-testing has-patch | 
| Cc: | 
Description
Introduce Forum Importer template for use with importing from SMF v2.0.x (Tested on v2.0.4)
http://codex.bbpress.org/import-forums/smf
Working: Forums, Topics & Users
Not Working Yet: Categories, Replies, User Passwords & Custom BBCode for Topic & Reply Content
Attached is the 1st pass patch for SMF and I hope to get the remaining outstanding items done ASAP.
(User passwords will be a little trickier and will take a bit more time)
Attachments (3)
Change History (11)
    
      
    #2
  
    
        
          
            
 @
            
12 years ago
        
    
  
  
  - Keywords has-patch added
 - Milestone changed from Awaiting Review to 2.5
 
Moving to 2.5 milestone to test and highlight in the 2.5 release.
    
      
    #3
  
    
        
          
            
 @
            
12 years ago
        
    
  
  
  - Keywords changed from needs-testing, has-patch to needs-testing has-patch
 
Latest Attachment SMF.php 3rd Pass
Same outstanding issues as above http://bbpress.trac.wordpress.org/ticket/2380#comment:1
Enhancements:
- Added 'Forum total topic counts' 
_bbp_total_topic_count - Added 'Forum total reply counts' 
_bbp_total_reply_count - Added 'Set the reply title' callback method 
callback_reply_title 
    
      
    #4
  
    
        
          
            
 @
            
12 years ago
        
    
  
  
    
Latest Attachment SMF.php 4th Pass
Same outstanding issues as above http://bbpress.trac.wordpress.org/ticket/2380#comment:1
Fixed User password 'to type' field mapping
    
      
    #5
  
          follow-up:
    ↓ 6
    
        
          
            
 @
            
12 years ago
        
    
  
  
    
Latest Attachment SMF.php 5th Pass
Enhancements:
- Added password support
 
(I couldn't replace the old attachment so there is a new attachment named SMF.2.php, for use you can rename the file to SMF.php)
Latest Attachment SMF.php
Fixed:
Outstanding:
NOTE: If you are importing 'users' during the import you will see multiple instances of the following two error messages:-
These can both be ignored and only relates to the current non-working state of converting user passwords. If you need to login (or users login) they will just need to reset their WordPress password to be able to login.