Search Results for 'bbpress'
-
Search Results
-
Hi,
I am new to all of this (building a homepage etc) and I am not native English speaking. I say this so you keep in mind I do my best to use the correct terminology when writing this question and I maybe will have some issues understanding what you answer if you use to advance terminology without some explanation. Excuse me for this.
I have googled and asked a friend with no direct luck regarding my issue.
So to the problem at hand. I have set up a homepage, installed bbpress and got the forum going. I installed a new theme to make the editing easier and get some help getting everything looking good (the same issue I will describe soon, I also had using twentytwenty theme)… the webpage looks mostly like I want it to and feels kinda modern (if I may say so myself). The problem however is that BBpress looks aweful and dont inherite the theme at all and I cant seem to get it to work properly. However! if I go in to forum and then use the forum menu to go back one forum level the theme seems to inherite the look I have on the page mostly and looks okey. Also when I “go back one level” in my forum on the webpage some minor things happen, other than it start to look good. It uses another url for the page I go back to, even tho its the same “forum page” and the forum page title/header text changes.
I can add I just made a new page using WP admin panel – then added some text as a title/header and used the code [bbp-forum-index] under that text to implement the forum.
This is the link to the forum if you use my top menu (which is the correct way to enter the forum and which makes the forum look weird): https://www.glademokraterna.se/partiforum/
This is the link when I manually “go back one level” in my forum (which looks ok for my purpose): https://www.glademokraterna.se/forums/INFO:
WP version: 5.5.3 (Swedish)
Theme: Hestia 3.0.6
BBpress: 2.6.6I dont know if this is possible to understand what I mean. I can try to describe in other words if you ask me.
Many thanks in advance if you like to help me 🙂
/Flamuren
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?
I 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?
Hi –
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/) » TopicIdeal:
Forum Title (/custom-page/) » TopicActual (based on code below):
Forum Title (/custom-page/) » Forum Title (/forums/forum/forum-title/) » TopicHere 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' );
bbPress 2.6.6
WordPress 5.5.3When 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?
Topic: Deleting user account
How 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).
Topic: bbpress topics for posts
@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.
Nice to meet you.
I am currently creating a bulletin board service and would like to display the text formatting in the topic creation form, and I am using the URL below as a reference.
https://bbp-customize.com/topic-form-template/In this article, you say “The above code sets up a common format for all the forums, but you can also set up a separate format for each forum by splitting it up by forum ID”, but I don’t know how to split it up for each forum ID.
I’ve looked it up, but it doesn’t work and I’m stuck.
Specifically, I would like to know how to display the text formatting only for forum ID:2 when there are forums with forum ID:1 and forum ID:2.
Sorry this is a very rudimentary question, thank you for your help.