Forum Replies Created
-
In reply to: Vbulletin 4.2 to bbPress 2.2.3
Sure… Drop me an email and I will have a look.
In reply to: Problem importing bbPress standalone v1.2I can’t get to your site at the moment for some reason…
Firstly did all of the topics import and you are just missing some replies?
(The importer should import all the topics first and then import the replies)I would have a look at your webhosts support knowledge base for some tips on optimizing your bbPress 1.2 MySQL database… Ideally you want to ‘optimize’ and check the database ‘integrity’ with phpMyAdmin and fingers crossed that cleans things up a bit and allows for a full import.
After that if still no luck you will want to start digging around with phpMyAdmin and find the last post that was imported successfully then look at the next post after that to try and find if all the related database fields for that entry are valid for that post type (dates, post title, post data etc)
Another trick that mixes things up a bit would be to change the number of rows imported at a time from 100 to 10 or even 1 and you can get an idea of where things are stopping.
In reply to: Importing Mingle Forums into bbPress?Cool… Glad it worked for you ๐
In reply to: post import topic/reply user assignment fixesCool… This is of course as long as you did include your users in the import ๐ Luck ๐
In reply to: post import topic/reply user assignment fixesThe one issue I can see as I peek at what has been loaded is that the users are not being assigned correctly to the posts. Since it has taken so long I have zero interest in trying to start the process over (it is currently 43k replies out of 150k in)
Until you run the ‘repair tools’ AFTER the import has finished if you go ‘peeking’ you will see all kinds of counts and mismatches that are far from correct.
In reply to: Participants Able to See Hidden PostsI am pretty sure this is fixed in bbPress 2.3 RC1
Can you test your scenarion with 2.3 RC1 via the link above.
In reply to: Broken links on bbPress.org Examples pageThanksโฆ Fixed ๐
In reply to: Upgrade from 1.0.2 to 1.2 White (Blank) PageYou need to upgrade your bbPress 1.02 to 1.2 first.
Once that part is completed then you setup WordPress with the bbPress 2.x plugin and import your bbPress 1.2 forums into bbPress 2.x.
In reply to: How to register users for the forums?You can use a widget in your sidebar https://codex.bbpress.org/widgets/
Or create a page with some shortcodes https://codex.bbpress.org/shortcodes/In reply to: How To Move bbPress Forums Up Or DownCheck all your forums for what they are set to as you may have some set to 0
In reply to: How To Move bbPress Forums Up Or DownChange the ‘Order’ in the backend… See https://codex.bbpress.org/getting-started-with-bbpress/#creating-your-first-forum
In reply to: Couldn't display forum homepage on Thesis themeTry activating the bbPress plugin!
In reply to: Change of LabelsTry disabling all of your plugins (As in all of them not just the bbPress related ones)
Now go check your forum and make sure everything looks like it should.
Still have problems then it could be your theme, switch to Twenty Eleven or Twenty Twelve if you find its an issue with your theme contact the theme authors to see if they have any suggestions for using bbPress with their theme.
If it is still not working correctly re-install the bbPress plugin.
Once you are happy that the forum is working as it should now start enabling your plugins one by one and test bbPress activating each one until you find the offending plugin or plugins.
In reply to: Moderators are AdminsWhat role does the user show as if you disable the ‘Members Plugin’?
To test this properly I would suggest disabling the members plugin and then create a new user and assign them the bbPress role ‘Moderator’ and then view their profile from another user context.
In reply to: Translation problem@blancdememoire See this https://bbpress.org/forums/topic/trouble-with-po-and-mo-files/#post-127814
You will need to follow the contact link there and ask the French Translations team when are they going to validate the waiting translations on ‘glotpress’.
There is a new shortcode and widget for bbPress stats in the upcoming bbPress 2.3
Cool… I updated the original post with the new link ๐
In reply to: Moderators are AdminsTry running the ‘Remap existing users to default forum roles’ repair tool
/wp-admin/tools.php?page=bbp-repairAre you using any other plugins to manage WordPress/bbPress users?
In reply to: Permalink ProblemIf you create a forum, then move it to trash, delete it permanently, and finally create a new board with the same name, it always gives it an integer
No, I cannot reproduce this.
Also, I have noticed another glitch. If I were to rename the permalink to /leaflet/ and then I change my mind and rename it to something like /leaflet-forum/ and then I finally decide to go back to the original permalink, it adds an integer even though there is no other board with that name and I have just been fiddling with the same forum this entire time.
Again, I cannot reproduce this.
I even deactivated bbPress, removed it from WordPress, deleted the bbPress plugin folder with FileZilla, uploaded the newest bbPress, and all of my forums are still there somehow giving the same error. So, there is something keeping track of forums (even when you go to those lengths) and it doesnโt realize that particular forum has been deleted.
Even if you delete bbPress as you have ‘the data remains in the database’ and this is by design, if you want data deleted you must use bbPress (or a myPhpAdmin etc) to explicitly delete the data.
First thing go to your permalinks settings page and change your permalink settings, click save, then change them back to your original setting and save again. This should flush any of the rewrites going on with WordPress.
If it still doesn’t work try switching themes to Twenty Eleven’ and try again.
Thanks, these types of deeper permissions will come in future versions of bbPress & BuddyPress.
In reply to: Permalink ProblemDo you have a version of ‘leaflet’ in the trash?
In reply to: Moderators are AdminsIs this an install on WordPress Multisite?
As per above can you please create a bug ticket on trac https://bbpress.trac.wordpress.org/
We need as much detail as possible so detailed step by step instructions will help us to recreate the bug and find a solution.
In reply to: impossible to translateFAQ – https://codex.bbpress.org/bbpress-in-your-language/
The following shows the current progress of bbPress translation to French for the ‘dev’ & ‘2.2.x’ versions:
https://translate.wordpress.org/projects/bbpress/dev
11% – 111 Translated – 879 Untranslated – 628 Waitinghttps://translate.wordpress.org/projects/bbpress/2.2.x
% – 0 Translated – 952 Untranslated – 533 WaitingSo quite a few are done but needs an authorised ‘validator’ to approve the ‘waiting’ translations.
You can contact your local translation time via https://fr.wordpress.org/contact/ to find out who the bbPress validators are or if no luck request to become a validator yourself via https://make.wordpress.org/polyglots/
In reply to: Shutting down forum based on user time zoneI am pretty sure this plugin has something with setting the forum hours.
https://wordpress.org/extend/plugins/bbpress-vip-support-plugin/
It hasn’t been updated in a while but there is an unofficial update on GitHub