I’ve written an import script for jforum, the great java-based forum software. Here is my github fork:
A platform for community discussion. Free, open, simple.
It’s based on the phpBB import script (thank you for this great import script!) and includes import for:
Users
Avatars
Attachments
Categories
Topics
Postings (tries to convert bbcode)
Bookmarks
Smilies
Private Messages (tries to detect message threads)
Polls
I’ve successfully used it for my installation and would like to share the code with you. Anyone interested?
jomaxro
(Joshua Rosenfeld)
2017 年11 月 22 日 20:43
2
If you’d like to contribute it to the community, the best way would be to submit a pull request! Then it would live with all the other import_scripts for the community to use.
raiye
(Ramanan Iyer)
2019 年12 月 6 日 04:59
3
嗨 Alex,我正在做一个概念验证,计划将我的 Jforum 迁移到 Discourse。如果你能与我分享相关代码,那将非常有帮助。
jomaxro
(Joshua Rosenfeld)
2019 年12 月 6 日 15:14
4
脚本已共享。请查看上方链接的 GitHub 仓库中的 import_scripts 文件夹。请注意,该脚本已两年未更新,因此可能需要进行一些更新。
你好,请查看我发布中的仓库,目录为 import_scripts。我尚未对其进行更新,因此可能需要一些更新。
你好,我使用 Jforum(SongKong and Jaikoz Music Tagger Community Forum - tagger songkong jaikoz albunack melco roon Discourse 论坛(community.jthink.net )。
非常高兴发现了你们的 Jforum 插件,但目前我还在努力理解如何运行任何 Discourse 导入工具。我读到过关于搭建 Discourse 开发环境的讨论,但我觉得这有些大材小用,因为我刚安装了一个全新的 Discourse 实例,很乐意直接导入到其中。
也许如果有人能分阶段为我解释一下就好了。看起来第一步应该是将用户从一个论坛导入到另一个论坛。但由于两个论坛无法互相访问,我需要先导出用户数据。
因此我想请教:
如果我知道导入所需的数据格式以及如何进行导入,我可以自己编写 SQL 语句从 Jforum 导出数据。