(1) 2 3 4 »


Move from D3 to Newbb again
#1
Just popping in
Just popping in


See User information
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.

Posted on: 2008/6/15 7:00
 Top  Twitter  Facebook    Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Move from D3 to Newbb again
#2
Just popping in
Just popping in


See User information
major bump

Posted on: 2008/8/5 9:37
 Top  Twitter  Facebook    Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Move from D3 to Newbb again
#3
Moderator
Moderator


See User information
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.

Posted on: 2008/8/5 10:17
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs
 Top  Twitter  Facebook    Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Anonymous
Re: Move from D3 to Newbb again
#4
Guest_Anonymous
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

 Top  Twitter  Facebook    Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Move from D3 to Newbb again
#5
Just popping in
Just popping in


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

Posted on: 2008/8/6 5:02
 Top  Twitter  Facebook    Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Move from D3 to Newbb again
#6
Not too shy to talk
Not too shy to talk


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

Posted on: 2009/12/3 9:22
 Top  Twitter  Facebook    Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Move from D3 to Newbb again
#7
Community Support Member
Community Support Member


See User information
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.

Posted on: 2009/12/3 10:42
 Top  Twitter  Facebook    Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Move from D3 to Newbb again
#8
Not too shy to talk
Not too shy to talk


See User information
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

Posted on: 2009/12/16 9:16
 Top  Twitter  Facebook    Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Move from D3 to Newbb again
#9
Community Support Member
Community Support Member


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

Posted on: 2009/12/16 9:25
 Top  Twitter  Facebook    Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Move from D3 to Newbb again
#10
Not too shy to talk
Not too shy to talk


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

i'm condemned to use the d3forum

Posted on: 2009/12/16 13:17
 Top  Twitter  Facebook    Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 




(1) 2 3 4 »



You can view topic.
You cannot start a new topic.
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You can vote in polls.
You cannot attach files to posts.
You can post without approval.
You cannot use topic type.
You cannot use HTML syntax.
You cannot use signature.
You cannot create PDF files.
You cannot get print page.

[Advanced Search]


Login
Username:

Password:

Remember me



Lost Password?

Register now!
Search
Recent Posts
Who's Online
132 user(s) are online (99 user(s) are browsing Support Forums)

Members: 0
Guests: 132

more...
Donat-O-Meter
Make donations with PayPal!
Stats
Goal: AU$15.00
Due Date: Jul 31
Gross Amount: AU$0.00
Net Balance: AU$0.00
Left to go: AU$15.00
Latest GitHub Commits
Recent forum posts
Recent Comments
About us
Learn
Use
Develop GitHub
Contribute
Connect
Terms of Use | Privacy Policy | Hosted by Arvixe Hosting | RSS 2.0 Button