Skip to:
Content
Pages
Categories
Search
Top
Bottom

French translation ?

Published on January 14th, 2021 by memphremagog

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,

How to make button that alert reply id of user in javascript?

Published on January 14th, 2021 by chandra08

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

add a class inside

Published on January 14th, 2021 by frenchlemans

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

Hire bbPress Expert / Developer

Published on January 14th, 2021 by funcolors

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.

Auto embeded posts in BBpress on mobile don’t resize down

Published on January 14th, 2021 by blankosjunction

Hi, on BBpress, the WordPress auto embed function doesn’t work properly when I put it into a topic of a reply post, it will cut off the box and not resize it properly. It does not have this issue outside of wordpress and I’m not sure how to fix it. I’ve tried messing around with some custom CSS addons with no luck. Also why are the auto embed images so blury?

See Link

Any help would be appreciated.

Thanks,

How to troubleshoot

Published on January 13th, 2021 by mikkop71

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?

Delete “Last Post” from Headers

Published on January 13th, 2021 by akula2

Can someone please show me how remove “Last Post” from Forum/Topic headers?

I would like Topics/Posts and Voices/Posts to shift far right side.

Thanks for any assistance please.

How to show profile

Published on January 12th, 2021 by devyndn95

I’ve got a question, and it’s probably simple and I’m just not seeing something. Here goes…

I have on my website (www.thechickenforum.com) a page titled “Login/Your Profile”. When the user is logged in, the usual “You are already logged in” appears. I would like to have it display the user’s profile information on that page when they are logged in. Is there a way to do that?

Thanks,
Devyn

Shortcodes not working (wp-poll)

Published on January 12th, 2021 by adamisrael

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!

Remove footer

Published on January 12th, 2021 by JLee

How do I remove the footer?

Link to example:

Thanks.

Skip to toolbar