I am working on a site and create two different forum named #1.Mental Health & #2.Staff. Also, create pages for both forums and show tropics from them using the shortcode. But the problem is it shows tropic from the different forum. Like in mental health page shows tropic from the staff forum. Here are those links and a screenshot too.
#1. Mental Health
#2. Staff
Hello
I am using the latest version of WP and bbPress with iThemese Builder theme.
Through the theme functions I am able to show all parts of the forum on a particular theme layout, apart from the forum index page when the breadcrumb ‘forums’ link is clicked. This takes me back to the main template layout which does not have the forum wigdets as required on all forum pages.
I also have the same issue with the search results.
I have tried the following code but as I am not overly familiar with bbPress conditionals it does not solve the problem. I believe what I am look for is the correct information to go into this line:
if ( is_bbpress() && in_category( ‘page’ ) )
// create view for forums
function custom_filter_category_layouts( $layout_id ) {
if ( is_bbpress() && in_category( 'page' ) )
return '599b46ad5fa63';
return $layout_id;
}
add_filter( 'builder_filter_current_layout', 'custom_filter_category_layouts' );
Any advice appreciated.
Mike
Hello
I am seeking help with the correct conditionals to show a custom view.
I am using
WP Version 4.8.2
bbPress Version 2.5.14
Ithemes Air Theme
I have been given the following code to insert into the functions.php file in my child theme but I am missing something here?
function custom_filter_category_layouts( $layout_id ) {
if ( is_single() && in_category( 'news' ) )
return 'INSERT LAYOUT NUMBER';
return $layout_id;
}
add_filter( 'builder_filter_current_layout', 'custom_filter_category_layouts' );
I have tried most of what look to be the relevant conditionals at https://codex.bbpress.org/bbpress-conditional-tags/
I can get most forum views to use a theme layout I have created in Air Theme apart from the forum index page and the CHILD FORUMS (forums created with a parent)
I spoke with iThemes support and they told me it was best to ask here. If someone could help me out here it would be appreciated.
Best Regards
Mike
Do I understand that 2.6 will allow selected users to be e-mailed when a new post is submitted ?
Hi there,
I need my forum Participants to be able to Delete/Trash their own posts. I see the solution suggested in https://bbpress.org/forums/topic/allow-participants-to-trash-own-topics-and-posts/ is already in my bbpress Version (2.5.14), but it still doesn’t allow the participants to delete their own posts. Is there any other workaround?
Thanks in advance!
Hi, I’m trying to use import from invision. I get the message below.
The invision database’s “members” table on my system does not have a “member_id” column – it just has “id”
WordPress database error: [Unknown column ‘members.member_id’ in ‘field list’]
SELECT convert(members.member_id USING “utf8mb4”) AS member_id,convert(members.members_pass_hash USING “utf8mb4”) AS members_pass_hash,convert(members.members_pass_salt USING “utf8mb4”) AS members_pass_salt,convert(members.name USING “utf8mb4”) AS name,convert(members.email USING “utf8mb4”) AS email,convert(members.joined USING “utf8mb4”) AS joined,convert(members.members_display_name USING “utf8mb4”) AS members_display_name FROM ibf_members AS members LIMIT 0, 100
Hey there, I’ve installed bbPress on a site for one of my clients who is running a membership and I’ve run into an unusual glitch that I will try to clearly explain.
When logged in as an Admin/Keymaster:
1. I am able to see the Community Forums page that lists the different Forums that we’ve created.
2. When I click on a forum I am able to see the list of Topics that we’ve created within that forum.
3. When I click on a Topic I’m able to see the description for that Topic that we added when we created the topic.
4. When I click on a Topic I’m also able to see the replies posted on this topic.
When logged in as a Subscriber/Participant:
#3 from above doesn’t work – the other pieces work fine.
So when a subscriber clicks on a Topic they don’t see any of the detail for that topic. Also, when they submit a topic, it shows up in the list under the specific Forum, but no other members can see the details – only the title of the topic.
The Topics aren’t showing as “hidden” or anything like that. They are visible as a list – it’s the “description” piece that doesn’t show up when you go in to the topic (even the box for the description and whole posted it is missing once inside the topic).
I’ve tried playing with the public and private settings. The site is protected using WishList member. I’ve tried it with protection turned off and on. I’m pretty stumped right now.
As I said, it displays perfectly correct for the Admins/Keymasters – but is simply missing that one piece when logged in as a Subscriber/Participant.
I’m really hoping that someone else has run into this and knows a quick fix… too idealistic? lol fingers crossed.
My client is launching this site to his members in less than 8 hours from now (Wednesday, October 25, 2017, 3pm EST). (Don’t we love it when clients ask for last minute add-ons with no notice and expect everything to work perfectly haha.)
Thanks in advance for your help!
(I can provide screenshots later if that would help, can’t grab them from the computer I’m currently at.)
WordPress 4.8.2 running Impreza theme
bbPress 2.5.14-6684
Home
I recently installed bbPress and the e-mail activations were working fine. I made no changes and now the activation e-mail is not being sent. I did go in manually and assign those users access manually but need to find out / fix the issue of activation e-mails not being sent to users to verify.
Kenneth
Good afternoon,
I hope I am asking this in the right category. I manage a website for a training provider. Their current forum does not work with jaws. this is a screen reader for blind people. So I am looking for a forum that works with the jaws screen reader and I would like to know if this is the case for bbpress.
sincerely,
Mieke Haveman
Hey guys, I am new to wordpress, and bbpress. I am starting a forum, and I want to add a profile page for the users. I also want to add the ability to make a signature at the end of their posts. I do not know how to work with the scripts so much, I get lost in which editor I should be using, or where to place the information. The scripts I have put in following other threads have had no effect.