Forum Replies Created
-
In reply to: Author
You will need to add a plugin that supports bbPress user avatars like BuddyPress
Have a look for a plugin https://bbpress.org/plugins/?ps=avatar
Have a look at the support forum for ‘bbPress Genesis Extend’, it looks like @jaredatch has a new version is on its way shortly.
https://wordpress.org/support/plugin/bbpress-genesis-extend
The specifics of Genesis compatibility with bbPress 2.4x I am not sure, @jaredatch is the one who can answer all these questions and probsbly the best place would be in the support forum link above if he doesn’t answer them directly here.
Thanks, I will dig around a bit more tomorrow and see what I can find.
https://bbpress.trac.wordpress.org/ticket/2433In reply to: Behavior problem with Title TagsSee this bbPress Trac ticket for more information, the fix will be included with bbPress 2.4.1
https://bbpress.trac.wordpress.org/ticket/2405In reply to: Forum page not renderingI can’t access your site ‘forbidden’
Try resaving your permalinks
https://codex.bbpress.org/faq/#404It will be http://example.com/forums
In reply to: Create a Topic from a comment of another topicYou should see (moderators & admins) an option on the replies to ‘split’ and that will move that reply (and any after that reply) to a new topic.
In reply to: Replies show Mismatch and 0Try running the repairs tools (one at a time)
https://codex.bbpress.org/repair-forums/In reply to: Troubles with installation of bbPressCheck to see if you have a conflict with another WordPress plugin
https://codex.bbpress.org/faq/#plugin-conflictsAre you using the Genesis bbPress plugin?
https://wordpress.org/plugins/bbpress-genesis-extend/In reply to: [bbp-topic-index] – limit topics?The shortcode uses the same setting as ‘Topics per page’ setting.
https://codex.bbpress.org/forum-settings/#per-rss-pageIn reply to: Hide Buddy press from guestsTry posting on http://buddypress.org
Thanks for that, it appears it’s not related to another bug I was testing for 🙁
As per above using your bbPress.org/wordpress.org username and password can you create a ticket on Trac and we can then track it much better there.
Can you open the bbPress ‘Settings’ -> ‘Forums’ panel in your WordPress dashboard:
eg. http://example.com/wp-admin/options-general.php?page=bbpressChange a setting eg. Topics from 15 per page to 14 per page click ‘Save Changes’
(It doesn’t really matter what is changed here as we are just forcing bbPress to update its setting in thewp_options
table)Go check your site at eg. http://example.com/forums
Is the issue fixed?
If Yes, go back and change the setting back to its original setting
If not, now go to the ‘Tools’ -> ‘Forums’ panel in your WordPress dashboard:
eg. http://example.com/wp-admin/tools.php?page=bbp-repairRun each of these individually:
- 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
- Count topics in each forum
- Count replies in each forum
- Count replies in each topic
- Count voices in each topic
- Count spammed & trashed replies in each topic
- Count topics for each user
- Count replies for each user
Again go check your site at eg. http://example.com/forums
Is the issue fixed?
In reply to: BBPress in italianSee https://codex.bbpress.org/bbpress-in-your-language/
It looks like %96 of bbPress is already translated to Italian 🙂
Can you create a ticket in Trac for this with as much info as you can to help us reproduce the issue.
It’s all contained in my answer, bbPress ‘needs’ a slug for each term to determine the post type.
In reply to: Duplicate Page TitlesCreate a ticket on Trac so we can work on getting something into bbPress core
https://bbpress.trac.wordpress.org/In reply to: ConditionalsCool… One day we will get a codex page ourselves 🙂
In reply to: Has anyone tried caching bbPress using redis?I just had a quick read of those links you mentioned and I like what I read.
I wondered if there was a setup of this using Vagrant as I have been playing with this recently.
I had a read of this and then cloned this GitHub repo to my local machine.
Copied the
Vagrantfile.redis
file toVagrantfile.
and made a couple of network chances to theVagrantfile
to suit my local setup.Ran
Vagrant Up
from the console and made a coffee.Configured WordPress’ 5 minute install and everything was up and running in under 10 minutes 🙂
Sadly I’ve hit a brick wall trying to install bbPress (or any plugin for that matter) that I will most definitely look further into tomorrow.
In reply to: Kunena converter for bbPress 2.4It looks right to me, did you download the latest version and upload it to the correct location?
https://bbpress.trac.wordpress.org/raw-attachment/ticket/2402/Kunena2.phpIn reply to: Visibility issueUse the batch edit workaround to avoid PMA.
In reply to: ConditionalsThere is no codex page for bbPress conditionals at this stage but take a look at this and see if any
bbp_is_
meet your requirements.In reply to: SMF Import to bbPressYes, have a look at each user to see which user the topic or reply is attributed to first.
The best way if you don’t have to many users is to delete each user individually in wp-admin user panel. This way when you delete the user can attribute all posts/topics/replies etc to another user, in this case you select the same username without the ‘imported_’ prefix.
Delete Users
You have specified this user for deletion:ID #18521: imported_someusername
What should be done with posts owned by this user?
Delete all posts.
Attribute all posts to: someusernameIn reply to: Kunena converter for bbPress 2.4Done, uploaded a new version of Kunena2.php with the User DB Mappings fixed.