Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 3,501 through 3,525 (of 64,428 total)
  • Author
    Search Results
  • #217542
    uksentinel
    Participant

    Ok, so as a follow up, I am glad to say that I received my first (Moderation: Flagged reply) today as a post was held as pending and I was notified by email

    bbPress – Moderation Tools tool still works, 😉

    herdager
    Participant

    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:

    Aprende a jugar

    Thanks

    Greetings

    #217533
    memphremagog
    Participant

    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,

    #217530

    In reply to: add a class inside

    Milan Petrovic
    Participant

    Hi,

    I am the author of GD bbPress Toolbox Pro. I would advise you to post this question to the official plugin support forum: https://support.dev4press.com/forums/forum/plugins/gd-bbpress-toolbox/, WordPress official forums deal with the free plugins only (available in WordPress.org repository).

    Regards,
    Milan

    chandra08
    Participant

    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

    #217527

    Topic: add a class inside

    in forum Plugins
    frenchlemans
    Participant

    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

    #217522
    funcolors
    Participant

    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.

    blankosjunction
    Participant

    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,

    #217512
    wpturk
    Participant

    Shortcodes are not allowed in bbpress post as default. You need to check your code/plugin which allows shortcodes in bbpress posts, there might be the problem.

    #217498
    Julia
    Participant

    bbp_theme_before_forum_title

    I could not do it.
    It is same loop with bbp_theme_after_forum_title

    bbpress.org shows that “23. Show the bbPress forum search everywhere”.
    Layout and functionality – Examples you can use

    But it may be that there is not hook point to set on the search form above of the title.

    #217494
    mikkop71
    Participant

    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?

    #217489
    Robin W
    Moderator

    that may be because they are empty, so bbpress doesn’t bother showing as option.

    so is this all replies, many replies, some replies, all forums some forums?

    #217480
    adamisrael
    Participant

    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!

    #217478

    In reply to: Remove footer

    JLee
    Participant
    #bbpress-forums li.bbp-footer {
     
    display:none;
    }		

    I found it, posting it in case someone else needs to do it!

    #217473
    Gunivortus
    Participant

    Hmmm… After hours, I found out, that the sentence in the registration confirmation email I posted above is a WordPress thing, not that of a plugin.
    For translating and changing it, I would have to change things in some WordPress php files that deal with registration and confirmation. My knowledge of php is below zero… I even don’t know what these letters stand for. 🙂

    The plugins in use at the site do not provide an option to create new such email forms and overwrite the WordPress default ones. So, I may need a suitable plugin far that.

    But that is not a bbpress thing, except, perhaps for a ‘golden tip’ which plugin for this works best together with bbpress.

    #217471
    Julia
    Participant

    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] 

    〇〇〇>〇〇〇>〇〇〇 

    #217470
    uksentinel
    Participant

    Can anybody confirm if the above edit profile link still works as this is exactly what I am struggling with at the moment to provide a way for BBPRESS members to access their profile ?

    There are options via paid plugin etc, but I am looking to achieve this at no financial cost if at all possible 😉

    Home

    #217466
    Gunivortus
    Participant

    I’ve Profile Builder and ProfileGrid active, but the email form I described above isn’t there.
    Perhaps is it a core WordPress thing? But then, I also searched at other places at the site, but simple didn’t find those forms.It is neither in Contact Form 7.
    Profile Builder has an option to check a confirmation email with a link to conclude the registration. But the form above isn’t there.
    Where else should it be? I thought it is part of bbpress.

    #217465
    wpturk
    Participant

    This is probably not bbpress related. Are you using profile builder or some other plugin?

    #217462
    neomahfouz
    Participant

    I’m using BBpress 2.6.6 and WP v5.6

    #217460
    neomahfouz
    Participant

    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.6

    my 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
    Thanks

    #217458
    Miki132
    Participant

    Hello 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
    Mickey

    #217454

    In reply to: latest bbpress 2.6.6

    wpturk
    Participant

    bbpress 2.6.6 is a minor release.

    I think you need to do some debugging in your test environment. Which DB queries are slow etc …?

    Here is the list of changes in 2.6.6

    https://bbpress.trac.wordpress.org/query?group=status&milestone=2.6.6

    #217447

    In reply to: Report a post

    wpturk
    Participant

    GD bbpress toolbox pro has this feature.

    But if you are searching something free, there are some old plugins like this, but I don’t know if it still works.

    bbPress – Report Content

    #217435

    Topic: Dumb question

    in forum Troubleshooting
    akula2
    Participant

    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

Viewing 25 results - 3,501 through 3,525 (of 64,428 total)
Skip to toolbar