PHPBB2 to E107 Conversion script with BBCode

e107 CMS » Forums » e107 v1.x Support » Third Party Code / Theme Support << Previous thread | Next thread >>
Go to page  1 2 3 4
PSUFAN
Jun 27 2006, 07:26AM
Registered Member #27728
Joined: May 22 2006, 06:59AM
Posts: 34
The problem for many folks is that their phpbb DB is far too big to run scripts on if you have a shared host. Myself, I would like to change the script so that I can import only the users, not all of the posts and private messages. I will look at the sql and see if I can do that.
Go to top
joe-k
Jun 27 2006, 07:54AM
Registered Member #28173
Joined: Jun 09 2006, 07:19AM
Posts: 27
it WONT take accross pm's. and even if you do import the forums, just delete them afterwards.

the above would stop you needing to edit it.
Go to top
steved
Jun 27 2006, 09:55AM
  • e107 Main site administrator
  • e107 Core developer
Registered Member #16181
Joined: Mar 28 2005, 01:18PM
Posts: 8942
It's actually fairly straightforward to delete the forum transfer from the code and just bring across the users.

One day I might make it selectable.....

And of course you can possibly do the transfer off-line on your PC, where you can control things like execution time.

Or adding a line like:

set_time_limit(240);

to the code near the beginning will be accepted by at least some hosts.
[ Edited Jun 28 2006, 10:02AM ]
Go to top
SammyBoy
Jul 19 2006, 08:36PM
Registered Member #26151
Joined: Mar 25 2006, 11:49AM
Posts: 3
can this be reversed to go from e107 to phpbb? id like to convert to phpbb. im still going to keep e107 but not for the forum. I have an idea id like to try. but i need to convert my e107 info into phpbb so i can develop what i got in my head.. would it be real hard to reverse this script to do the opposite? Id be even wlling to pay a little cash? 20 bucks or something to reverse it?
Go to top
steved
Jul 20 2006, 12:28AM
  • e107 Main site administrator
  • e107 Core developer
Registered Member #16181
Joined: Mar 28 2005, 01:18PM
Posts: 8942
It would be a fairly serious coding and testing exercise to do the opposite. I would say that it definitely won't happen as part of the 'core' E107; and will only happen at all if someone with coding skills and probably knowledge of both E107 and phpbb can be encouraged to do it.
And don't forget that if you wanted to use phpbb with E107, to do it properly they would need to be integrated.
Go to top
joe-k
Jul 20 2006, 12:51AM
Registered Member #28173
Joined: Jun 09 2006, 07:19AM
Posts: 27
from my experience with the phpbb integration plugin, it doesnt work well.

i have recently migrated from phpbb as im sure you have read and have had only minor problems, the e107 forums seem to be just as good as phpbb and personally would not bother integrating phpbb.

Go to top
SammyBoy
Jul 20 2006, 01:00AM
Registered Member #26151
Joined: Mar 25 2006, 11:49AM
Posts: 3
thats what im toying with. and i suck at converting. im tring to get it to where the userdata base is shared at least.

I wouldnt ever expect to see this in the core.. Im just at a lose on who else has knowladge in converting in this area. if i can get a converstion script and see whats going where. then i use that in moving stuff back and forth.. pain in the ass i know. And im more a visual learner. anyways thanks for the comments on it.. I wil lkeep searching
Go to top
PSUFAN
Aug 03 2006, 11:50AM
Registered Member #27728
Joined: May 22 2006, 06:59AM
Posts: 34
wrote ...
can this be reversed to go from e107 to phpbb?


Look for a conversion script on the phpBB forums. You'll probably find quite a few!
Go to top
freakus
Aug 15 2006, 08:10PM
Registered Member #29790
Joined: Aug 15 2006, 03:47PM
Posts: 3
First off...thanks for your (and others) work on this, it is much appreciated.

I just installed a clean version of e107 and ran the converter. All worked fine but still having the same problem I see others had previously.

Only the parent topics are converted, the threads underneath are not.

I have tried working with an export of the phpbb tables and mocking up a table to import, but that does not seem to be working so well.

Any ideas?
Go to top
steved
Aug 16 2006, 12:00AM
  • e107 Main site administrator
  • e107 Core developer
