It would be useful if the phpBB3 import script could take these comments and assign them as alt text to the image they are paired with, which would then appear as you hover over the image in Discourse.
Ah! Since I know nothing about Ruby on Rails - and, I’m requesting an enhancement to the phpBB import script - I’d like to request an additional enhancement as described here. It would be useful if, when the script reports a date/time error with a post, that it also reports the phpBB post_id for debugging purposes.
It’s not immediately clear how to go about doing what you ask, but I spent a few minutes and there isn’t a very satisfactory solution that seems feasible.
There’s nowhere in the upload record for the caption, and I don’t see an obvious way to go backward from the Upload. . . a possibility might be to put the comment in as the filename and then somehow later pull that back out as the caption. Yeah. That’s about the best you could do, encode that caption as the filename, which would make it show up on mouseover and such. If you wanted, you could then do something else, like get filenames that include a caption and then stick that into the html somehow.