Forum Replies Created
-
In reply to: make bbpress standalone
I’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
if three is another keymaster then they can make you a keymaster.
If there are no keymasters, then install
once activated go to
dashboard>settings>bbp style pack>bug fixes
and you will see the option to make yourself keymaster.
After you have done this, you can deactivate and delete the style pack plugin, but you might want to check out it’s features.
and look at topic permissions
In reply to: Using Buddypress avatarso it works except widgets and shortcode? (and which shortcode?)