Search Results for 'bbpress'
-
Search Results
-
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] 
〇〇〇>〇〇〇>〇〇〇 
Hi All,
Recently, my forum is no longer allowing participants to post. only moderators.
The settings are activated correctly:
I’ve noticed the editors are looking different between moderator and participant, please see below:
I’ using BBpress v 2.6.6 and WP v5.6my site is http://www.simplyexam.ca
Can someone tell me how to fix it so that participants can post?
P.S apology for the messy links I’m a noop to HTML
ThanksHello all,
I am in the process of migrating a phpbb forum to a bbpress forum.In my phpbb forum, I have a forum for each group of students. and only they can see that forum.
(about 160 forums)
also I have a group of admins who can see all forums.Is that possible in bbpress?
Thanks
MickeyTopic: Dumb question
Hello people 🙂
Dumb question, but, how I insert image in body of post here at bbPress support?
I want to ask question, and want insert image in post like I see others do here.
Thanks