Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 18,201 through 18,225 (of 64,532 total)
  • Author
    Search Results
  • #153344
    cubeacid
    Participant

    Hello,

    I’m running BBpress 2.5.4 and want to run private forum. So far I have created forum and main topics, but I want to hide topic posting box in the index page of forum in the way that regular registered users can create topics only in main topics. Is it possible?

    Thanks in advance!

    #153343

    Topic: Size font bbpress

    in forum Themes
    Ricsca2
    Participant

    I’m using the theme Hueman but I see the characters bbPress much smaller than those of defoult of the theme.
    Where can I enlarge the font bbPress?

    thanks

    #153342
    Peter Kriegel
    Participant

    I post only to confirm that I have a similar issue.

    I have enabled the Crayon Button to Post code over the crayon Popup.
    It inserts allways the pre Tag with a class attribute.
    If I Post as Admin with Crayon Syntax Highlighter in bbPress all is fine.
    If I post as a User the angle brackets of the preliminary pre Tag are geting masked like so:
    & lt; pre class=”lang:arduino decode:true crayon-selected” & gt;

    If I remove the class attribute and put in a simple < pre > all works fine.

    @netweb
    Thank you for your workaround I will Ty it!

    #153341
    naaatasha
    Participant

    Where can I insert this long code? I’m beginner in bbpress 🙁

    #153336

    In reply to: Converting from punBB?

    roblunte
    Participant

    I guess this is where I need to be… the PunBB misfits…

    Hello,

    I am pleased to be here. I am the owner of about 16 WP web sites, that support three different businesses. One of the businesses is a network for singers, that I am preparing to refurbish into a proper membership / paid access service. Here is the link:

    http://www.TheModernVocalistWorld.com

    In this large network for singers, there currently is a very successful message board / forum that is hosted with PunBB. Here is the link:

    http://www.TheModernVocalistForum.com

    This is my hottest asset and the first to become monetized. I have learned that PunBB migrates successfully to bbpress. Can you please confirm this is still the case?

    If, can you help me with the following questions:

    – What are the best links or information I can pass onto my WP consultant to make this migration from PunBB to bbpress successful? Any additional tips or things to look out for?

    – What plug-ins would you then recommend to make the the forum and other pieces of content on my network paid access? I was considering S2Membership… is that recommended or do you have other solutions?

    – My other option is to possibly migrate everything over to the new cool, http://www.newrainmaker.com platform. The affiliate program, one point of registration, alleged claim to be less IT hassles, and other features seem very appealing! Do you bbpress experts agree that a migration to http://www.newrainmaker.com is a good idea? Any concerns or things to know before doing so?

    – Is there a difference between migrating my PunBB forum to bbpress if I use it in an existing WP site or if I were to continue my migration to http://www.newrainmaker.com? (FYI… the rain maker guys advised that I move PunBB to bbpress).

    – Does anyone here at bbpress specialize or have experience in this migration from PunBB to bbpress and if so, what would your fee be?

    #153335
    roblunte
    Participant

    Hello,

    I am pleased to be here. I am the owner of about 16 WP web sites, that support three different businesses. One of the businesses is a network for singers, that I am preparing to refurbish into a proper membership / paid access service. Here is the link:

    http://www.TheModernVocalistWorld.com

    In this large network for singers, there currently is a very successful message board / forum that is hosted with PunBB. Here is the link:

    http://www.TheModernVocalistForum.com

    This is my hottest asset and the first to become monetized. I have learned that PunBB migrates successfully to bbpress. Can you please confirm this is still the case?

    If, can you help me with the following questions:

    – What are the best links or information I can pass onto my WP consultant to make this migration from PunBB to bbpress successful? Any additional tips or things to look out for?

    – What plug-ins would you then recommend to make the the forum and other pieces of content on my network paid access? I was considering S2Membership… is that recommended or do you have other solutions?

    – My other option is to possibly migrate everything over to the new cool, http://www.newrainmaker.com platform. The affiliate program, one point of registration, alleged claim to be less IT hassles, and other features seem very appealing! Do you bbpress experts agree that a migration to http://www.newrainmaker.com is a good idea? Any concerns or things to know before doing so?

    – Is there a difference between migrating my PunBB forum to bbpress if I use it in an existing WP site or if I were to continue my migration to http://www.newrainmaker.com? (FYI… the rain maker guys advised that I move PunBB to bbpress).

    – Does anyone here at bbpress specialize or have experience in this migration from PunBB to bbpress and if so, what would your fee be?

    #153334

    In reply to: "Reply" button

    Robkk
    Moderator

    i can name two forums on the top of my head that has achieved this exact feature, but the developers have not shared how to do it (or at least i havent found it in the forums).

    so yeah its all up to some custom development , either you go hack some quote plugins like bbpress direct quotes and gd bbpress tools or you hire a developer to create something for you.

    #153330

    In reply to: Two forum index pages?

    Robin W
    Moderator

    bbpress has two ways to display the forums – see

    Step by step guide to setting up a bbPress forum – Part 1

    You just have a page called chat, whilst the slug is still set to forum, so the latter is what the breadcrumb shows.

    so you need to do two things

    1. change the slug to chat
    2. get bbpress to use your template with a sidebar

    I was trying to fix no. 2 first

    Suggest you refer the issue to you theme provider

    #153327
    nathanegraham
    Participant

    Thanks @jugoretz

    I can also confirm that updating to WP 4.0 didn’t resolve the issue described above. Any thoughts on how to fix this issue while we wait for the next bbPress update?

    #153326
    euphonics
    Participant

    Thanks @robin-w and everybody, this helped me a lot.

    For future googlers: I was having the issue described by OP using a theme called Kabuto. After I installed bbPress, I could create new topics, but when I went to view the forum from the front end, the posts would not display. Instead, I got:

    Then under that there’s the message, “Oh bother! No topics were found here!”

    Installing the plugin recommended by RobinW fixed the problem. http://www.rewweb.co.uk/bbpress-wp4-fix/

    #153323
    Toby
    Participant

    Not quite sure if I understand exactly what you want, but one of these should help..

    If you want to display a search form at the top of single topics add the following to your functions.php file:

        function my_bbp_topic_search_form(){
            ?>
            <div class="bbp-search-form">
         
                <?php bbp_get_template_part( 'form', 'search' ); ?>
         
            </div>
            <?php
        }
        add_action( 'bbp_template_before_single_topic', 'my_bbp_topic_search_form' );

    If you want a search form at the top of single forums (or sub forums) use the following in your functions.php file:

        function my_bbp_forum_search_form(){
            ?>
            <div class="bbp-search-form">
         
                <?php bbp_get_template_part( 'form', 'search' ); ?>
         
            </div>
            <?php
        }
        add_action( 'bbp_template_before_single_forum', 'my_bbp_forum_search_form' );

    If you want to limit results to the topic or forum in question that will be a little more tricky but the following post will point you in the right direction (it shows you how to limit searching to a single forum – you’ll need to customise further to apply it to a single topic): http://sevenspark.com/tutorials/how-to-search-a-single-forum-with-bbpress.

    Hope that helps.

    #153322

    In reply to: error after submit

    meravjon
    Participant

    Sorry, I didn’t answer all questions. Here it is:
    Always done this?- no
    just started?-yes
    just installed bbpress? – installed about a month ago
    have you added anything – like plugins? – MailPoet Newsletters
    changed themes – no
    updated plugins- yes (WordPress SEO, Contact Form 7)
    updated wordpress? automatic
    what versions of bbpress – 2.5.4
    & wordpress – 4.0
    are you running, which theme? frontier

    and what is a ‘response’ – a reply to a topic? – yes

    #153321
    Toby
    Participant

    Is there a way to display unanswered topics in a single forum or in a group forum?

    You can do this for all forums using sitename.tld/forums/view/no-replies, but if I go to sitename.tld/groups/groupname/forum/view/no-replies I just get a blank page. If I go to sitename.tld/forums/forum/forumname/view/no-replies, however, I get a 404.

    Using latest versions of bbpress and buddypress, custom theme, login protected site so can’t post link.

    Thanks for your help.

    CodingMachine
    Participant

    You can always forward me some problems i would love to give it a try … I have read whole bbpress documentation, i want to get much more familiar to it so you can shoot at me any problem…

    Great – and thanks for posting the solution !

    #153317

    In reply to: Two forum index pages?

    Robin W
    Moderator

    ok, make a copy of this file and rename it bbpress.php

    put this file in the root of your theme

    ie

    wp-content/themes/%yourthemename%/bbpress.php

    where %yourthemename% is the name of your theme!

    Then amend as follows

    change

    // Sidebar
     /////////////////////////////////////////////
     if ($themify->layout != “sidebar-none”): get_sidebar(); endif; ?>
    

    to

    // Sidebar
     /////////////////////////////////////////////
     get_sidebar();  ?>
    

    This will then force bbpress to use a forum with a sidebar

    CodingMachine
    Participant

    I found Solution…! hope may someone else with same customs…
    steps to do display wp_users roles excluding bbpress default role
    1) First create a folder in your child theme named wp-content/theme/yourchildtheme/bbpress.
    2) Then copy the loop-single-reply.php from wp-content\plugins\bbpress\templates\default\bbpress
    3) Go line 47 and replace the line

    bbp_reply_author_link( array( ‘sep’ => ‘<br />’, ‘show_role’ => false ) );

    with

    bbp_reply_author_link( array( ‘sep’ => ‘<br />’, ‘show_role’ => false ) );
    $reply_author_id = get_post_field( ‘post_author’, bbp_get_reply_id() );
    $user = new WP_User( $reply_author_id );

    if ( !empty( $user->roles ) && is_array( $user->roles ) )
    {
    foreach ( $user->roles as $role )
    {
    /*if (preg_match(“/”.$roles.”/i”, “administrator”))
    {
    echo(“Administrator”);
    break;
    }
    else*/
    echo “<div class=’role_custom_bhush’>”.ucfirst($role).”</div>”;
    break;
    }
    }

    hope anyone find it helpful and can reply for any queries on this

    #153310

    In reply to: error after submit

    Robin W
    Moderator

    Always done this?, just started?, just installed bbpress?, have you added anything – like plugins?, changed themes?, updated plugins?, updated wordpress? what versions of bbpress & wordpress are you running, which theme?

    and what is a ‘response’ – a reply to a topic?

    Come back with further info, and we’ll try to help 🙂

    #153309
    Themeover
    Participant

    Hi guys,

    I was battling with this issue too. I didn’t want to abandon the Yoast SEO plugin so this is the function I added to functions.php in my WordPress theme to fix the issue:

    // fix yoast seo plugin issue with user title
    function fix_not_found_title($title){
    if (is_bbpress()){
    if ($title == ‘Page Not Found – SiteNameHere’){
    return ‘Forum User: ‘.bbp_get_displayed_user_field( ‘display_name’ );
    } else {
    return $title;
    }
    } else {
    return $title;
    }
    }
    add_action( ‘wpseo_title’, ‘fix_not_found_title’ );

    It’s a bit of a hack but it works for now. I hope that helps!

    Cheers,

    Sebastian

    #153307

    In reply to: Two forum index pages?

    lmcookie62
    Participant

    Thank you for your reply.

    I’ve had a look at the article but unfortunately i’m not much further with this. I only have one page template – the default page.php and i’ve tried creating a bbpress page template as described but this doesnt change anything. I can’t see in my page.php any reference to a different style for the index page.

    If feels like i should focus first on sorting out my breadcrumb/structural issue. I can’t understand why my site isnt using the page name in the breadcrumb as appears to be the case on other example bbpress sites. See here.

    The example site uses the default slugs whilst the breadcrumb uses the page name – as you’d expect. I’m not clear what to do to get my site working in this way which would get rid of my double index page issue.

    #153306
    Loofah
    Participant

    I’m having the exact same issue – their replies become visible as soon as they log out. I’m using WP 4.0, bbPress 2.5.4 and bbPress WP4 fix 1.0.

    Any support from bbPress here to help us?!?!

    #153305
    patbell101
    Participant

    Thanks. I had been searching and talking on wordpress.org and been told bbPress but simply because of the key word ‘forum’ and not my real need for a single page bulleten board. My search continues…

    #153300
    Henitan
    Participant

    Hello People

    I’m tried to install bbpress on my website http://journeybyafricans.com but I keep getting an error message Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 92160 bytes I’m currently using WordPress 4.0 and the latest version of BBpress.

    Thanks

    #153290
    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

    #153288
    NLBlackEagle
    Participant

    I managed to work it out!

    #bbpress-forums .status-closed,
    #bbpress-forums .status-closed a {
    background-color: #transparent;
    color: #000;
    }

    It was just a matter of messing around with the things provided!

    The issue not readable was a hidden option issue, I deleted the topic and made a new one. It shows just perfectly now 😀

    #153285
    patbell101
    Participant

    I want to have a single discussion page on my website. As far as I can see bbPress is for multiple forums and wordpress is for pages and blogs. Am I barking up the wrong tree trying to mix them?

Viewing 25 results - 18,201 through 18,225 (of 64,532 total)
Skip to toolbar