Forum Replies Created
-
In reply to: Strange problem with paging
sorry, try private groups 3.8.8 just released
In reply to: Strange problem with pagingok, I’ll look again
In reply to: Shortcodes Forumsorry, that comes up ‘page not found’
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
In reply to: Tags in Topicssorry, can you write a fuller answer
In reply to: Is there a way to send a reason for moderation?hmmmm…ok, so a 3rd set of requirements
Without an actual list of what you want to happen when it is hard to say what work might be required, but from the sound of it well beyond free help – sorry
In reply to: re-order forums categorydashboard>forums>all forums>and edit each forum
on right hand side you will see
‘forum attributes’
and under that a box saying ‘order’
so you can number each forum 0 being the first, then 1, 2 3 etc to get the forum order you want
In reply to: Strange problem with pagingI’ve just released bbp-private-groups version 3.8.7 which should fix your issue with using the bsp-display-topic-index issue
can you please confirm once you have updated
In reply to: Is there a way to send a reason for moderation?so just the ‘1st’ above – yes ?
In reply to: Strange problem with pagingI’m still actively looking at this 🙂
hope to issue a new version tomorrow
In reply to: Remove “Private” tagdahsboard>forums>all forums>and edit each forum
on right hand side you will see
‘forum attributes’
and under that a box saying ‘order’
so you can number each forum 0 being the first, then 1, 2 3 etc to get the forum order you want
In reply to: Remove “Private” tagdashboard>settings>bbp style pack>Forum Display – item 4
In reply to: BB Press and WP theme🙂
In reply to: Remove “Private” tagIn reply to: BB Press and WP themeyes, just affects bbpress
In reply to: BB Press and WP themeIn reply to: Update Topic On Replyok, I now understand what you want.
Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
add_action ('bbp_new_reply_post_extras' , 'rew_update_topic') ; add_action ('bbp_edit_reply_post_extras' , 'rew_update_topic') ; function rew_update_topic ($reply_id) { $topic_id = bbp_get_reply_topic_id( $reply_id ); $topic_data = apply_filters( 'rew_update_topic', array( 'ID' => $topic_id, ) ); $topic_id = wp_update_post( $topic_data ); }
In reply to: Update Topic On Replysorry, I am trying to help you, but am still unclear what it is you want.
Can you define what you mean by ‘updated’??
In reply to: Update Topic On Replysorry, still need more.
Do you mean that you don’t want anyone to have replies, but instead replies by anyone to update topic content and not leave a reply ?
In reply to: Update Topic On Replysorry, can you explain further.
There is no ‘update’ button on a topic unless this is lost in translation, there is edit and submit.
can you detail a series of steps and what you want to happen?
In reply to: Tags in Topicsyou can use just that list or have it open as per the default.
to display a list
once activated go to
dashboard>settings>bbp style pack>Topic/Reply Form and look at option 18
In reply to: Shortcodes Forumplease explain further what you are trying to achieve?
In reply to: best plugin or option for private messagingit still works
you could also add buddypress which has a pm system, or look at ab93’s suggestion.
In reply to: best plugin or option for private messagingthis still works
In reply to: Strange problem with pagingdon’t worry, I will fix it, but I need some time to check that all is working as it should 🙂