Forum Replies Created
-
Thanks for your further input.
bbpress and buddypress are free software offered with free support, I an just a user of bbpress who helps out here.
With just bbpress and buddypress, the twentytwenty team could not replicate your issue, I cannot replicate your issue, and now you say you are not able to replicate the issue on a brand new installation. Therefore this would suggest it is individual to your site as I said probably a template issue, not an issue with bbpress or buddypress.
you could try
and see if changing the template works
hmmm..
ok, let me try and unpick this to help you.
buddyboss is a private development that includes bbpress and buddypress in it, buddyboss has its own theme, and is designed to work with that. it is really designed as a paid solution with its own theme. https://www.buddyboss.com/
Buddyboss is not a replacement for buddypress and/or bbpress – these free plugins are just used by it.
As the twenty twenty support says in their first post ‘I used the steps above to try and reproduce the issue you described, but I was unable to. When testing, I see the list of forums available as expected.’
bbpress works fine with twentytwenty, as indeed does bbpress and buddypress work with twentytwenty.
I suspect this issue is with using Buddyboss with the twentytwenty theme, and buddyboss may well consider that to be an issue with twentytwenty and not their problem, just as Ford might consider you using a Chevolet gearbox on a Ford and not working to be a Chevrolet issue. Since buddyboss is a paid solution, I cannot test to find out what is wrong.
I suspect the issue is with the default template that something is trying to use, and might be quite simple to fix, but as I don’t have access to Buddyboss without buying it, I can’t say.
In reply to: Reply threading auto drops to bottom of page🙂
In reply to: make bbpress standaloneI’d suspect you just need to remove it from the menu that is displaying it
dashboard>appearance>menu
In reply to: Restreindre un seul forum ??no problem with any language, I frequently work on sites in lots of languages, just some phrases don’t translate well and need a couple of tries to get the meaning.
Do come back if you want further help.
In reply to: Get reply IDs from topicah yes, it should have been
bbp_get_reply_type()
to make it a function, but ‘reply’ is equally as good
In reply to: Get reply IDs from topicor
$ids = bbp_get_all_child_ids($topicID , bbp_get_reply_type) ;
In reply to: Get reply IDs from topica quick look at that function would seem to be
$ids = bbp_get_all_child_ids($topicID , bbp_get_topic_type) ;
In reply to: Restreindre un seul forum ??does not translate well !!
can you try and write this one again ‘ Lorsqu’on crée un nouveau forum il n’existe aucune possibilité de restriction par rôle en lecture et écriture. ‘ as it translates to ‘. When creating a new forum there is no possibility of restriction by playback and writing role.’ which makes no sense.
forum order is on
dashboard>forums>edit a forum and on right hand side under ‘fourm attribites’ you have order which lets you set the order.
untested, but try
add_filter( 'bbp_get_view_query_args', 'rew_limit') ; function rew_limit ($args) { $args['posts_per_page'] = -1 ; $args['posts_per_page'= 10 ; return $args ; }
not sure which 10 it will show!!
In reply to: The Forum times out when posting a comment‘times out’ = what ? 408 error, 503 error etc.
all users/some users?
all the time/sometimes?
old site/new site?
old forum/new forum?
all forums/some forums?
topics/replies or both ?
what has been added/upgraded recently?In reply to: Reverse order replies and pagination@traverser11 – great that you are posting the answers here – so many don’t 🙂 🙂 🙂
can you summarise where you are at, so eg
use this plugin (are you still using the sort topic replies plugin?)
delete this code from it
add this code to this placeetc.
so it is all in one thread, I’ll then try to give to some switch on and off code
In reply to: Reverse order replies and paginationhttps://codex.bbpress.org/bbp_show_lead_topic/ should fix that
In reply to: Do Participant can Close Topics?🙂
In reply to: Adding custom taxonomies to Topic formIf I set it to ‘create/edit/view OWN topics’, the user is unable to view other topics.
Is there a fix to this?
Perhaps you can outline who you wan to see what – ie non-logged in, logged in etc.
In reply to: Adding custom taxonomies to Topic formok, beyond free help, but my code takes an array from $_POST – which presumably is what your form is creating?
maybe post your form code? and I’ll take one last look
In reply to: Do Participant can Close Topics?sorry, lost in translation 🙂
The default is that participants cannot close their own topics
In reply to: Do Participant can Close Topics?do you have the basic (free) version of all in one SEO or a paid version ?
great – glad you are fixed
In reply to: Using Buddypress avatargreat – glad you are fixed !!
sorry, I was looking for the topic – I knew this one had cropped up before
It is a known bug, the answer is
Deactivate and reactivate All in One SEO and the bbPress menu links will appear.
yes, let me come back shortly
ok, yes that should give you the forum button on the dashboard.
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back