Search Results for '\"wordpress\'
-
Search Results
-
Hi, I would like to display nickname (and not username) in the whole bbpress forum.
For topics list, I modified the code from a previous topic Show username instead of full name / display name and it works well so far.
The modified codes that I use is as follows:
add_filter( 'bbp_get_reply_author_display_name' , 'rew_reply_change_to_nickname', 10 , 2 ) ; function rew_reply_change_to_nickname ($author_name, $reply_id) { // Get the author ID $author_id = bbp_get_reply_author_id( $reply_id ); $nickname = um_get_display_name( $author_id ); return $nickname ; } add_filter( 'bbp_get_topic_author_display_name' , 'rew_topic_change_to_nickname', 10 , 2 ) ; function rew_topic_change_to_nickname ($author_name, $topic_id) { // Get the author ID $author_id = bbp_get_topic_author_id( $topic_id ); $nickname = um_get_display_name( $author_id ); return $nickname ; }
Note: I use Ultimate Member (UM) plugin to display user details.
However, when comes to user profile, I’m struggling on how to force display nickname right above the avatar. Hope you can help me with that.
Note: It’s very tedious to modify “display name publicly as” from the WordPress dashboard for every registered user. Thus hopefully codes may well do the job for me.
We encountered a severe problem. A couple of weeks ago we converted our PHPBB forum to bbPress.
The converted forum was doing all functions as expected. Since three days ago users who where already member on the PHPBB forum cannot login after renewing their password when they donot spell the nice-name correctly.
Then they get the message: Warning: register_shutdown_function(): Invalid shutdown callback ‘BBP_Converter_DB::__destruct’ passed in E:\wamp64_bert\www\forum\wp-content\plugins\bbpress\includes\admin\classes\class-bbp-converter-db.php on line 35
So far we have traced that it must have something to do with the information stored in the table usermeta with meta_key ‘_bbp_class’. When we remove that record the user can login as expected.The only change to the systems has been the update of WordPress. May be that has something to do with it. Our knowledge of debuging is rather limited so we need urgent advice on how to fix this problem.
We have seen that similar problems have been reported in the past but no solution other then removing and reentering the user was mentioned. That is not a reel solution because the orignal name of the author is lost.Wo can provide us a solution or hint to solve our problem.
Best regards,
BertHello everyone,
we use bbpress 2.6.9 with wordpress 6.1.1, both acutal version. On the edit my profile page the update profile button does not appear, so nobody can save changes to their profiles.
Can somebody help me please? Do you need any more information to solve the problem?
Many thanks,Antonio
I am using WordPress version 6.1.1 and bbPress version 2.6.9. I need to add a next and previous button to navigate to next and previous topics in the forums. Currently we are reading a topic and there is only back button to navigate to other topic. Is there any option to add next and previous buttons in forum discussion page.
Created a forum (for a school) with the top level being a category, directory type closed to act as a single parent. Created a sub-forum as a child to act as a school class (one of more to come). There will be a fixed number of topics underneath, each representing an assignment for certain chapters. Students will create replies but cannot add topics because they are fixed. However, I understand if you close the sub-forum to prevent topics from being added you also prevent any replies. There apparently is no easy way to circumvent this. I have the latest WordPress installed and it’s a Twenty Sixteen theme. The site is http://www.biblebookletschool.com.
I installed bbpress 2.6.9 and bbp style pack 5.4.2 and I set up two forums and one test message so far. I was able to change most of the look with the bbp style pack but what I can’t figure out is how I change the root page of the forum. All I see is above the two forums is the word “Forums” in big red letters. I tried using elementor pro and the regular editor but it doesn’t work.
I’m using WordPress 6.1.1 and site is behind a maintenance plugin under development.
Wordpress 6.1.1; BBpress Version 2.6.9
Hello,
My website is dedicated to a private community. It uses BBpress to give access to several forums organised hierarchically. The members need to be informed of every message that is posted but they do not want to subscribe to every forum of the the site by hand.
Is there a way to automatically set subscription parameters of every forum to on when a new account is created ? Each member could then unset the subscription parameter to off il he doesn’t want it anymore.
The default setting for subscribe to forum, would actually be “on”.
Thanks for your answer