• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

How do I migrate messages from yahoo group to JForum?

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are using yahoo groups since 1999. Now I want to use JForum instead of yahoo groups.

I downloaded messages from yahoo group to my mysql database, All the messages are stored in one database table. There are about 20,000 messages in this table. Now I want to post them to my JForum installation. How should I do it?

is there any utility which I can use? or do I have to write code to maigrate data to Jforum?

I guess when I post messages to JForum , it automatically takes care of creating seach key words in backgroud. How do I add search key words when I migrate messages to JForum?
[originally posted on jforum.net by Anonymous]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HHmm.. that will be an interesting task to do . Do you know Java programming? If so, take a look in the phpbb2jforum code. It may help you:

https://jforum-tools.dev.java.net/source/browse/jforum-tools/phpbb2jforum/src/net/jforum/tools/phpbb2jforum/

Also, I'm open to help you in any question about how JForum works.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Create symphonies in seed and soil. For this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic