Search Results for 'bbpress'
-
Search Results
-
Newly created user accounts are automatically showing as logged in – the person used to need to actually log in before earning this “session” accreditation. Now, as soon as a script-bot has created the account, is allows you to log it off (this was a change from earlier behaviour)
Hello,
I use bbPress with LearnDash.
For LearnDash I have so called “Group Leaders” which lead their own forum as moderators.I noticed that you can add a moderator to a specific forum on the right side within a forum. I did that by adding the username. But what is the effect of this exactly?
Somehow this user als sees Topics in the backend from all other forums. The moderator should only see topics from his forums, no?
Could you give me a hint on how to configure or implement this?Thank you very much.
I noticed that in my BBPress users are able to edit each other’s profile. Only when we are logged out that the edit option does not appear or work. I’ve tried to disable caching, move plugins, but I don’t think that’s the problem.
Obs, use Generatepre theme
I have BuddyPress installed along with bbPress. However, when I click anything in the bbPress profile, such as topics started, replies created etc., I’m just taken either to the BuddyPress member list, or my own BuddyPress profile. Is it possible to to be able to access both profile pages, i.e. BuddyPress as well as bbPress?
Topic: create a un function
Hi,
I would like create a <div> with class in <?php bbp_reply_content(); ?> in bbpress/loop-single-reply.php but I can’t find where is the function bbp_reply_content()
Not knowing php, is there someone to help me ?
Thank you very much
Topic: error – undefined variable
Dear Robin,
i have this bug there:Notice: Undefined variable: countr in …/wp-content/themes/buddyboss-theme-child/bbpress/loop-single-reply.php on line 155
Please help.
Hello bbPress team, I need your help please, how can I move breadcumb and subscribe button to the end of my forum page? I don’t know how to try in php
My website:
Thanks
Greetings
Topic: French translation ?
Hello all,
I have already configured WordPress in French. I am using the version 5.6–fr_CA, but bbpress is not translated as mentioned here : https://codex.bbpress.org/getting-started/bbpress-in-your-language/
So I followed steps 1 and 2 indicated on the website, but the translation still doesn’t work. Do you have a solution?
I am using version 2.6.6 of bbpress. My website is the following: https://adaptationmemphre.ca
Thank you very much,
Hello, I dont know if I’m asking in the right place.
But, I want to ask about code that has a connection with BBpress.
I want to make a button in javascript that alert reply id of the user.
This is my code:
function engagement_post($reply_id = 0){ $get_reply_id = bbp_get_reply_id($reply_id); $get_author_id= bbp_get_reply_author_id( $get_reply_id ); echo $get_reply_id; ?> <style> .buttons{ background-color: #E8E8E8; border-radius: 12px; } </style> <button class="buttons" onclick ="myFunction(this)" name="button1" type="button1" style="font-size:10px">BUTTON</button> <script> const data =[ {id: '<?php echo $get_reply_id ?>'} ]; function myFunction(){ var id = $(data).attr("id"); alert('Button Clicked!, Reply ID:'+id); } </script> <?php }add_action('bbp_theme_after_reply_content', 'engagement_post');I’m already tried, but not find the answer. The code seems like only alert the first topic id. I mean, after topic id, the reply still alert same id. Example: Topic ID: 474, and then the other user reply and have reply id: 475, the javascript still alert 474.
The purpose of this code, I want to make like and dislike button. So I need to make every button know what kind of reply id is it.
All answer is very appreciated. Thank You Very Much
Topic: add a class inside
Hello,
I inform you that I am a total beginner in php and that my English is approximate, I apologize in advance.
I would like to add a class for the “content reply” block
inside “<? php bbp_reply_content ();?>”Indeed I installed bbPress Toolbox which is “grafted” to <? Php bbp_reply_content (); ?> for the signature but I need to access it to format the write space before signing.
I do not know if I’m clear.
thank you
Need help getting my bbPress forum up and running.
Where can I find experts for hire?
I don’t want to do Fiverr, etc.
Thank you.
Topic: How to troubleshoot
We are using latest bbPress version and have encountered problem that bbPress stop working quite frequently, it doesn’t find any post.
To fix the issue we have to disable plugin and enable again and it works again.
Question is how to troubleshoot this kind of issue?