Make WordPress Core

Opened 18 years ago

Closed 15 years ago

#4009 closed enhancement (duplicate)

Change Blogger Importer to use Blogger Post ID

Reported by: clwill's profile clwill Owned by: clwill's profile clwill
Milestone: Priority: low
Severity: normal Version:
Component: Import Keywords: blogger, import, haloscan
Focuses: Cc:

Description

The blogger importer currently uses the post permalink to associate comments to the post. Blogger, however includes a unique post id on each post, and the comments all reference this id. This enhancement will change the blogger importer to use this post id field, which will be simpler, with less code and complexity, and also allow the optional importing of Haloscan comments (see ticket #4008).

Attachments (1)

blogger.php.diff (751 bytes) - added by clwill 18 years ago.
Blogger update to add postid field

Download all attachments as: .zip

Change History (4)

@clwill
18 years ago

Blogger update to add postid field

#1 @clwill
18 years ago

After fiddling with this for what seems like forever, I have resigned myself to the same conclusion as Andy did -- that blogger leaves only the permalink as a reference, and that is what needs to be used within blogger to correlate the post and comments.

However, haloscan uses the blogger postid to connect their comments to the post, and therefore the metadata needs to keep the blogger postid field around. This update simply adds that metadata field to each post as it's imported. This lays the groundwork for adding haloscan import (ticket #4008), which I'm still working on.

This simple change, therefore accomplishes/closes this ticket.

#2 @foolswisdom
17 years ago

  • Milestone changed from 2.3 to 2.5 (future)

#3 @Denis-de-Bernardy
15 years ago

  • Component changed from Administration to Import
  • Milestone 2.9 deleted
  • Resolution set to duplicate
  • Status changed from new to closed

punted a dup of this one in Future Release / Import component a few minutes ago.

Note: See TracTickets for help on using tickets.