Jforum import script

I’ve written an import script for jforum, the great java-based forum software. Here is my github fork:

https://github.com/mayerale/discourse/

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?

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.

こんにちは、アレックス。JforumをDiscourseに移行する概念実証を行っています。コードを共有いただければ、非常に助かります。

スクリプトは共有されています。上記の GitHub リポジトリにある import_scripts フォルダをご覧ください。なお、このスクリプトは 2 年間更新されていないため、いくつかの更新が必要になる可能性があります。

ジョシュアさん、ありがとうございます。確認します。

こんにちは、投稿と import_scripts ディレクトリにある私のリポジトリをご覧ください。更新していないため、いくつかの更新が必要かもしれません。

こんにちは。私は長年 Jforum(SongKong and Jaikoz Music Tagger Community Forum - tagger songkong jaikoz albunack melco roon Discourse フォーラム(community.jthink.net)へすべてのコンテンツを移行したいと考えています。

Jforum プラグインを見つけられてとても興奮していますが、現時点では Discourse インポーターを実行する方法が理解できず、困っています。Discourse 開発環境のセットアップについて話されているのを読んだことがありますが、私にとっては過剰なように思えます。なぜなら、私は新しい Discourse インストールを持っているので、そのままインポートしたいと考えているからです。

段階的に分解して説明していただけると幸いです。最初に行うべきことは、あるフォーラムから別のフォーラムへユーザーをインポートすることのようです。しかし、2 つのフォーラムはお互いに見ることができないため、まずユーザーをエクスポートする必要があります。

そのため、以下の点について教えてください。

  • ユーザーをインポートする方法
  • 必要なデータ形式

インポートに必要な内容とインポートの方法がわかれば、Jforum からデータをエクスポートするための SQL を自分で記述することも可能です。