I'm importing from phpBB2 (originally from IPB2.1, but that doesn't really matter) and was wondering about poll import. I realize that the normal Poll module does not support #body, but is there a way that I can configure it so that polls do have #body and post body will import into it?

Comments

naheemsays’s picture

Currently the poll body will be imported as the first comment.

It will be possible to change it to import into the node, but that will require changing some logic in a few of the php functions - making the import polls work closer to how the import of forum topics works.

meustrus’s picture

Ah, I see it does. Would it be worth it to configure it in that way? Since it does import into the first comment, it's a bit less necessary, so I'm just interested in how much work it would involve.

meustrus’s picture

Also, related, is there a way to import the topic title instead of the poll title?

naheemsays’s picture

Best option is to start looking at the code here - I may get some time to investigate over the weekend - it will be posible, but it may require some hacking of the module.

JeremyFrench’s picture

Status: Active » Closed (won't fix)

Mass close of D6 issues for this module as won't fix. Please see #1854186: Support for the 6.x branch.