My understanding is that the XenForo DataWriter for poll responses has a maxLength set of 100 characters. (As is the database field).
And if you import from vBulletin and you have responses that exceed that, the import still occurs, but the poll responses seem to be trimmed to an appropriate length.
Basically I just want to ensure that the vBull => XenForo importer will accept a much larger maxLength for a poll response without it being trimmed to 100 characters.
1) I will change the maxLength to a much larger number in the PollResponse DataWriter.
2) I will change the database field to a much larger varchar or text field.
This is the important bit:
3) How do I ensure the poll response isn't trimmed? Or is the very fact that the DataWriter will accept a larger value enough?
And if you import from vBulletin and you have responses that exceed that, the import still occurs, but the poll responses seem to be trimmed to an appropriate length.
Basically I just want to ensure that the vBull => XenForo importer will accept a much larger maxLength for a poll response without it being trimmed to 100 characters.
1) I will change the maxLength to a much larger number in the PollResponse DataWriter.
2) I will change the database field to a much larger varchar or text field.
This is the important bit:
3) How do I ensure the poll response isn't trimmed? Or is the very fact that the DataWriter will accept a larger value enough?