Registered Member #16181
Joined: Mar 28 2005, 01:18PM
Posts: 8942
First off, did you get the latest converter code from [-link-] (or from CVS)

And did you find the instructions in the wiki: [-link-]

Good chance that between them those'll solve the problem.
Go to top
AzzX
Aug 23 2006, 08:44AM
Registered Member #28840
Joined: Jul 10 2006, 07:25AM
Posts: 15
Though the conversion went great but same issue as freakus..... Almost there!

Also get this under the "latest forum posts" :
You must be logged in to post comments on this site - please either log in or if you are not registered click: 232 | Info: 0 | Delete: 39594


Test Site: [-link-]
Go to top
AzzX
Aug 23 2006, 08:45PM
Registered Member #28840
Joined: Jul 10 2006, 07:25AM
Posts: 15
Tried everything suggested bar the smilies on the wiki, Would this affect anything.
1st topic is viewable but replies are not So close yet.....
maybe try phpbb - Nuke then back to e107

Any other suggestions?
Go to top
steved
Aug 24 2006, 12:07AM
  • e107 Main site administrator
  • e107 Core developer
Registered Member #16181
Joined: Mar 28 2005, 01:18PM
Posts: 8942
You are using the version from [-link-] aren't you? This seems to have fixed most people's problems
Go to top
AzzX
Aug 24 2006, 12:24AM
Registered Member #28840
Joined: Jul 10 2006, 07:25AM
Posts: 15
Yes I am using that version, just tried with a whole cvs install of e107 with the same issue: 1st post is shown with no replies. This post has 88 replies, even shows you in the forums. [-link-] but you cant see any replies.
Also shows this next to replies
 [user deleted]

I must be missing something.....

I managed to import the Database into Dragonfly which is a nuke fork with no issues, so the database seems ok to use.


EDIT: A few hours later... No luck.....
[ Edited Aug 24 2006, 08:56AM ]
Go to top
AzzX
Aug 25 2006, 02:10AM
Registered Member #28840
Joined: Jul 10 2006, 07:25AM
Posts: 15
Update:

I think the issue is similar to this 1 on the e107coders site. [-link-]
My phpbb forum was converted from php_fusion and does indeed use the Re: in post_subjects.
Go to top
steved
Aug 25 2006, 05:26AM
  • e107 Main site administrator
  • e107 Core developer
Registered Member #16181
Joined: Mar 28 2005, 01:18PM
Posts: 8942
Useful link - you could well be right.
I'll try and have a look sometime
Go to top
AzzX
Aug 26 2006, 12:12AM
Registered Member #28840
Joined: Jul 10 2006, 07:25AM
Posts: 15
Update: Hopefully this helps others in the same or similar situation.

Had great success modifying the phpbb_new.php from the latest conversion script using thalamus instructions for the older script on e107 coders [-link-]

The modified file can be had here: [-link-] just overwrite the existing script.

In summary:
I went from Php_Fusion -> phpbb2 -> E107

The fusion to phpbb conversion script is here: [-link-]
It says only for version 5 but it worked with my latest CVS install of php fusion.

Cheers Lads.
Go to top
innovatel
Oct 17 2006, 03:59AM
Registered Member #22586
Joined: Nov 24 2005, 02:35PM
Posts: 21
Great Work!

Last year i changed e107 for phpBB2 (i wrote the tool) ana now I thing to return e107.

I'll try the tools with my phpBB db and I like the new version of e107 ... i'm returning

Thanks
Go to top
steved
Oct 17 2006, 01:26PM
  • e107 Main site administrator
  • e107 Core developer
Registered Member #16181
Joined: Mar 28 2005, 01:18PM
Posts: 8942
Excellent - make sure you use the latest conversion script - either from the 'interim bug fixes' sticky post, or direct from CVS
Go to top
innovatel
Oct 17 2006, 03:38PM
Registered Member #22586
Joined: Nov 24 2005, 02:35PM
Posts: 21
I had download e107 current version and tool from link in page one.

After I gone to and user add perfect, create forum and section but when it wanted to created topics I had the follow error: "Unable to insert topic:"

some idea? I hope to check and extend this script in my free-time

good night @ all
Go to top
Go to page  1 2 3 4  

Jump:     Back to top

Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF
Powered by e107 Forum System