1
Ft24v2
Move from D3 to Newbb again
  • 2008/6/15 7:00

  • Ft24v2

  • Just popping in

  • Posts: 86

  • Since: 2007/1/30


Im trying to move my forum post back to NewBB from D3, is there any way to do this, because i really need this done.

2
Ft24v2
Re: Move from D3 to Newbb again
  • 2008/8/5 9:37

  • Ft24v2

  • Just popping in

  • Posts: 86

  • Since: 2007/1/30


major bump

3
Mamba
Re: Move from D3 to Newbb again
  • 2008/8/5 10:17

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Is there a script to move from Newbb to D3? If yes, you could analyze it and do the reverse.

Otherwise somebody would have to write a script from scratch, and I am not sure if anybody would have the time to do it for a one-time situation.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

4
Anonymous
Re: Move from D3 to Newbb again
  • 2008/8/5 13:59

  • Anonymous

  • Posts: 0

  • Since:


Quote:
Mamba wrote:

Is there a script to move from Newbb to D3? If yes, you could analyze it and do the reverse.


There is such a script. I think it's available on the website of another (closely-related) CMS website and it might be available (or references to it) on GIJOE's site, too.

Edit:
See this:
http://xoops.peak.ne.jp/md/d3forum/index.php?topic_id=2808

5
Ft24v2
Re: Move from D3 to Newbb again
  • 2008/8/6 5:02

  • Ft24v2

  • Just popping in

  • Posts: 86

  • Since: 2007/1/30


Thanks ill check out that link. I like D3, but im waiting until some new features and such are added.

6
cerbero
Re: Move from D3 to Newbb again
  • 2009/12/3 9:22

  • cerbero

  • Not too shy to talk

  • Posts: 191

  • Since: 2003/9/11


any news on this? i would like to return to cbb if i could

7
ghia
Re: Move from D3 to Newbb again
  • 2009/12/3 10:42

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


In principle you could adapt the script and reverse the actions.
Mosttimes they use SQL statements like insert into new ... select .. from old ...
Other example conversions are linked from here.

8
cerbero
Re: Move from D3 to Newbb again
  • 2009/12/16 9:16

  • cerbero

  • Not too shy to talk

  • Posts: 191

  • Since: 2003/9/11


i've found in XOOPS france this code to return to cbb (i thought)

INSERT INTO `[prefix]_bb_categories` (cat_id,cat_title,cat_description,cat_orderSELECT cat_id,cat_title,cat_desc,cat_weight FROM `[prefix]_d3forum_categories`; 
INSERT INTO `[prefix]_bb_forums` (forum_id,forum_name,forum_desc,forum_order,cat_idSELECT forum_id,forum_title,forum_desc,forum_weight,cat_id FROM `[prefix]_d3forum_forums`; 
INSERT INTO `[prefix]_bb_topics` (topic_id,topic_title,topic_views,forum_id,topic_status,topic_stickySELECT topic_id,topic_title,topic_views,forum_id,topic_locked,topic_sticky FROM `[prefix]_d3forum_topics`; 
INSERT INTO `[prefix]_bb_posts` (post_id,pid,topic_id,post_time,uid,poster_ip,subject,dohtml,dosmiley,doxcode,dobr,attachsig,approvedSELECT post_id,pid,topic_id,post_time,uid,poster_ip,subject,html,smiley,xcode,br,attachsig,approval FROM `[prefix]_d3forum_posts`; 
INSERT INTO `[prefix]_bb_posts_text` (post_id,post_textSELECT post_id,post_text FROM `[prefix]_d3forum_posts`;


i think it can works but losing something like comments, etc

9
ghia
Re: Move from D3 to Newbb again
  • 2009/12/16 9:25

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


In general, there are no comments on a forum.
You can always try it on a local PC with eg XAMPP.

10
cerbero
Re: Move from D3 to Newbb again
  • 2009/12/16 13:17

  • cerbero

  • Not too shy to talk

  • Posts: 191

  • Since: 2003/9/11


sorry for the waste of time, it doesn't work

i'm condemned to use the d3forum

Login

Who's Online

184 user(s) are online (84 user(s) are browsing Support Forums)


Members: 0


Guests: 184


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits