Search Results for 'bbpress'
-
Search Results
-
Hi,
I just went through an issue on my Buddypress site where I had to troubleshoot by doing such things as rewinding the site, deactivating/reactivating plugins and such…
What has happened is that now in my bbpress forums, the autosuggest Userlist For mentions has disappeared, so as now you have to type in the whole thing manually…which is sometimes difficult as many of my members have usernames that are different from their display names.
Is there a plugin or setting to repair this that anyone knows of?
Topic: Import from jforum?
Hi….
Does anyone have experience importing forums from jforum? I’m struggling with how to get the topic/post content which requires 3 tables from jforum. Most of my attempts result in being told that the “from_tablename” and “from_fieldname” result in an “unknown column in ‘field list'”.
Thanks
-m
WordPress 4.9.7
bbPress 2.5.14
site is not publicHi, I would like to see the date instead of freshness when I edit a message. How can I do this? Thank you all. (I already use bb last post but it works only when I send a message, not when I edit it).
-bbpress version 2.5.14
-wordpress version 4.9.6Hi
I’ve two forums – foruma (http://site/forums/forum/foruma) and forumb (http://site/forum/forum/forumb). I need different sidebars for these two forums. Actually, what I am planning to do is, I need ‘bbPress Recent Topics’ widget to be different on different forums, such that it acts like ‘related topics’.
Is there a way I can achieve it? I’ve tried YARPP, but couldn’t put it to work.
Hi there,
I’m trying to write some advanced search functions for BBpress. One of these should let people search only in the forum or subforum they currenty are in. I followed several examples posted on the net and tried to refine them myself.
Unfortunately, I am experiencing a problem with the bbp_forum_get_subforums fuction.
The fuction I am writing should be able to get the list of subforums present in a category type forum when the search is fired from a category type forum.
The code is as follows://If the forum is a category, then search in all the subforums if( bbp_is_forum_category($forum_id)){ $sub_forums = bbp_forum_get_subforums($forum_id); $subforum_id = array_column($sub_forums,'ID'); $min_subforums = min($subforum_id); $max_subforums = max($subforum_id); $r['meta_query'] = array( array( 'key' => '_bbp_forum_id', 'value' => array($min_subforums,$max_subforums), 'compare' => 'BETWEEN', ) ); }
Unfortunately, bbp_forum_get_subforums($forum_id) gives a false result.
Strangely enough, if I try to put the same code in a fuction and add it with “add_action” to a forum page, it gives me the corret list of subforums if the current forum is a category.
Can someone please help me addressing this problem? I am using the latest version of WP and BBpress.I am having issues placing a current user’s ‘Replies Created’ and ‘Subscribed Forums’ within their unique templates. See below.
‘Replies Created’ (login testuser / test1234)
https://obeii.com/discussions-replies-created/
Code seems to just want to display all replies instead of the specific users. How can this be corrected to be filtered to that specific user?<?php global $current_user; get_currentuserinfo(); $uid = bbp_get_current_user_id(); ?> <?php if ( bbp_get_user_replies_created( $uid ) ) : ?> <?php bbp_get_template_part( 'pagination', 'replies' ); ?> <?php bbp_get_template_part( 'loop', 'replies' ); ?> <?php bbp_get_template_part( 'pagination', 'replies' ); ?> <?php else : ?> <p><?php _e( 'You have not replied to any topics.', 'bbpress' ); ?></p> <?php endif; ?>
‘Subscribed Forums’ (login testuser / test1234)
https://obeii.com/discussions-subscriptions/
It works fine for ‘Subscribed Topics’ below the item, however ‘Subscribed Forums’ comes up empty with no results. Any clue on why that is?<h2>Subscribed Forums</h2> <?php global $current_user; get_currentuserinfo(); $uid = bbp_get_current_user_id(); ?> <?php if ( bbp_get_user_forum_subscriptions( $uid ) ) : ?> <?php bbp_get_template_part( 'pagination', 'forums' ); ?> <?php bbp_get_template_part( 'loop', 'forums' ); ?> <?php bbp_get_template_part( 'pagination', 'forums' ); ?> <?php else : ?> <p><?php _e( 'You are not currently subscribed to any forums.', 'bbpress' ); ?></p> <?php endif; ?>
Hey all,
So I have a WordPress page called Register which uses the shortcode [bbp-register] to call up the registration form. I have linked the page below. The problem right now is that the “register” button isn’t doing anything. It does not appear to be clickable so when I enter an e-mail and password you can’t go any further. Not sure what would happen to prevent the button from working, hoping someone can notice if I’m missing anything.
Wordpress Version: 4.9.7
BBPress Version: 2.5.14Thanks in advance for any advice!
Topic: Keyword Shortcode
Topic: Multiple “forums”
Hi everyone,
We are looking in to migrating out forums over to bbPress, and doing some dry run installations. I have look around, but can’t find a solution have multiple of these under each other.
Thank you for the help in advance.
Hello and installed BBpress, and everything is ok. But when I use the Statistics shortcode. I get a column, annoying. Could someone tell me, what php file I can modify. To show me the data horizontally. And not vertical? … It would only be to change that code and for me it would be great.
My website is: https://www.libreriaurano.com/blog/
Topic: Login Widget Error
Dear Team & Community,
I’ve a problem with the widget people use to login.
At my mainpage the widget is shown correct. ( http://www.myheadz.de )
But when I open the forum page or any other page the widget looks messed up. ( http://www.myheadz.de/forum/ )Wordpress 4.9.7
Theme: Envo Magazine Pro
BBPress 2.5.14
BBP Style Pack 3.9.3Looking forward for your help.
Regards from germany,
Jens
Topic: Disable Comments
In an ongoing effort to fight spam, I want to disable all comments via the WordPress Admin Dashboard…Settings/Discussion…(uncheck allow notifications and uncheck allow people to post comments)
If I do this, will bbPress New Topic or Replies be impacted? Will users still be able to submit new topics or reply to existing omes?
I am running WP 4.9.7 and bbPress 2.5.14 with bbPress Moderation 1.8.3
Thanks.
Topic: 404 Erros acces
Hello my name his Chris, i have some problem on my instal BBpress.
Administrator wordpress have acces to the page forums (bbpress) but the role suscriptor haven’t acces, page 404 error
can you help me
sorry for englishThanks
Plugin : wordpress, bbpress, utlamte member
Hello,
I have installed bbpress and everything is running smoothly for now. In future if I want to move my bbpress forum topics, users to other paid forum, can I do it?
I want to migrate every topic, reply and user profiles to invision or vbulletin or any other paid forum… is it possible?
I am trying to use the bbpress login widget in the header widget of my site. When Logging in using this bbp login widget, it doesn’t redirect to the page I logged in from. It goes to the User’s WordPress dashboard.
Can someone please help with this issue?
Thanks.