Hi – Does anyone have knowledge of a plugin for BBPress or what I can do to add:
A. image upload option to tool bar
B. video upload option to tool bar
C. more options (font size, family, remove formatting, et etc) to the tool bar
for my users?
I have an enhanced editor plugin installed on my site – those options are not showing up in BBPress for creating a topic or replies. It may have too many options for my users though. More than I want.
Thanks for your insight.
Hi – Hoping someone knows where I can change the titles “Posts” & Freshness” to “Replies” & “Last Post” on all pages & widgets? (The ones that always come after “Voices” &”Topics”.)
Wordpress: 4.3.1
Divi Theme: 2.5.5
BBPress: 2.5.8
bbp style pack: 2.8.3
Thanks for your help.
Hi – I am hoping someone can assist with configuring the “Create New Topic” text box to not automatically show up on ANY page. Is there a way to make it where it only appears if the user clicks on “Create New Topic”?
The same with the “Reply” button. Not have the reply text box automatically show up on any page until a user clicks on “Reply”?
Thanks for your help.
Wordpress: 4.3.1
Divi Theme: 2.5.5
BBPress: 2.5.8
bbp style pack: 2.8.3
Tried to edit, but could not:
WP 4.3.1
BBpress 2.5.8
Divi by Elegant Themes
Hi Robin W,
Is there a way to include make these fields available to the get_available_tags function in bbpress-notify-nospam/bbpress-notify-nospam.php. Basically I’m trying to display these fields in the email notification area. Listed is the code for the get_available_tags function… Any input would be greatly appreciated. Many thanks.
public function get_available_tags( $tags='' )
{
$tags = '[blogname], [topic-title], [topic-content], [topic-excerpt], [topic-url], [topic-replyurl], [topic-author]';
$extra_tags = apply_filters( 'bbpnns_extra_topic_tags', null );
if ( $extra_tags )
$tags .= ', '. $extra_tags;
return $tags;
}
After debugging everything, set WP_Debug to false.
Here is a post explaining the bbp_setup_current_user was called incorrectly error.
bbp_setup_current_user was called incorrectly
I have found two plugins that purport to change authors, but neither one works. Admin Columns Pro provides inline editing for Topics and Replies, but you walk through the steps to find the correct author and set it, but it doesn’t save. Orbisius bbPress Enhancer adds the author field to the Bulk Edit and to the post edit for both Topics and Replies, but – again – a change is not saved. I had gconverter.com import into bbpress a Drupal forum where a user had to be registered to post and gconverter.com left 1500 entries as “Anonymous”. I can’t do a simple replace using SQL because not all of the Anonymous postings go to the same user. I’m on 4.3.1 WordPress and bbpress 2.5.8 Does anyone have any ideas?
Thanks so much! I appreciate your assistance.
I added the code to my Divi Theme customizer & it took care of the lines – 🙂
I wish I knew today how to use the page builder with BBPress. If it is not Divi – I have not learned how. Another item to research & learn.
Is there a file or code I could add that would “hide” the reply text box & create a new topic text box all together from the forum pages until a user actually clicks on “reply” or “Create a Topic”?
Do I need to create a new topic for this as it is still dealing with the “look”? If so – please let me know.
@tallsam Its not really an issue since it should show a list of items in the latest version of bbPress and since Stephen’s ticket he linked to has not been committed yet.
IF @pinkishhue’s Custom CSS code does not work after you placed it in your child themes style.css file and have also tried adding !important on the end, you can try my custom php code snippet.
Make sure to place this into your child themes functions.php file in your child theme.
// Only return one entry for revision log otherwise it gets cluttered
function bbp_trim_revision_log( $r='' ) {
$arr = array( end( $r ));
reset( $r );
return( $arr );
}
add_filter( 'bbp_get_reply_revisions', 'bbp_trim_revision_log', 20, 1 );
add_filter( 'bbp_get_topic_revisions', 'bbp_trim_revision_log', 20, 1 );
I’ve already doing this, disable all the plugins except bbPress, and it still have the redirection on the homepage.
I tried to deactivate cache plugin, clear CDN etc…
I have activate the theme Twenty Firteen, and still have the redirection…
This is how you remove the line.
#main-content .container:before {
display: none !important;
}
Also I updated this bbpress.php a little more, as I do not think you will be using page builder with bbPress pages.
https://gist.github.com/robkk/f51753f1c7a5641796d8
@natinho68
Ok I see now. When you click the author link on your production site, you can see it is trying to lead to the bbPress forum profile then it just redirects to the homepage for some reason. What we need to do is try to find what is causing the redirect.
Can you do some troubleshooting to first see if you deactivate ultimate member and the bbPress addon, that the author links go to the regular bbPress forum profiles fine.
Can you also try in a default WordPress theme too to see if the same issue is present.
Troubleshooting
Since you said it turns into a draft, I guess this might be a separate plugin causing the issue.
Try some plugin troubleshooting to try to find what plugin is causing that specifically.
Troubleshooting
@tovabora
You can also use this CSS to remove the breadcrumbs if the code @casiepa gave you doesn’t remove it.
Place this CSS anywhere you can place custom CSS like in your child themes style.css file or in a seperate plugin.
div.bbp-breadcrumb {
display: none !important;
}
While browsing your forums though I did come across these common theme style issues that are conflicting with bbPress.
Add both these CSS code snippets into your child themes style.css file or in a separate custom css plugin.
This CSS should fix the gray avatar on your forum profile.
#bbpress-forums #bbp-user-avatar .avatar {
float: none;
}
This should fix the avatars looking off in your forums.
#bbpress-forums a img.alignnone {
display: inline;
margin: 0;
}
I recreated a clone, exactly the same that the principal website.
All is the same, I remind that the website are configured on wordpress multisite.
Login : bbpresshelp
password : Helpme15
Work (click on author and get the author profil) : http://testsite.fieci-cfecgc.org/forums/topic/test/
Doesn’t work (click on author and redirect to homepage) : http://www.fieci-cfecgc.org/forums/topic/test/
I’m very lost
Are you talking about the bbPress login widget??
The widget has configurable fields in it to customize the register and lost password urls, and you should be able to customize the widget in the widgets section in WordPress in its respective sidebar. You can add the urls of your woocommerce registration forms too.
If your theme hardcoded it or something, you might want to contact your theme author as to how to set it up since the urls are heading to forums/register and such.
I cannot see this in the free version of your theme.
Also you do not even have bbPress activated from what I can see.
I installed and activated a theme from which included BBpress
BBPress : 2.5.8
WP : most up to date
When I click on the Register or the Lost password option both bring to a 404 error
Here is the website http://edkernels.com/forums/
I am not sure if the path is wrong or whether it is non existant.
Thanks
Nick
Hi so I installed bbpress and havent changed nay settings.
The forums/topics won’t appear on the default page and it’s just an archive:
What do I do?
@bob1361
You can just use BuddyPress since you have that installed.
Also try to leave the plugins that you want to keep activated. There are a couple plugins that you have that have similar functionality.
Groups
bbP Private Groups
BuddyPress
Voting system
WP ULike
bbPress Votes
bbcodes/shortcodes
bbPress2 BBCode
GD bbPress tools
Unread Posts
bbPress Go To First Unread Post
bbPress New Topics
bbPress Unread Posts v2
Quotes
bbP Quotes
GD bbPress Tools
Hello,
Customizer doesn’t save correctly when WP_DEBUG is enabled and bbPress is active.
With that I mean that the save button doesn’t change state after the AJAX call has been successful. This leads to a “navigation confirmation” alert after saving when trying to navigate away from Customizer.
I haven’t tested this without enabled WP_DEBUG, but bbPress also outputs the following notice:
Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /...../wp-includes/functions.php on line 3784
WordPress version: 4.4-beta3-35590
Theme: Twenty Sixteen 0.1.20150828
Thanks!
@katiemeeks
Does this php code snippet help any?? Make sure to place this php code snippet into your child themes functions.php file or in a plugin that can hold custom php code snippets like the functionality plugin.
//display bbPress search form above sinle topics and forums
function rk_bbp_search_form(){
if ( bbp_allow_search()) {
?>
<div class="bbp-search-form">
<?php bbp_get_template_part( 'form', 'search' ); ?>
</div>
<?php
}
}
add_action( 'bbp_template_before_single_forum', 'rk_bbp_search_form' );
add_action( 'bbp_template_before_single_topic', 'rk_bbp_search_form' );
I’m looking for a plugin for the three.
Actually i use TinyMCE with BuddyPress Forum Editor to have a wysiwyg editor for the wordpress comments and bbpress forum. I don’t have Wysiwyg editor for the buddypress comment on the user profil and group profil.
Hello, I have the same issue.
I work with BuddyPress, bbPress and a them from Nitty Gritty Klein (Music theme).
This theme creates groups. Forums can be allocated to groups.
A member of a group can create a topic and he can reply. No problem.
But in the menu there is an option forums, you can see your own contributions.
Logged in, a member sees ‘You have not created any topics.’ But he has.
Going to the forum via the group, then he can see his own topics etc. No problems.
I have repaired with tools/forums.
I have 3 private forums, and 1 public group and 2 private groups.
There is something wrong with the conflict between private and public??
Hi,
When a user create a topic, if you want to check his profile by clicking on his picture profile or username, you are redirected on the homepage.
I already saw this topic : https://bbpress.org/forums/topic/user-profiles-redirecting-to-home-page/
But still not working with checking or unchecking “Disable author archive” on SEO Yoast.
I’ve made a clone of my website, it’s exactly the same website in everything.
But on the clone, all works good.
I’m a little lost.
I’m using WordPress Multisite and my clone is a child site of the WP-MU configuration.
Don’t understand why on the clone everything works and not on the principal site…
Can you help me please ?
Thanks a lot guys.
Nathan