marquisite
Well-known member
A few weeks ago I performed a final SMF import and rolled out XenForo on my public site. There were a number of previous test imports done to identify importing problems to make the transition as smooth as possible. Unfortunately I did not spot this undesired post trimming issue during testing.
In SMF it was possible to insert attachments at specific points of a forum post by using the following bbcode:
I have at least a few instances of a posts (so far they are all from the same 2012 thread) where the imported content is truncated at the first point where the attach bbcode is located in the pre-imported SMF version of the post.
With this said, all of the post attachments display as thumbnails below the truncated XenForo post.Fortunately I have retained a working read-only SMF forum so I will be able to add the missing part of the posts back - at least for the partial posts I am aware of.
EDIT: The post content is all there, but only when opened to edit. So I just needed to delete the attach bbcode for the remainder of the post to show up. It would still be good to see this fixed but the severity isn't as serious as initially thought... phew!
In SMF it was possible to insert attachments at specific points of a forum post by using the following bbcode:
Code:
[attach=#]
where # is the post attachment number, e.g. 1 if the post only had 1 attachment. There is no closing [/attach] tag.
I have at least a few instances of a posts (so far they are all from the same 2012 thread) where the imported content is truncated at the first point where the attach bbcode is located in the pre-imported SMF version of the post.
With this said, all of the post attachments display as thumbnails below the truncated XenForo post.
EDIT: The post content is all there, but only when opened to edit. So I just needed to delete the attach bbcode for the remainder of the post to show up. It would still be good to see this fixed but the severity isn't as serious as initially thought... phew!
Last edited: