Hello,
I understand that since bbPress 2.5.4, it only sends a single email with all the recipients. We have about 1,000 subscribers. Our hosting level allows 800 emails per hour quota. When we post a forum topic to all subscribers, many of them don’t receive it. I’ve filed two help requests to the host and they indicate that we are exceeding the allowed quota. I don’t understand how the forum emails are exceeding the limit. Any assistance or advice that we might receive would be very greatly appreciated!
site: https://wilmingtontrailclub.org/
bbPress Version 2.5.14
bbPress Notify (No-Spam) Version 2.5.1
bbPress Toolkit Version 1.0.12
wp mail smtp Version 1.6.2
kleo child theme
All plugins and themes are up to date
Regards,
~April
Hi,
I attempted to create some new bbp roles using the code in the codex to copy the ‘participant’ role. Unfortunately this did not work for me despite deactivating all plugins (seems quite a few other people had the same issue).
Instead I am using User Role Editor to create a new forum role, which I have called ‘bosun’. Upon sign-up a new user is correctly assigned this role and has the capabilities of a participant, which is great, but their forum role is still displaying as ‘spectator’.
I would like to display the user’s role under the avatar.
One thing I can do is display:none the div class bbp-author-role and then add in a new div to display the user_role, which I think is what URE plugin generates.
I appreciate that some of this has to do with the URE plugin and that it is not supported here. What I am trying to understand is what I need to change in order to hide the bbp-author-role div and add in a new div calling the URE role. I can only find references to bbp-author-role in templates.php which is a function:
function bbp_topic_author_role( $args = array() ) {
echo bbp_get_topic_author_role( $args );
}
/**
* Return the topic author role
*
* @since bbPress (r3860)
*
* @param array $args Optional.
* @uses bbp_get_topic_id() To get the topic id
* @uses bbp_get_user_display_role() To get the user display role
* @uses bbp_get_topic_author_id() To get the topic author id
* @uses apply_filters() Calls bbp_get_topic_author_role with the author
* role & args
* @return string topic author role
*/
function bbp_get_topic_author_role( $args = array() ) {
// Parse arguments against default values
$r = bbp_parse_args( $args, array(
'topic_id' => 0,
'class' => 'bbp-author-role',
'before' => '',
'after' => ''
), 'get_topic_author_role' );
$topic_id = bbp_get_topic_id( $r['topic_id'] );
$role = bbp_get_user_display_role( bbp_get_topic_author_id( $topic_id ) );
$author_role = sprintf( '%1$s<div class="%2$s">%3$s</div>%4$s', $r['before'], $r['class'], $role, $r['after'] );
return apply_filters( 'bbp_get_topic_author_role', $author_role, $r );
}
Hi,
This is something I’ve spent the last couple of days trying to solve but I’m struggling to find anything on this issue.
I’d like to allow non-logged in viewers access to the forums down to topic level, but restrict the ability to let them click on a topic title to read the replies, so:
Not logged in: FORUMS >> TOPICS
Logged in: FORUMS >> TOPICS >> REPLIES
Can anyone help?
Thanks.
Anyone knows if it’s possible to post from RSS automatically?
For example if I have another WP installation and I want to post the posts as forum threads in certain section, is this possible somehow? (maybe with a plugin)
We have a site using bbPress and the Private groups plugin. Users are assigned to specific forums by groups but for some reason under their profile page under the “Subscriptions” tab they are able to see topics under “Unread Forum Topics” to forums they should not have access to. They can also click on these topics and access that topic.
Is there away to restrict the topics they see to ONLY the ones they have permission to view according to their private group settings?
Hello, how i can edit topic slug, I would like it to display as below:
Now is: https://epolonia.pl/topic/teamt-dania-podatki/
But i want to display like https://epolonia.pl/forum/dania/podatki/test-topic/
Where:
forum is forum index
dania – is category forym
podatki – is subcategory forum (dania)
test-topic – is a tittle of post.
I am close to setting up my ecommerce website forum but I want to have all my categories in one forum.
Is this possible with bbpress?
I’m not to sure on how to create sub forums under forums.
Example: Forum – Operating Systems. Sub Forums – Windows, Linux, Apple, Android
Under these you would have your Topics which would contain the threads of that particular topic.
Can this be accomplished in BBPress or Would you need to create multiple forums to cover the same interest?
If we are limited to Forum – Topic and Thread, can the member/user not show up as the creator of topic.
Just saying if you could sub divide forums to include multiple sub forums each containing their own topics and threads.
Thanks
Hi,
Strange request but I would like to hide a forum completely when the user is logged in. This is because I’m using this forum as an info page for new visitors. Once a user is registered and logged in, they don’t need to see the forum, so I’d like to remove the entire < ul >. I’m hoping this is a simple addition to my functions.php file, something along the lines of:
if ( bbp_is_user_logged_in() ) {
echo "<some css that did ul.bbp-forum-40250 {display:none;}
}
Except I know that’s probably not the best way to achieve this. What would be the best way to hide the forum to logged in users?
Thanks.
There is a bbpress forum. Through the admin panel, I adjust the number of topics and responses to the page on the forum.
Now the admin panel is set to display 5 topics and 5 answers on the page. the number of those regulated, the NUMBER of REPLIES TO the TOPIC NOT REGULATED. IN TOPIC ARE DISPLAYED IMMEDIATELY ALL ANSWERS AND PAGE IS OBTAINED MUCH.
As a result, to reach the last answer you have to scroll through the page with the answers at the bottom.
Can who rebuffed with this problem?