Just wondering, is there a plugin that I can use in the sidebar that includes results for all wp posts and bbpress forums, topics and replies?
I am presently using Relevanssi, and I like it, but it does not seem to include bbpress forums, topics and replies.
Thanks!
Haz
http://www.aquariumcarebasics.com
After i installed “bbPress WP Tweaks” my themeside sidebar was not shown but as clicked under forums and topic the sidebar reappears.
How can i remove this sidebar.??
Thank you
It helps if we know which theme you use.
OK, you want the avatar (profile image) in members
What members page do you mean? The avatar is already in the users profile page, well it should be. As far as I know bbPress offers no full list of all members.
Darn, 10 minutes just past, could not edit anymore.
Why are we doing so difficult?
Simple css did the job as always: .bbpress .wpns_wrapper { display:none ! important;}
how can i hide wordpress sidebar in bbpress forum.??
And how can i put profile image in members. ??
Thank you.
I have recently installed BBPress into my WordPress theme, and have been having a few problems with spam registrations. Basically people are creating accounts, and in their profile text the are adding links to external sites. I would like “nofollow” to be added to these links by default, though nothing I have found on this forum has worked. I have added various things to my functions.php file as instructed by people here – none have worked. Can anyone help with this?
This something we could look at implementing into the core of bbPress, could you create a ticket in Trac for this and we can take a closer look at the issue.
http://bbpress.trac.wordpress.org (Use the same wordpress.org/bbpress.org username and password)
I would also like to hide the “/members” page form being publicly accessible – is this possible?
This part is BuddyPress 😉
I don’t know of any off the top of my head.
Have you tried searching for one?
https://bbpress.org/plugins/ or https://wordpress.org/plugins/
The main bbPress conditional tag is is_bbpress
Try <?php if ( !is_bbpress ) : ?>
I made a custom import for minibb.
Cool 🙂
I just did my first test import and it took like 12 hours to finish.
How big is your forum? (i.e. number of topics and replies)
Now I want to know if it’s possible to import only the latest post, topics etc instead of doing a complete import when I want to go live?
No it is not, my suggestion would be to copy your database and then cut it down to only the topics & replies you want to import directly with MySQL
And here is my ‘work in progress’ bbPress miniBB.php importer 🙂 https://gist.github.com/ntwb/7889409 🙂
EDIT: I should add that mine has a few issues and I know it doesn’t quite work 🙁
If you have some tips to fix mine up that would be great as we could then include it in bbPress.
This issue should be fixed in bbPress 2.5, please update your plugin and let me know if you still have issues.
Can you please create a ticket on Trac for this please
https://bbpress.trac.wordpress.org/ (Use the same wordpress.org/bbpress.org username and password)
Thanks for the report and you are correct it should still be an accurate count after running the repair tool. Could you create a ticket n Trac for this and I’ll take a look and see if I can get it fixed for the next release.
http://bbpress.trac.wordpress.org (Use the same wordpress.org/bbpress.org username and password)
We have an open ticket on Trac on what is and isn’t in the widgets and the potential option to merge everything into a single widget. If you have any additional thoughts not yet covered so far please feel free to add your own thoughts 🙂
https://bbpress.trac.wordpress.org/ticket/1918
We have an open ticket on Trac on what is and isn’t in the widgets and the potential option to merge everything into a single widget. If you have any additional thoughts not yet covered so far please feel free to add your own thoughts 🙂
https://bbpress.trac.wordpress.org/ticket/1918
If you are going to make changes use a custom bbpress.css file in your theme so updates don’t override your changes 🙂
https://codex.bbpress.org/theme-compatibility/
Try running the ‘Remap existing users to default forum roles’ repair tool.
https://codex.bbpress.org/repair-forums/
It also looks like you are using another plugin to control access to bbPress forums.
What is this plugin and does it work with bbPress’ roles?
That said one of the strings ‘You must be logged in to create new topics’ IS translated here so it might be the case of updating your translations.
Details to update your translations are here https://codex.bbpress.org/bbpress-in-your-language/
I would also look at the 115 of 1034 strings yet to be translated looking at the details here and get those translated and then contact your local Hebrew translation team via https://he.wordpress.org/contact/ to get the strings approved.
Thanks,
It is only 1 change in the widget.php, so just changed the core file.
line 871 (bbPress2.5.1) bbp_topic_last_active_time to bbp_topic_post_date
I’d suggest you create yourself a test user and go from there:
Do this with all your plugins disabled except bbPress, BuddyPress and bbPress Advanced Capabilities, I’m also presuming you are not also using S2/Members or any other plugin of this type.
* Sign up as a new user just as a new user would
* Now as ‘admin’ check the user role & caps via bbPress Advanced Capabilities (Should be none)
* Logout & Login as this new user
* Now as ‘admin’ check the user role & caps via bbPress Advanced Capabilities(Should now be Participant)
Follow the steps to copy the template files that you need to customize as per this:
https://codex.bbpress.org/theme-compatibility/
Primarily it will be loop-single-reply.php but you will need to look at a few of the other templates also.
Before Line #45:
<?php bbp_reply_author_link( array( 'sep' => '<br />', 'show_role' => true ) ); ?>
After Line #45:
<?php bbp_reply_author_link( array( 'sep' => '<br />', 'show_role' => false ) ); ?>
Around that same area in that file you will want call whatever WooCommerce function you need to display the users group.
eg. <div><?php woo_user_group( userid() ); ?></div>
(I have no idea what functions WooCommerce use)
This may be really late in response to this but I had the same problem however I quickly discovered that my HTTPS plugin to secure via SSL Certificates WP Pages was conflicting with the bbPress plugin. Once I disabled the HTTPS plugin the Forum started working the way it should again.
Hi, sorry about being so obtuse.
I’m using woocommerce groups. it stores its stuff in several non-standard wordpress tables. I need to be able to replace the bbpress roles as displayed in the forum iteration with the group the user is assigned to. I want to be able to do that without hacking the core, for obvious reasons.
does this help.
m
WP 3.7.1 BP 1.8.1 BBP 2.5.1 & 2.4.1 this problem seems to keep coming back i have tried everything this time including the repair tools, bbpress advanced capabilities plugin (showing normal permissions), even downgrading the plugin.
Any ideas would be greatly appreciated.