Search Results for 'phpbb'
-
Search Results
-
Hello,
I just want to import my phpBB forum (version 3.2.0) to BBpress. I tried with “tools/import” but it doesn’t work. The tools didn’t import a single forum or topic.
How can I do this?
Another question : how can I increase the size of the font in BBpress? I would have the same size as this forum, on wordpress.org. The original size is really too small.
Thanks a lot.
I am trying to import data from phpBB 3.2.1 to bbPress 2.6 RC 3. I am working on my local machine.
It is converting Forums, Topics and Replies but Users are not getting imported. Author column is showing as Anonymous.While importing below error is showing up
WordPress database error: [Unknown column ‘profile_fields_data.pf_phpbb_wlm’ in ‘field list’]
SELECT convert(users.user_id USING “utf8mb4”) AS user_id,convert(users.user_password USING “utf8mb4”) AS user_password,convert(users.user_form_salt USING “utf8mb4”) AS user_form_salt,convert(users.username USING “utf8mb4”) AS username,convert(users.user_email USING “utf8mb4”) AS user_email,convert(profile_fields_data.pf_phpbb_website USING “utf8mb4”) AS pf_phpbb_website,convert(users.user_regdate USING “utf8mb4”) AS user_regdate,convert(profile_fields_data.pf_phpbb_aol USING “utf8mb4”) AS pf_phpbb_aol,convert(profile_fields_data.pf_phpbb_yahoo USING “utf8mb4”) AS pf_phpbb_yahoo,convert(profile_fields_data.pf_phpbb_icq USING “utf8mb4”) AS pf_phpbb_icq,convert(profile_fields_data.pf_phpbb_wlm USING “utf8mb4”) AS pf_phpbb_wlm,convert(profile_fields_data.pf_phpbb_facebook USING “utf8mb4”) AS pf_phpbb_facebook,convert(profile_fields_data.pf_phpbb_googleplus USING “utf8mb4”) AS pf_phpbb_googleplus,convert(profile_fields_data.pf_phpbb_skype USING “utf8mb4”) AS pf_phpbb_skype,convert(profile_fields_data.pf_phpbb_twitter USING “utf8mb4”) AS pf_phpbb_twitter,convert(profile_fields_data.pf_phpbb_youtube USING “utf8mb4”) AS pf_phpbb_youtube,convert(users.user_jabber USING “utf8mb4”) AS user_jabber,convert(profile_fields_data.pf_phpbb_occupation USING “utf8mb4”) AS pf_phpbb_occupation,convert(profile_fields_data.pf_phpbb_interests USING “utf8mb4”) AS pf_phpbb_interests,convert(users.user_sig USING “utf8mb4”) AS user_sig,convert(profile_fields_data.pf_phpbb_location USING “utf8mb4”) AS pf_phpbb_location,convert(users.user_avatar USING “utf8mb4”) AS user_avatar FROM phpbb_users AS users LEFT JOIN phpbb_profile_fields_data AS profile_fields_data USING (user_id) WHERE users.user_type !=2 LIMIT 0, 100I have an old forum running on phpBB 2+ version. It has nearly 70000 users and 400000 artcles.
Now I need to migrate it to latest bbPress. In bbPress documentation I read that it support importing from phpBB 3.0+, So how can I achieve this migration?https://cholangiocarcinoma.org/db
We’ve ditched our old punbb board and some of our users miss the ability to view just the posts that have been posted since their last visit. That “New Posts” link was actually one of our most popular pages.
Are there any plugins available that could do that? I’ve spent awhile looking and it seems like a popular request for those of us from punbb and phpbb.
Hello,
So I am new to wordpress and bbpress. For forum usage I am very used to phpbb3. I installed bbpress + buddypress because my wordpress theme supports it, but upon playing with it, it doesn’t feel like forums at all.
1) Why can’t I do a normal forum layout:
Category 1
Forum 1
Forum 1 description
Forum 2
Forum 2 description
Category 2
Etc2) Where is the normal forum functionality? Signatures, Mark all as read, statistics, Who’s Online, etc
3) No usergroups or controls? How do I set private forums? Some forums I want people to read and reply, but not create new posts. I can’t do this?
4) It doesnt seem it even tells me which forum has new posts and which doesn’t? Maybe that’s a Theme issue?
So is bbpress actual forums or meant for something else? Or am I missing it all entirely?
Archived old site: imapiece .com/connect1/
New wordpress site curently being developed: imapiece .com/
WP version: 4.8.1
BBPress Version: 2.5.13
(I broke the links and removed the https:// because the previous posts I made where all the links worked were never approved by mods and stayed in limbo, just take out the space before .com and they’ll work)I am moving my current guild forums from PHPbb to buddypress/bbpress in wordpress.
There is one thing I can’t seem to find, and ive been looking around everywhere and it seems im not the only one looking.
bbpress .org/forums/topic/looking-for-an-application-pluginHere is what im looking for, user registers and then applys for a specific group by going to a page with the php form and on submission the post is made in a specified forum.
So lets say there is a page with links to the groups pages and on each page is a application to join that group because the cosplayers have different questions than car guys or wow players. User fills out the app and when they submit it creates a new thread in that groups recruitment forum.
Here is the addon that I use with phpbb
phpbb .com/customise/db/extension/application_formHere are some screenshots of it in its current use
Front end application
Then it creates a new post with New Application from %username
Then in the output view it has it in its own post
Has anyone seen ANYTHING from bbpress or buddy press that can do this? I have been looking and as mentioned I can’t find a solution anywhere. Closest I found was an option in gravity forms to send to trello or via email but that doesn’t make a new thread in a pre determined forum where community members can access and respond to it. I’m bootstrapping this myself if anyone knows a place that contracts this stuff out. I don’t have a lot of money, but the guild is dying and i dont know what else I can do.
Thank you for any information you may have available,
InTempestTopic: Conversion problems
Hi,
I am trying to convert from phpBB but have come across a problem.
My reply subject and content is in a different table to the normal ‘posts’ table.
The standard code in the existing conversion file joins the topics table to the posts table like this:// Setup reply section table joins $this->field_map[] = array( 'from_tablename' => 'topics', 'from_fieldname' => 'topic_id', 'join_tablename' => 'posts', 'join_type' => 'LEFT', 'join_expression' => 'USING (topic_id) WHERE posts.post_id != topics.topic_first_post_id', 'to_type' => 'reply' );
but I need to also join to the table with the subject and content, the ‘posts_text’ table.
Is this possible using the current conversion framework?
If so can anyone please help me with the syntax.Many thanks
Topic: phpbb imported users
Hi,
I’m trying to import a phpbb forum (3.0.12) to a new bbpress (2.5.13) installation.
Everything works well, except that I’d like that imported users that exist in the wordpress (4.8) installation are automatically linked to subjects, messages, etc…
As mention in this post, I could delete “imported_…” accounts and choose the existing users. But I have more than 1100 matches. One by one is just terrible…
I tried to modify the “bbpress/includes/admin/convert.php” file but with no success.
Is there any way “automate” this ?
Thank you.Reference site http://imapiece.com/
Ill start by saying im not a developer and can edit php and code, but I cant write it from scratch…. yet
So ive been moving a guild site over from phpbb into wordpress and am still trying to figure out the best way to handle applicants, I made a post here if anyone had any ideas about that
https://bbpress.org/?post_type=topic&p=181981So I was looking into how to maybe do a multisite with a single forum handling all the main communication among the community as a whole. I was looking through the forum here and everything that said it cant be done is very old. Is there a way to have shortcodes and custom user fields to work around that? Or maybe iframe?
Here is my thought, ill use car clubs for example
Root Forum
1 category – Car Club –
1-2 forum – public
1-3 forum – recruitment needs2 category – members only
2-2 forum – New Car Club Applicant
2-3 forum – Car Club Events
2-4 forum – ADMIN3 categories – (3) Honda – (4) Ford – (5) Mazda
3-2 forum – news rss
3-3 forum – brand specific newsOk, so lets say on the main site if someone goes there it pulls everything since its the root. But give the car club its own multisite along with any niche sub group. In the custom user groups have shortcodes associated with the different ranks to show them on their member page when they look at the info something like [bbp-single-forum id=$forum_id] and add more to the root of that ranks permission. That way you dont have to add them per user, but per rank per group.
so in the shortcode for public users they would only have access to 1 and its contents
people in the honda club who are just members would have access to 1, 2(excluding 2-4) and 3, once they get bumped up to admin rank in that group the shortcode to display 2-4 gets added since its connected to rank roles.In the same breath on the front end of the multisite pages you could just have them display the public forums associated with that niche pulling the data from the forum via [bbp-single-forum id=$id ].
I had a ton of control like this through phpbb using theme styling and domain masking and am trying to find a way to make it work in wordpress but its been a learning curve. I know groups in buddypress have some of this function built in, but it doesn’t seem to be tweak-able between sites. I dont want a guest to see every group in the opt in part of registration off the bat. Would rather have them app on that groups page, members review then they get added and what they see is based on what rank they have in all the groups they are in.
So am i trying to overthink this? Have I missed something that could solve this idea?
Thoughts/Suggestions?
Topic: Backend and admin functions?
Hello,
I run a very large community (ca. 3 Mio posts, 60k users) and using over 17 years Woltlab as community software. Basically, my community is a forum / discussion board, but also has a magazine, gallery and a marketplace.
As I work for many years with WordPress on other projects, I really like the pros in using an open system. Thats the total opposite of a software like WBB from Woltlab, and its getting worser and worser.
So, I really think its time for changing the system and that finally 😉 brings me to my questions:
1. There is no direct importer for Woltlab, right? As far as I read you must transfer the data to phpbb and then there is an importer phpbb >> bbpress, right?
2. How is the performance if you are running a very large community?
3. I watched a few sites that uses bbpress, but they only give me little impressions how the functionality of the software is. Is there a documentation on how the moderation works / what functions exists?
Thanks in advance!
Regards, Andreas
Sorry for my English!
I’m trying to migrate PHPBB 3.1.10 to BBPress, but to no avail. Always the same mistake. I would like your help if possible.
Erro no banco de dados do WordPress: [Table ‘falco785_phpb1.phpbb_user’ doesn’t exist]
SELECT convert(user.uid USING “utf8mb4”) AS uid,convert(user.password USING “utf8mb4”) AS password,convert(user.username USING “utf8mb4”) AS username,convert(user.email USING “utf8mb4”) AS email,convert(user.regdate USING “utf8mb4”) AS regdate,convert(user.realname USING “utf8mb4”) AS realname FROM phpbb_user AS user LIMIT 0, 100Thank you,
Israel Pimentel.
From Brazil.
Latest WP version, latest php version, 2016 Theme, latest bbPress version, site under construction.
I installed bbPress, followed the setup and create a forum following directions. When I click on View page or copy/paste url for the forum I get a blank page.
I deactivate and delete bbPress, clean cache and reinstall bbPress. Do everything according to directons and get a blank page.
When I click on the ‘All Forums’ link I get a blank screen even after creating forums. All forums set to no parent and order is set to 0.
I’ve installed and deactivated and cleared cache and mysql and reinstalled bbpress 7 times and keep getting a blank page no matter which url I try to display the forum. What’s that saying about people repeating the same mistake over and over and over??
I’ve run vBulletin for years, and phpBB, but no matter what I keep getting a blank forum screen with bbPress.
WP Version 4.7.5 I think I am using phpBB
I am using the bbpress forum tool. Everytime I try to delete a forum that has been overrun with spam – I get this error back. And it won’t even let me close it or make it private. HELP!!!
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 32 bytes) in /home/content/p3pnexwpnas02_data01/61/2063961/html/wp-includes/wp-db.php on line 1841
Hi,
After making an import of data from phpBB 3.2 to bbPress 2.6beta2,
impossible to connect one of the users formerly present in phpBB.
The following errors are immediately displayed when attempting to connect:Notice: Undefined index: _bbp_converter_rows in …/wp-content/plugins/bbpress/includes/admin/converter.php on line 753
Notice: Undefined index: _bbp_converter_db_user in …/wp-content/plugins/bbpress/includes/admin/converter.php on line 754
Notice: Undefined index: _bbp_converter_db_pass in …/wp-content/plugins/bbpress/includes/admin/converter.php on line 754
Notice: Undefined index: _bbp_converter_db_name in …/wp-content/plugins/bbpress/includes/admin/converter.php on line 754
Notice: Undefined index: _bbp_converter_db_server in …/wp-content/plugins/bbpress/includes/admin/converter.php on line 754Can someone help me figure out what’s going on? Thanks.
WP: 4.7.5
bbPress: 2.6beta2
phpBB: 3.2Hi,
I need help with migrating forums from the xoops system (xoops.org). The forum is based on the “newbb” module very similar to “phpbb”. I tried alone using available converters in bbpress package but unfortunately it only moves forum categories. Will there be a willing person to help with this?
Regards, Michal and sorry for my english 😉