Forum Replies Created
-
@jrsjohn The manual patch/fix is attached in the link I listed above.
If you look at the blog post it doesn’t have any comments, instead it has bbPress replies.
As per my reply here https://bbpress.org/forums/topic/bbpress-2-5-is-out/#post-139438
There is a fix now available if you want to grab it before bbPress 2.5.1 https://bbpress.trac.wordpress.org/ticket/2481
In reply to: Recent update seemed to break all my titles?Edit: Removed my reply that had nothing to do with what was reported above π
In reply to: Automatically Creating MembersbbPress Users are WordPress users so if your WordPress user can be generated from the plugin plugin ‘wp-member’ you should be good to go, nothing else needed except to create your private forum.
In reply to: update erases translationYou should have your translations in
/wp-content/languages/bbpress/not in the/wp-content/plugins/bbpress/languages/folder.See this for further information, also if your translations are at 100% for your language there is a very high chance you will now get this automatically updated when new translations are added/corrected etc.
In reply to: Part of reply erasedNo idea, going to need much more detail information to track this down.\
Can you update to bbPress 2.5 first and let me know if that fixes your issue.
In reply to: No Forum subscriptions (update to 2.5)You need to subscribe to a forum for them to show up in your profile, the same with topics, you ned to subscribe to one to see them in your profile.
Can you toggle the setting, save, then uncheck and save again.
Did that fix this?
I replied to you here -> https://bbpress.org/forums/topic/bbpress-2-5-is-out/#post-139439
In reply to: bbPress 2.5 is out!@whosoever The BuddyPress notifications are part of the next release of BuddyPress, 1.9.
In reply to: bbPress 2.5 is out!@synaptic Look at this actual blog post, instead of comments it is this forum discussion
Blog Post: https://bbpress.org/blog/2013/11/bbpress-2-5-released/
Discussion: https://bbpress.org/forums/topic/bbpress-2-5-is-out/In reply to: bbPress 2.5 is out!@roeller & @sk_12 There is a fix now available if you want to grab it before bbPress 2.5.1 https://bbpress.trac.wordpress.org/ticket/2481
In reply to: Please delete links from support forum!!I think I might setup some kind of experiment with one of my unused domain names and write a few posts here linking to the site and analyse what the traffic is doing and where from.
If it hackers trying to login to the site that is one thing or it could simply be thousands of bbpress.org users wanting to check out my awesome bbPress site π
In reply to: bbPress 2.5 is out!Woot π
In reply to: Please delete links from support forum!!In reply to: Add Filter Template FunctionsOut of luck at the moment due to your choice of
bbp_user_subscribe_linkfor your example.Generally though take a look in the Codex, there are a few examples to help you out:
eg https://codex.bbpress.org/bbp_show_lead_topic/In reply to: phpbb3 import incomplete and switches authorsRemoved, and sorry I missed your previous post and am just trying to come up with a good answer for you. I do it directly using export/import with MySQL, so looking for a plugin that will do this quickly and easily for you.
In reply to: french translationMerci π
In reply to: SMF Import to bbPressI just have to suspend it. It was not working for my forum.
Is there anything I can do to help?
In reply to: SMF Import to bbPress@glossyone wrote
3 β The hidden/private forum appear as normal forum β not hidden (itβs ok since I can set it later I think)
@manuxel wrote3- Thatβs right, it will not import the hidden state but you can set that later on each forum you need to
Where do set the hidden state for a forum in SMF?
If I could find that setting I should be able to add support for that π
Are there any other forum settings besides hidden & private?
I can map to ‘public’, ‘hidden’ & ‘private’ which are the three standard bbPress forum types.
In reply to: SMF Import to bbPress1 β The import process seems stuck at 5K++ post or topic something. No moving and no error reported.
one or two topics were causing the interruption of the import. Why? I do not know
This does happen and I have no idea why, I have had it happen a few times and have tried debugging what is happening and editing the database directly changing the text and it still happens. This is a truly mysterious and at this stage can only wish it didn’t happen π
In your wp_options table, there should be an entry with the key β_bbp_converter_queryβ. It will indicate what the last attempted converter query is, which will narrow down the scope of your search to figure out what may have gone wrong.
SELECT * FROM wp_options WHERE option_name = "_bbp_converter_query"Thanks for the update.
In reply to: SMF Import to bbPress@manuxel Exactly 100% what you wrote there except my case was phpBB now look where we are at π
In reply to: SMF Import to bbPressYou should see
Starting conversionin seconds.
NextConverting usersin another second if your converting your users.
Next ‘Converting forums` in seconds if not converting users.By default everything is done in chunks of 100 records and this should never really take much longer than 5 seconds per chunk at which point you will see the converter message progress to
Converting topics 300 - 399thenConverting topics 400 - 499etc, you should never be far away from a new message informing you of the status of the import.I’ll try to get some more docs into the ‘import screen’ for bbPress 2.5 to give people a heads up on what they should expect to see.
As you are on a dedicated server this topic might be worth checking out on ‘speeding it up’
Firstly though lets get it started…
Via FTP grab a copy of your SMF
Settings.phpfile and open it up in a text editor.
/public_html/mywebsite/smf/Settings.phpIn that file something that looks like this:
########## Database Info ########## $db_type = 'mysql'; $db_server = 'localhost'; $db_name = 'mydb_name'; $db_user = 'mydb_usernam'; $db_passwd = '123456789'; $ssi_db_user = ''; $ssi_db_passwd = ''; $db_prefix = 'smf_';These are the settings you need to use on the bbPress importer.
ps. Thanks @manuxel for helping others out here with the SMF importer π