Search Results for 'bbpress'
-
Search Results
-
Hi friends,
I made an attempt to install BBpress script on my WP websiteBut a message sent from Server showed error after installation
Please help me on this.
ThanksWith the
localization
plugin, text tranlation does not work: people still get the english text,
eg :
Hello!\n\nA new topic has been posted by [topic-author].\n\nTopic title: [topic-title]\nTopic url: [topic-url]\n\nTopic excerpt:\n[topic-excerpt]\n\nNotify message by bbPress Notificationsin addition, the Bbp extension (in that localization) says
Compatibility: Loading Issue: Author is using load_textdomain instead of load_plugin_textdomain function. This may break behavior of WordPress, because some filters and actions won’t be executed anymore. Please contact the Author about that.
Thanks for for helping me to find another way to get french texts
regards CharlesHi, I’m not sure if I should be asking for help here, or over at Buddypress, so just let me know if I need to approach someone else.
I have downloaded Buddypress and BBpress to my site which is using X theme. It seemed to be working well until yesterday when I noticed a glitch. When I am logged in, and visit the various menu items on my page, some show me as being logged in, while others (mainly Home and Chat) show me as being logged out (when I’m actually logged in). Have you any ideas as to what might be going on here?
I created a tester user profile to test the site out, and the problem only seems to be arising on Safari. Firefox and Chrome seem to be working fine, and consistently show me as being logged in throughout the site.
Any help you might be able to offer would be much appreciated!
Using bbPress Version 2.5.10 and WordPress 4.6.1.
My site can be found at http://mummytobe.co.uk
Many thanks,
Catherine
Hello,
PRESTORY
I use BBPress on subsites, in a multisite install.
These subsites are unique, separate sites, and should *NOT* have access to each other’s sites–especially to BBPress member directories!
ISSUE
BBPress Members page shows members from other subsites!
These demonstrates that while each subsite is separate and unique the BBPress content is not separated nor unique and is instead shared across the entier multisite (nightmare).
TBD – This *may* also include subscription content; where a BBPress subscriber on unique and separate Subsite A, may subscribe to the Subsite A BBPress content but then also receive BBPress subscription content from other ostensibly unique and separate subsites (B, C, D…). TBD
QUESTION
How can I have unique instances of BBPress (content, subscriptions, memmbers–everything unique) on unique and separate subsites, within a multisite installation?
Thank you in advance for your specific help keeping separate sites separate.
Thank you,
Chris
I see I have a competitor using MailChimp to send notifications from their bbPress forums such as notifications of new topics in a forum and replies to your post.
Both our sites also use BuddyPress.I cant seem to find the exact plugin I should use.
Any help would be greatly appreciated.
Thanks
Topic: Forum post Templates
Hi,
I’m using latest version of the plugin and wordpress. I wanted to know that can i define post template for my bbpress forum?We use our forum for applications!
I may refer the link given below:
https://www.warzone.club/forums/topic/adminship-application/In this topic, I want the bold on in my predined template.
Thanks
One of my websites has an average loading time, but I fear will bbpress increase the server load time?
Topic: Change the Color Forum-Title
Wordpress 4.6.1
Bbpress 2.5.10 |Hi there,
Today I found here the forum some very useful code to help me change something as colores and sizes.
But there is a component I could’t change, that is the Forum-Title.
Is there anyone that can help with some simple css as how to change the forum title
I thank you in advance.Please help me
Hi guys,
I am just trying to setup my first bbpress forum. I would like to allow unregistered users to create new forum topics and replies. In settings, I have ticked the box Anonymous posting: Allow guest users without accounts to create topics and replies.However:
1) When trying to create new topic as unregistered user, I am receiving error: “ERROR: Your topic cannot be created at this time.”
2) When trying to respond to existing forum topic as unregistered user, I am receiving error:
“ERROR: Your reply cannot be created at this time.”Can you please advise what I am missing here? I am using WordPress 4.6.1 and bbpress 2.5.10
Thank you,
LukasI want to switch the Top Five Topics widget on my site to a Topics With No Replies widget.
I think I’ve found the code referring to the Top Five Topics widget in functions.php – this looks like it:
function rk_top_five_view() {
bbp_register_view( ‘top-five’, __( ‘5 Most Popular Topics’ ), array(
‘meta_key’ => ‘_bbp_reply_count’,
‘posts_per_page’ => ‘5’ ,
‘ max_num_pages’ => ‘1’,
‘orderby’ => ‘meta_value_num’ ),
false );
}add_action( ‘bbp_register_views’, ‘rk_top_five_view’ );
And I think this is the relevant code on the page where the widget is displayed:
[bbp-single-view id="top-five"]According to https://codex.bbpress.org/features/shortcodes/ the code for No Replies is:
[bbp-single-view id=’no-replies’]So I’m guessing that on the page I just need to replace top-five code with no-replies…?
But what about the code in functions.php?
I found this on github:
bbp_register_view(
‘no-replies’,
__( ‘Topics with no replies’, ‘bbpress’ ),
apply_filters( ‘bbp_register_view_no_replies’, array(
‘meta_key’ => ‘_bbp_reply_count’,
‘meta_value’ => 1,
‘meta_compare’ => ‘<‘,
‘orderby’ => ”
)
) );
}Is this what I need? Or should it start with function like the current code I posted at the top?
Please excuse me if I’m missing something obvious here – I’m just the website owner, not a developer.
Thanks in advance 🙂
Hello All,
I would like to upgrade my bbpress plugin on a testing/staging server.
I do not want to reveal the existence of this staging server to any of my users however.
Is there a way to disable all notifications coming from BBPress?Thank you, Malcolm