Search Results for 'bbpress'
-
Search Results
-
Dear community,
if I want to delete a topic or a post by clicking on “Recycle Bin”, it is no longer possible to restore the topic/post because the “marked” object has already been removed from the database.
If I click on “Delete” again, the page is reloaded and I see all the topics that I had deleted. After reloading the page, these posts have disappeared.I use the bbpress version 2.6.6. The wordpress version is 5.7.2. I am using the Avada theme. The forum is password secured, so it is not possible for me to share a link here.
Thank your very much if you know how to fix this issue.
Kind regards
MarcoI’m wanting to create conditional logic that responds to whether a user is logged in to bbpress.
Googling helped me to find these two functions:
bb_current_user_can()
bb_is_user_logged_in()However, when I use them, I get the error “Call to undefined function bb)…”.
This happens even when I tie my containing function to the hook ‘plugins_loaded’, which I believe fires after all activated plugins have loaded.
(I first tried to use the hook ‘wp’)
So I’m just double-checking…
Should I be able to use either of those two functions to test if a user requesting a resource is a logged-in bbpress user?
I’m not sure if this is an issue with bbPress or BuddyPress; forgive me if I’m posting this in the wrong place. I recently added BuddyPress to my installation which already had bbPress, and I see that when a BuddyPress group has a forum, it’s added to the list of forums like the bbPress ones. Awesome!
However, if I change the description of the BuddyPress group, the bbPress forum list still shows the old description. If I go to Forums > All Forums, I can edit the description which updates the description on the forums list. Is this a bug, or are you supposed to have to update it in two places? Is it allowing for some users to have a different description in bbPress vs BuddyPress?
bbPress: 2.6.6
BuddyPress: 8.0.0
Wordpress: 5.7.2
Site (though most of the forums are private): https://antiochfc.org/forumsI am running BBpress with the Highend theme. I have set up the forums and they look great, but the “subscribe” button is missing. “Allow users to subscribe to forums and topics” is checked in the settings. I assume it’s a theme conflict, but without the forum subscribe button, the functionality for our users is crippled. Is there any way to correct this? Thanks!
Wordpress 5.7.2
bbpress 2.6.6I’ve done something, but I don’t know what? I think the slugs for the ‘forum’ page may have had a conflict (there was a warning message, but I changed the names), and I think the tabs went missing after I rebuilt the tables, but the tabs have totally disappeared now, and I don’t know how to get them back. Its a backend issue, as its not affecting the front end – you can still get to the forum page
I uninstalled and deleted/reinstalled bbpress, and it hasn’t brought the tabs back.
I’m really worried that if I delete the Buddypress plugin, I will lose my settings and customer lists of Participants. Any advice would be very much appreciated.
bbPress Version 2.6.6
Buddypress Version 8.0.0
Wordpress the latest
FORUM HEREHello
— getting a new error (that I’ve never seen before) when trying to register a new user
“No {status} key found in the server response, Please try again in a minute.”
Theme Name Kleo (kleo)
Version 5.0.3
Author SeventhQueenbbPress Version 2.6.6 by The bbPress Contributors
bbPress – Moderation Tools Version 1.2.4 by Digital Arm
bbPress Notify (No-Spam) Version 2.16 by Vinny Alves
Better Notifications for WP Version 1.8.6 by Made with Fuel
BP Profile Search Version 5.4.2 by Andrea Tarantini
BP Registration Options Version 4.3.9 by Pluginize
BuddyPress Version 8.0.0 by The BuddyPress CommunityServer architecture Linux 5.4.0-73-generic x86_64
Web server nginx/1.15.1
PHP version 7.3.28-2+ubuntu20.04.1+deb.sury.org+1 (Supports 64bit values)
PHP SAPI fpm-fcgiDatabase
Extension mysqli
Server version 10.5.10-MariaDB-1:10.5.10+maria~bionic-log
Client version mysqlnd 5.0.12-dev – 20150407 – $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $Hi,
My Bbpress allow guest reply and set it to Hold a comment in the queue if it contains
1 or more links,
but my Bbpress it doesn’t show the message “Your comment is waiting for moderation”, when a user comments it just shows nothing.How can I show the message “Your comment is waiting for moderation”?
Thanks,
Topic: BBpress edit and activity?
I did a EDIT in a FORUM Post but in the ACTIVITY feed it doesn’t change it?
Is there a way to get a edit in BBPRESS to change the ACTIVITY feed on the fly when editing?Topic: Similar discussions
Hello everyone! I’m working on a online store made with Magento, but it also have a forum created with bbPress and I have to make a modification but it’s the first time when I work with WordPress. After we enter in a discussion, we have the question, the answers and after Similar discussions, topics(topics that are in the same category with the question). Right now we are loading 10, but I need a button bellow and everytime when you press it to load another 10. In content-single-topic.php I have this custom code, that give us the number of similar topics, on the homepage of te category we have 50 discussion on page:
<?php $direct_parent = $post->post_parent; if (bbp_has_topics( array( 'author' => 0, 'show_stickies' => false, 'order' => 'DESC', 'post_parent' => $direct_parent, 'post__not_in' => array($post->ID), 'posts_per_page' => 10 ) )) bbp_get_template_part('bbpress/loop', 'topics');Can someone help me to add more topics on button click with ajax or something like this?