Search Results for 'bbpress'
-
Search Results
-
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?
We’ve been using wp-poll to insert polls into topics, but after moving web hosts and upgrading to bbPress 2.6.6 and WordPress 5.5 the shortcodes don’t appear to be working.
If I create a topic and put in the shortcode ‘[poll id=”93″]’, the post simply shows that shortcode. It doesn’t look like the shortcodes being rendered.
Has anyone seen this before, or have ideas on what I can try to get polls working again?
Thanks!
How can I put on the search function above of the breadcrumb in forum,topic,reply page?
I got the Adding action code in the bbPress codex page.
but I did not get the hook point for the Adding action.
Please show me the hook point(XXXXXXXXXX) .//display bbPress search form above sinle topics and forums
function rk_bbp_search_form(){
if ( bbp_allow_search()) {
?>
<div class=”bbp-search-form”>
<?php bbp_get_template_part( ‘form’, ‘search’ ); ?>
</div>
<?php
}
}
add_action( ‘XXXXXXXXXX'(forum,topic-page), ‘rk_bbp_search_form’ );
add_action( ‘XXXXXXXXXX'(reply-page), ‘rk_bbp_search_form’ );<default>
〇〇〇>〇〇〇>〇〇〇    
[Search function] <Customize>
[Search function] 
〇〇〇>〇〇〇>〇〇〇