Hello, I am not sure if this is the right spot for this topic, but I am noticing an issue with the new WP 3.8 release on all my sites using bbPress with WP. When my clients or myself go to edit or create a new post/topic/forum, the publish date icon is repeating horizontally. This clears up when I disable bbPress by itself and know it to be across sites I recently updated. A screenshot can be seen here. Any help in resolving this issue would be great!
I am preparing WordPress as a website with a forum for owners with sick dogs. Included in the website is a medical glossary plugin. It has worked so well on the pages that I have purchased their Pro+ version.
http://wordpress.org/plugins/enhanced-tooltipglossary/
The problem I am having is that the tooltip plugin is not recognizing terms inside the forum topic or posts and the tooltips are not coming up on hover:
http://www.secondchanceaihadogs.com/forums/topic/test/
CM support says “I am not sure how bbpress use post and if it use the content filters on them. If it does it will show the tooltip”
I could use some help. Should I be asking here about this, the designer of the theme or go back to CM support for the answer how to make this work?
Yeah. that is what I want: hide the wrong breadcrumbs and keep the bbpress one.
Currently the new feature (bbPress 2.5) of Subscribe to Forum returns plain text email. Perhaps this was a conscious decision to implement it in that way. I’d implore either changing the content-type default to TEXT/HTML or be given an option within the admin settings.
Typically you would only need to add the following:
add_filter('wp_mail_content_type',create_function('', 'return "text/html";'));
…before @wp_mail
Is it possible to limit the BBpress search box in scope?
I would like to exclude certain forums/fora from the search results, but do not know where I can find the search function or how to edit properly to achieve my goal.
Help would be really appreciated!
Hello,
Is there documentation on how to build a plugin for the new version of bbpress?
I meant to say, When I deactivated the bbPress WP Tweaks Plugin, the Login widget is still available under, Dashboard>Widgets. Of course the bbPress Sidebar Widget is not available as long as this plugin is deactivated.
When deactivated the login widget is still available but the bbPress sidebar widget disappears.
What happens if you disable the bbPress WP Tweaks, does the login/register widget appear again?
Hi Lyngold, I am referring to the widget. I downloaded and activated the bbPress WP Tweaks for the sidebar widget for bbPress and after I have saved everything the widget does not show on my page. I need this in order for people to be able to register.
Thanks for the reply.
Have you created the topic using the form that’s part of the forum, or using the administration panel? If I use the administration panel, everything is saved as it should; however, when I use the submit form in the forum, characters get converted to HTML entities.
I tested it using a clean installation of the latest version of WordPress with the default theme where the only plugin installed was bbPress, with exactly the result I have described above.
There is a sidebar on your site, when you say “the bbPress” sidebar, do you mean a widget or am I missing something?
Your background image doesn’t stretch full width, so you would have to look at either making it longer, or removing it and just have a solid colour.
The code can either go inside your style.css or if you want to do it properly you can follow the instructions here: https://codex.bbpress.org/theme-compatibility/ and then edit the files inside /css/ in your theme files.
I would highly recommend looking into learning a little CSS, even a small amount can let you achieve a lot in bbPress and even WordPress.
Something you can do for example is: #bbpress-forums { background-color: #ffffff; color: #000000; } – this is just an example.
Good luck! 🙂
I would recommend learning a bit of css, even a little CSS lets you do amazing things with bbPress and even WordPress!
Some like: bbp-title { line-height: 20px; } This is just an example. I don’t know the exact html of your website.
Good luck!
I removed the following text (between the dots) from the user-details.php
Now it is no longer possible to edit the profile in the bbpress profile overview. But when I want to update this plugin it will be possible to edit again. Do you have a better solution so it is still erased after an update of this plugin?
<span class=”bbp-user-edit-link”>
…..” title=”<?php printf( esc_attr__( “Edit %s’s Profile”, ‘bbpress’ ), bbp_get_displayed_user_field( ‘display_name’ ) ); ?>”><?php _e( ‘….Edit…..’, ‘bbpress’ ); ?>
</span>
or just change the link towards the WP profile edit:
bbpress 2.5.1 on line 65 in bbpress/templates/default/bbpress/user-details.php
Thanks for your reply!
You are right it is the combinations of the two plugins causing this error. That is a shame because I need both plugins;-) I can try to remove the edit option in the bbpress profile view. So users can only edit there profile with the wordpress function but still see their topics etc in the bbpres profile view.
If your theme has a template with sidebar maybe page.php then make a copy of that file and rename it to bbpress.php
I think this is most likely an issue with the extra plugin you are using “CIMY User Extra Fields”
I am not sure what the actual issue is but you should disable that plugin and see if you can update your password in your bbPress profile.
You can try the ‘Remap existing users to default forum roles’ repair tool to see if that fixes the bbPress Roles: https://codex.bbpress.org/repair-forums/
I had a quick look at https://wordpress.org/plugins/role-scoper/ and they make no specific mention of supporting bbPress’ ‘Dynamic Roles’ and that could be where the core of the issue is.
Yes, Role Scooper is the issue and it appears there will be no longer further development or support:
https://wordpress.org/plugins/role-scoper/faq/
With the production release of Press Permit, is Role Scoper still supported?
Basic Role Scoper support (bug fixes but not necessarily plugin conflict resolution) will be provided while WP 3.6.x is the active WordPress version. Compatibility with WP 3.7 and beyond is not assured, as I do not plan any further unfunded development of the Role Scoper code base. Further development and support will be available on a consulting basis as indicated on agapetry.net, but I will encourage migration to Press Permit – a superior platform with a sustainable funding model.
The good news is the new plugin ‘Press Permit’ does support bbPress’ Dynamic Roles 🙂
https://wordpress.org/plugins/press-permit-core/
Customize bbPress forum permissions
Just set the ‘Forum Order’ of your forums to whatever order you want them displayed in.
https://codex.bbpress.org/getting-started-with-bbpress/#creating-your-first-forum