The subject of the email that goes out for a forum subscription. My business is “Tina’s Learning Adventures” and it is not handling the apostrophe. I want to know if this is bbpress or if it’s something else, what? So I know which direction to look for a solution?
Is this a bbpress issue or something else?
Published on November 18th, 2020 by TinaProper setting to require approval of forum posts before publication?
Published on November 18th, 2020 by patrick_hereI have freshly installed bbpress and my >Dashboard>Settings>Discussion>”Comment Moderation”> is set to “Comment must be manually approved”. However when a test user with subscriber role submits a post, it appears instantly without requiring any approval.
What is the setting or settings that cause the plugin to require approval before a subscriber’s reply to a forum is published?
Change Column Last Post time format: min&hours move to day only
Published on November 18th, 2020 by neon67Please advise the correct way to Change Column Last Post time format: write only day instead of min & hours.
– today
– yesterday
– 2 days ago…3…
and so on … without minutes and hours.
Creating a new topic
Published on November 18th, 2020 by chalkie1983ukGood afternoon,
I am hoping someone can help me as I am either being very daft or very stupid.
At the bottom of each of my forums is the form (like this one I am typing on now) to create a new topic.
Is there a way, just like this site, to not have it at the bottom of the forum but as a button or link to create a new post? I am using the bbp-style-pack, I was able to create the button but I want to remove the form from the bottom of the post and replace it as a page.
Many thanks to anyone who helps I really appreciate it.
Adam
Styling of search results
Published on November 18th, 2020 by unterwegsinberlinHello
my search results page looks rather odd: https://forum.steltzer-scheidung.de/forums/search/erbe/
What can I do?
Best
Christine
Hiding replies for non-loggedin users
Published on November 18th, 2020 by unterwegsinberlinHi,
my forum is rather sensitive in form of private issues and problems. I would like to hife all replies for not logged-in users. How do I do this?
best
Christine
Hide/Edit Forum from Breadcrumb
Published on November 17th, 2020 by mibrennerHi –
Rather than using the default ‘forum’ page to display my forum, I am embedding the forum on a custom static page using a shortcode.
I’d like to update the breadcrumbs and either hide (preferred) the default forum name/URL, or, edit the forum URL. I doubt I can edit the URL, so I’m okay with hiding the URL and manually injecting the URL in my functions.php file using the arg [‘before’]. Unfortunately, I don’t see a way to hide the specific Forum from the breadcrumbs. See possible arguments here: https://github.com/ntwb/bbPress/blob/master/src/includes/common/template.php#L2277-L2303
Out of the box:
Home (/) » Forums (/forums) » Forum Title (/forums/forum/forum-title/) » Topic
Ideal:
Forum Title (/custom-page/) » Topic
Actual (based on code below):
Forum Title (/custom-page/) » Forum Title (/forums/forum/forum-title/) » Topic
Here is the code I’m using to make that happen. Looking for a way to hide that second Forum Title.
function custom_bbp_breadcrumb() {
$args['before'] ='<div class="bbp-breadcrumb"><p><a href="/custom-page/" class="bbp-breadcrumb-forum">Forum Title</a><span class="bbp-breadcrumb-sep"> » </span>';
$args['include_home'] = false;
$args['include_root'] = false;
return $args;
}
add_filter('bbp_before_get_breadcrumb_parse_args', 'custom_bbp_breadcrumb' );
“Notify me of follow-up replies” doesn’t always work
Published on November 17th, 2020 by mgg1000bbPress 2.6.6
WordPress 5.5.3
When users turn on the option to “notify me of follow-up replies”, if the reply is from a user with forum role = Keymaster, the user does not get the email notification that there has been a reply. However, if the reply is from a user with forum role = participant, the user does get the email notification that there has been a reply. Any thoughts on what I have set incorrectly?
Deleting user account
Published on November 17th, 2020 by ChuckieHow do we allow the user to delete their account or make it easy for them to securely ask for it to be deleted?
I notice that when I go my my profile in bbPress (bbp style pack) there is no option for deleting the account.
So at the moment there is no way for a user to delete it or ask for it to be deleted (other than email me).
bbpress topics for posts
Published on November 14th, 2020 by erich199@robin-w,
I am wondering if you had taken over the plugin bbpress topics for posts? I noticed a topic about it but then noticed the plugin hasn’t been updated in a very long time.
Can you fork it? I’d be happy to contribute to you for doing so.