Forum Replies Created
-
In reply to: Template hierachy not working
Yes, they will get overwritten and details on what to copy and where to copy them to can be found here:
https://codex.bbpress.org/theme-compatibility/In reply to: Activation keyPost your BuddyPress questions on https://buddypress.org/support/ please 🙂
In reply to: phpbb3 import incomplete and switches authorsOK, turns out the CSV won’t cut the mustard in this case, so these two queries match the results of the last dataset you send me.
SELECT * FROM phpbb_topics WHERE phpbb_topics.topic_id > 330 AND phpbb_topics.topic_id < 338
SELECT * FROM phpbb_posts WHERE post_id IN (3810,3819,3840,3851,3862,3863)
Can you run both of those queries and this time when you click export (There are two export labels, click the one in the ‘Query results operations’ section)
This time you only need to select ‘quick’ and format ‘SQL’ and zip both thos files and attach a link here.
In reply to: Merge error (too many topics?)That sounds like a performance issue indeed having a dropbox with ‘all’ those topics, I just tried it here on bbpress.org and it isn’t an issue, presumably this is due to the difference in host setups. 😉
If you can create a ticket in Trac https://bbpress.trac.wordpress.org/ we can look at making some performance improvements, what exactly can be done in what timeframe I do not know.
Can you bump your PHP Memory on your web host from 64MB -> 128MB until you get all your merges complete is propably the only quick fix I can think of off the top of my head right now.
In reply to: bbPress Version 2.4.1 thems@david2013 Are you using bbPress 2.4.1? What theme did you purchase?
(With that info we can help you easier)Looking at the source of http://atdp.berkeley.edu/forums/topic/test-topic-2/ the ‘content’ looks like its getting nuked either directly by your theme or by the plugin ‘W3 Total Cache’
Can you switch to Twenty Eleven/Twelve/Thirteen and see if you get your content back?
If no go there, disable the ‘W3 Total Cache’ plugin and try that as there are some issues running ‘cache’ plugins with bbPress see this for more info on that.
In reply to: PunBB Import to bbPressThat shouldn’t be an issue and as you are also seeing this for WordPress Blog posts I would expect it is either your browser, try another (Firefox, Chrome etc) and also clear the browsers cache though due to issues previously mentioned in this topic most likely an issue with your web host sadly.
Just to be safe before contacting your web host change your WordPress theme, try switching to Twenty Eleven/Twelve/Thirteen and see if the issues still persists.
Also I presume you ran the bbPress ‘Repair Tools’ after the import:
https://codex.bbpress.org/repair-forums/In reply to: Problems with the languageDutch (nl) is at 98% in the /dev branch
https://translate.wordpress.org/projects/bbpress/dev
Dutch (nl) is at 0% in the /2.4.x branch
https://translate.wordpress.org/projects/bbpress/2.4.x
Dutch (nl) is at 100% in the /2.3.x branch
https://translate.wordpress.org/projects/bbpress/2.3.xMost likely you have downloaded the 2.4.x branch as noted above as it is at 0% as there are translations waiting for approval.
Download the .po & .mo from the /dev branch
Rename and upload both
bbpress-nl.po
&bbpress-nl.mo
to/wp-content/languages/bbpress/
In reply to: Is possible to translate the plugin into Spanish?Spanish (es) is 100% complete in the /dev branch
https://translate.wordpress.org/projects/bbpress/dev/es/default
Spanish (es) is 95% complete in the /2.4.x branch
https://translate.wordpress.org/projects/bbpress/2.4.x
Spanish (es) is 100% complete in the /2.3.x branch
https://translate.wordpress.org/projects/bbpress/2.3.xvia https://codex.bbpress.org/bbpress-in-your-language/
You should have
bbpress-es.po
&bbpress-es.mo
in/wp-content/languages/bbpress/
In reply to: bbPress Version 2.4.1 themsWordPress themes are what you use with bbPress v2.x plugin
In reply to: bbPress Version 2.4.1 themsThose links in your post are for the old bbPress v0.9/1.x
You want themes that support the bbPress 2.x plugin search the WordPress Themes:
https://wordpress.org/themes/search.php?q=bbpressYou will also find that many themes that don’t specifically mention bbPress will also work due the the theme compatability built into bbPress.
Find a great theme that you like at give it a go and see what you think, I expect you will be pleasantly surprised.
In reply to: PunBB Import to bbPressExcellent, glad it got there eventually 🙂
I can see all topics and replies just fine in the backend and in the database, though it’s confused me that posts seem to be saved in the wp_posts table, not wp_bb_posts. I also can’t figure out where the new forum gets saved, because it’s not in wp_bb_forums, nor do new topics appear in wp_bb_topics. Anyway, they appear in Buddypress activity streams, and I can edit them in the backend, so it seems they’re just not making it to the page.
This is correct, bbPress plugin 2.x no longer stores the data in the old BuddyPress DB tables, each type is a WordPress custom post type ‘forum’, ‘topic’ & ‘reply’ which you would see in the
wp_posts
table.After the import did you run the repair tools?
https://codex.bbpress.org/repair-forums/
If not (or even if you did) it would be a good idea to run each of these.In reply to: Merge error (too many topics?)It should work, though your issue is more of a memory issue that may involve getting this checked out by your web hosting provider.
How big are the two topics you are trying to merge, i.e. how many replies are in each topic?
In reply to: Forum pages defaulting to posts?I’d suggest disabling all your other plugins to make sure there is no conflict:
To try and resolve conflicts with other plugins please disable all your plugins except bbPress to see if the error persists. Re-enable each plugin one at a time and if things break again you should be able to now know which other plugin is causing the conflict.
That said I think it is more likely a theme issue, what happens if when using Twenty Eleven/Twenty Twelve/Twenty Thirteen themes? Does the issue still persist?
I haven’t seen this behaviour before and I can’t think of a reason right this moment why it would do that, needless to say if you can reproduce this by doing what you outlined above create a ticket on Trac with these steps so we can easily reproduce the issue and we can take a closer look.
In reply to: Move Topic – shows up in old forum indexRun each of these repair tools one by one:
https://codex.bbpress.org/repair-forums/- Recalculate the parent topic for each post
- Recalculate the parent forum for each post
- Recalculate private and hidden forums
- Recalculate last activity in each topic and forum
- Recalculate the sticky relationship of each topic
If this still does not fix the issue please cteate a ticket on Trac so we can look further into this.
In reply to: WYSIWYG PluginYou could try this one from @jaredatch
https://wordpress.org/plugins/bbpress-enable-tinymce-visual-tab/Or search the WordPress plugins for others
https://wordpress.org/plugins/In reply to: Forum "page not found" when logged inAre you using any WordPress user/member plugins to control access to different sections of your site?
Things also look weird with the theme you are using, what happens if you you switch back to Twenty Eleven, Twenty Twelve themes shipped with WordPress? Do you still see the same issue?
It may also be a plugin conflict
To try and resolve conflicts with other plugins please disable all your plugins except bbPress to see if the error persists. Re-enable each plugin one at a time and if things break again you should be able to now know which other plugin is causing the conflict.
In reply to: language change, problem with post editorCheck your language settings as per this thread for Dutch
As to why you are using anything with Brazilian Portuguese
bbpress-plugin-pt-br.mo
I do not know.In reply to: breadcrumbs duplicateCool, at least it is sorted 🙂
In reply to: Mingle forum importA ‘category’ is a parent container for your forums
eg.
– Hardware
— HP
— Acer
— Dell
-Software
— Microsoft
— Apple
— GoogleIn the above example both ‘Hardware’ and ‘Software’ are the categories with forums beneath in the hierarchy.
So if you don’t want a ‘parent’ category for your Subforum A,Subforum B & Subforum C then you don’t need to worry about it and your forum structure would look like this:
– Subforum A
– Subforum B
– Subforum CIf you do decide you want a ‘parent’ to put these forums in you can create it before or after the forum import, it doesn’t matter, you simply edit each forum and in the forum settings you can choose the ‘parent’ forum/category, worst case scenario is three quick edits.
In reply to: Forum Participants cannot create new thread/topic!You may need to run the repair tool “Remap existing users to default forum roles”
https://codex.bbpress.org/repair-forums/Also check your bbPress settings for roles, ideally this should already be set with ‘Default Role = Participant’ and ‘Auto Role’ is checked
Default user role
Select the default role for bbPress forum members as assigned by the ‘Auto Role’ option below, the roles are Keymaster, Moderator, Participant (Default), Spectator, Visitor and Blocked. For full details of the permissions assigned by these roles please User Roles and Capabilities.Auto Role
Automatically assigns the default role to new, registered users upon visiting the site.Can you please create a ticket for this bug on Trac https://bbpress.trac.wordpress.org/
In reply to: breadcrumbs duplicateI am not seeing any duplicate breadcrumbs on your site, did you resolve the issue?