Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'phpbb'

Viewing 25 results - 276 through 300 (of 2,297 total)
  • Author
    Search Results
  • #174917
    Fuskeduske
    Participant

    I am using 2.6, but i fixed the issue by removing the “founder” setting in phpbb.

    #174829
    Fuskeduske
    Participant

    I found out the problem lies within the “founder” option in phpbb which you can set for specific users, after setting this to “No” the importer seems to be doing it’s thing.

    #174799
    Fuskeduske
    Participant

    Addition:

    I have now tried backing up the phpbb database, and then delete the users converting to “imported_username” and “username” but it just finds another user and converts them redundant.

    This might indicate the problem could lie within the first 4 user profiles, is there anything that could mess up the importer like that?

    #174796
    Fuskeduske
    Participant

    Hi, i am trying to import a 3.1.7 phpbb DB to bbpress, but some of my “core” users won’t convert.

    I don’t get an error, but they just don’t seem to be retrieved, allthrough their posts and topics are showing fine.

    I get the right amount of users imported, “142” but some of the users are being imported as “imported_username” could it be that the importer checks for 142 users and skips the rest?
    I should say, that i have no users on the forum and i am doing a clean install without any prior imports.

    #174743
    giobby
    Participant

    hi all,

    I just wanted to share an update on my mission to migrate from PHPBB to BBPress.
    In version 2.5.8 I had the problem with the wrong authors (fixed with some additional db query).
    Now in 2.5.9 I cannot even complete the migration.
    I know that when I get the dashes (“——“) it means I lost the connection and I have to start the conversion again that would resume supposedly from where it stopped.
    That was true for 2.5.8 but in 2.5.9 I’ve tried 5 times already and when I get the dashes and try to resume, I get a message that says that there are no more replies to convert (which is not true).

    Any idea on how I can correctly resume the process?

    Just FYI, it takes 2 full days of processing to convert about 370K replies.
    I would appreciate If anybody can tell me how can I improve this performance (I’ve full control on the machine).

    Thanks,

    Gio

    #174616
    Stephen Edgar
    Keymaster

    Regarding option 1, is it even possible and does such a script exist?

    Yes, there one, maybe two scripts, but they are quite out of date.

    Regarding option 2, what are the required wp_postmeta keys I would need to generate?

    Have you looked at the internals of any of the ~25 importers included with bbPress?

    phpBB and SMF are the two most “feature complete” in that they import nearly 100% of the required wp_postmeta fields.

    A basic example version of an importer is included, Example.php in the `/includes/admin/converters/ folder, its fairly basic, when comparing it with either the phpBB or SMF importers it might make more sense. There is also some initial documentation on modifying this yourself https://codex.bbpress.org/getting-started/importing-data/import-forums/custom-import/

    If you upload to https://gist.github.com/ or somewhere, take a screenshot of it from phpMyAdmin I’ll happily help you get it up and running.

    Also, I suggest using bbPress 2.6-alpha, loads of importer improvements over bbPress 2.5.9, you can grab it from here https://bbpress.org/download/

    Stephen Edgar
    Keymaster

    @siparker, as I just replied to @giobby’s phpBB post you should try the import with bbPress 2.6-alpha (hoping to release in the next couple of weeks).

    It contains pretty big improvements around the importing and matching of users and their data. It should now correctly map any Anonymous users to bbPress’ Anonymous user though now it will include their vBulletin Anonymous user name. It also works in a similar fashion for deleted users, if the user was deleted and their posts kept, bbPress now maps these posts and usernames to its own internal Anonymous user.

    Also make sure to run the repair tools after importing, it fixes up any freshness, last poster type issues if we couldn’t import that data it recalculates it for you.

    Grab 2.6-alpha from https://bbpress.org/download

    #174506
    Stephen Edgar
    Keymaster

    You should try bbPress 2.6-alpha, there are heaps of phpBB improvements in bbPress 2.6 🙂

    That should fix your author mapping, it also adds support for mapping anonymous/deleted users to their topics which is pretty cool.

    The mapping of the users old phpBB user ID is also updated to work quite differently to how it did in the 2.5.x release so again this should fix that for you also.

    p.s. bbPress.org here runs 2.6-alpha, and we’re hoping to ship 2.6 in the next couple of weeks.

    Edit: Get 2.6-alpha via our downloads page https://bbpress.org/download

    giobby
    Participant

    I’ve run in the same issue by importing into PHPBB.

    You can read through my post: https://bbpress.org/forums/topic/import-phpbb-wrong-authors/

    If you check, you may find that some authors are displayed as anonymous because the corresponding attribute in wp_posts.post_author has no match with your wp_users.id

    I’ve found out that these authors have still the old user id of the forum you are importing from (VBulletin).

    I can’t guarantee the following solution will work for you, but I recommend you to create a temporary table to map your old user ids to the new wordpress ones by joinin them on the user_email attribute.

    Then just update all the orphan wp_posts.post_author with the right wordpress id.

    I can’t guarantee this will fix all your dirty posts.

    #174495
    giobby
    Participant

    I leave this reply for those who faced the same issue and also for the developers who may find where the problem is.

    From one side we have a wrong author getting associated to the wordpress posts (forum, topic and replies).

    One thing that can be done to fix this after having run the import is to match the date and time of the post, the ip address of the author and potentially the last 8 characters of the content (will not work if it’s a smiley or bb code).

    This would fix the issue even if I can’t guarantee it will work for all the dirty posts.

    The second thing, even more worrying, is the fact that certain authors are associated to the topics/replies with their old PHPBB user_id.
    It’s easy to spot them because those dirty posts won’t join with the wp_user table and therefore they are reported as anonymous users in the website.

    One way to fix that after the import is to update all those old PHPBB ids by replacing them with the corresponding wordpress users ids (just join on email address).

    #174474
    giobby
    Participant

    Hi everybody,

    that’s my first post so I take the opportunity to thank the community for its amazing job.
    I am in the process of migrating an existing community (PHPBB based) to BBPress on a dedicated server.

    In terms of volumes, we are talking about 6K users, 350K replies and 15K topics.

    The import seems to run quite well but I’ve notice that the author of certain posts is wrong.
    I’ve found in the forum someone with the same problem but he was running a specific plugin to sync his existing PHPBB installation whilst in my case I have a pure PHPBB installation running on version 3.0.12

    Do you guys no some magic options to remap the posts to the right authors?

    Thank you in advance,

    Gio

    #174473
    NickUdd
    Participant

    Hello,

    I want to know what is the best practice for the database settings for import forums?

    I have a big phpbb db with 100,000 topics and mabout 8000 users.

    Especially
    Rows Limit
    100 rows to process at a time
    Keep this low if you experience out-of-memory issues.

    Delay Time
    1 second(s) delay between each group of rows
    Keep this high to prevent too-many-connection issues.

    And what does Convert users mean?
    Attempt to import user accounts from previous forums. Non-bbPress passwords cannot be automatically converted. They will be converted as each user logs in.

    #174413
    rothaar
    Participant

    Hi Robkk,

    no, it wasn’t turned into von. It looks like this: http://screencast.com/t/FLR74UlGQaYp

    Are you planning to have a multilingual single site? You might be on to something here if you are trying to run a multilingual single site.

    Yes, that was the idea, but I keep running into so many issues with this that I’m now starting to consider separate installations.

    One of the issues is that a multilingual single site requires a translation for forum posts for them to show up at all. I would like users to be able to access my website in their language (menus, buttons etc) and write forum posts in their language without the need of a translation.

    However, if I post something in English it will not show unless I translate the post into German and vice versa. You can imagine that it would not be feasible to translate every forum post. If I deactivate the translation of replies, then part of the interface won’t be translated either.

    I’m not sure though if I can create one community if I separate the installs for the languages. E.g. I would still like users to be able to contact each other via private and public messages and post in the German and/or the English forum. Member lists should show members of both sites etc.

    I’ve not looked into this yet so I don’t know if this can be done.

    Just so you know, I thought the root issue could be the “by” not changing in your forums is because it might have outputted the text using code from a custom phpbb starter pack theme created by @lynq, here is an example of the custom forum freshness column from the starter pack.

    https://gist.github.com/ntwb/3133450

    I see what you mean. I think I’ll check with the author of my theme (Buddy) and see what he says. Thanks for the tip!

    #174367
    Robkk
    Moderator

    I’ve added a new site to my multisite installation, set the language to German and activated bbPress. The ‘by’ did not show.

    Was the word “by” turned into “von”, or was there an entirely different layout when you activated your theme on new site install? If it was “von” by default in the new site installation then, then maybe it could be a possible cache issue on your original site, so flushing the cache could then update the word to “von”.

    Could it be that the theme only causes the ‘by’ to show if two (or more) languages are active or that a plugin is causing it?

    Are you planning to have a multilingual single site? You might be on to something here if you are trying to run a multilingual single site.

    Just so you know, I thought the root issue could be the “by” not changing in your forums is because it might have outputted the text using code from a custom phpbb starter pack theme created by @lynq, here is an example of the custom forum freshness column from the starter pack.

    https://gist.github.com/ntwb/3133450

    #173924
    thelaw
    Participant

    Several months ago I tried to import a phpbb 3.1 forum into bbpress. Sadly it didn’t work. It was frustrating because the description says it works. It would be very beneficial to have version numbers and dates associated with anything associated with bbpress, including importers. Otherwise it’s a constant source of frustration downloading, trying, failing. No need to have done so in the first place if the version number was already a part. Thanks for the consideration.

    #173824
    Stephen Edgar
    Keymaster

    Awesome 🙂

    If you look at the phpBB and SMF importers they have near the end of the file a bunch of regular expressions for converting custom BBCode into native HTML for WordPress.

    Get me a list of what you want copied from the SMF/phpBB importers to Xenforo and I’ll add them.

    If you need more, or tweaks to them happy to help out here also.

    #173729
    aaachiaki
    Participant

    Trying to make sense of what Stephen provided… Is this something I need to update in bbpress/includes/admin/converter/phpBB.php
    ???

    aaachiaki
    Participant

    Late to the party on migrating, but I think it’s time. Installed bbPress via plugins on my WordPress instance. I’d played around with it in the past so I cleared all the old data with a board reset. Went to import and put in all the information – created a new MySQL user with full permissions to the database my phpBB forum is on.

    Set rows limit to 75 and Delay time to 3 – I have a pretty big forum to move.

    Checked all three boxes for Convert Users, Start Over, and Purge – I want a full, clean import.

    It gets right to the start of the process and says:
    WordPress database error: [Table ‘XXXX_forum.users’ doesn’t exist]
    (the XXXX is the name of my database)

    And it gives a long string in gray after that of info I don’t quite understand.

    Tried deleting the plugin and reinstalling it. I’m on the latest version of WordPress and PhpBB.

    Any help would be greatly appreciated, and thanks in advance!

    #173575
    Sziban
    Participant

    Thanks!
    In the original Exmple.php the ‘default’ => ‘Example’, but the phpbb sample the ‘default’ => ‘phpBB’ and the SMF sample the ‘default’ => ‘SMF’ was. This is why I thought I can change to any text.
    Anyway I am going to change the value and see what happens.

    #173533
    Stephen Edgar
    Keymaster

    @eoppegaard The database actually needs to be active in the same MySQL server your WordPress site is running on, not the same database, just available as a database in the MySQL server. Uploading the MySQL .sql dump file or phpBB files to yor site will have no effect and will not work.

    Some of the docs here might also help you out.


    @evildrome
    It might be easy for you, it’s not for me, if it was I’d have done it, if you’d be able to help out and help with some code for a solution to that that would be awesome.

    #173349
    D L
    Participant

    This sounds awesome!

    I’ll try it out and report back.

    The whole thing with the topics and replies is hard for me to get my head around. To me a topic is is a topic and then replies to that topic are posts assigned to that topic. I guess that’s the phpBB model.

    Once I try it out I’ll be able to see what can be done about any duplicates.

    Thanks so much for the work.

    #173338
    Stephen Edgar
    Keymaster

    I’ve updated and sent a new pull request 🙂
    https://github.com/damon18/dizkus-bbpress/pull/2

    It pretty much covers everything, I removed most of the unused bits and pieces

    • Removes unused anonymous/guest topic and reply importing
    • Updated zk_dizkus_topics and zk_dizkus_posts table joining logic
    • Removes unsupported topic favorites importing
    • Removes zk_dizkus_users tables references, all usable user data is available in the zk_users table
    • Removes unsupported user profile fields
    • Renames all the phpBB things to dizkus

    It appears dizkus supports topic subscription, forum subscription, and forum favorites. bbPress doesn’t support forum favorites so thats out, but topic and forum subscriptions should work fine
    • zk_dizkus_forum_favorites – forum_id
    • zk_dizkus_subscription – forum_id
    • zk_dizkus_topic_subscription – topic_id

    Lastly, the one broken thing 🙁 Based on the way bbPress’ importer currently works it needs to remain SQL compatible for ~25 different database schemea’s, this is really hard 😉 As such I couldn’t find a way to ignore the topic being imported a second time as a reply. So you will see after importing you will have a duplicate post, one is the original topic, and the other is a reply. I’m not sure if the database you shared with me is the complete dataset or not, if it is then manually deleting the duplicate after import would be my suggestion. If not, we can work on making a tweak/modification/hack to the original database to achieve this.

    #173334
    mimbelli
    Participant

    As I said I’m a WP newbie trying to understand how everything works. These are my considerations so far. I do not want to hurt anybody.

    After a couple of days of testing I’m really going insane trying to get a minimum acceptable installation.
    While I understand that acceptable is a moot concept, I mean “similar classic feature of all free forum scripts out there” I’m not speaking about cutting edge features but really standard forum features since phpBB 2 hence:

    • extended user profile
    • private messaging
    • user signature
    • post count and join date below username
    • post preview
    • attachments with inline images
    • quote replies
    • report
    • sticky, new, hot for topics
    • view unread content

    Now I understand that all of them can be obtained through 10 different plugins but I’m really scared to do so for these reasons:

    • 10 different plugins and authors are very difficult to maintain. Chances something screw up are high, no matter how godd is the code.
    • some of plugins implementing above features seems already nearly abandoned
    • In one of my past life I was so naive to dope my Joomla installation with several third party mambot/plugins. When I had to upgrade I discovered that several of them where abandoned giving me a hege PITA to upgrade
    • In a recent life I avoided to dope my IP Board installation with plugins but during a main upgrade I had the same problem with some mods I made by myself

    Now I’m trying to bring everything to wordpress + bbpress but I see that it is a steep climb just to get what in 2016 is considered a forum with basic features. I’m not a developer otherwise I was already coding the missing pieces.

    Please: less plugins – more core features

    #173263
    mimbelli
    Participant

    Thank you for your reply,

    I’m just trying to understand if I can get a forum like phpBB or similar out of the box. i see there is a plugin for everything but I’m becoming crazy to understand what I need. I don’t find a list of basic features.
    In my previous experiences having a lot of third party plugins installed proved to be a nightmare when upgrading and after some year some of them are not maintaned anymore.

    I’m reading as much as possible through the forum but I cannot find a lot of info.

    Where I find a list of features of the upcoming version 2.6?
    Just to understand if some plugins/features has been implemented into bbp core.

    Thank you in advance

    #173258
    evildrome
    Participant

    OK, my original premise was wrong but the results are much the same.

    I will post this here to hopefully prevent anyone else going through the same pain.

    My import didn’t fail because of an inability to deal with non-alpha chars. It failed because I have all the user emails set to anon@anon.com

    This is because my import to bbPress started as a Yahoo group and I’m going via phpBB.

    I wanted a way to easily identify the newly added users.

    Anyway, if the email already exists, the converter will carry on.

    Silently.

    Leaving you to guess what the hell went wrong.

    Rather than just output a single line at the end of user import:

    Users Read [x] Duplicates found [x] Users added [x]

Viewing 25 results - 276 through 300 (of 2,297 total)
Skip to toolbar