Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 9,501 through 9,525 (of 64,472 total)
  • Author
    Search Results
  • jonahma
    Participant

    bbPress:
    How can I hide the title ‘keymaster’ and the keymaster-number under the avatar in the left column of the bbPress Forum?

    #181395
    Robin W
    Moderator

    ok, you are using the foodie theme which is based on genesis, so suspect that you need

    bbPress Genesis Extend

    #181392
    tvnth
    Participant

    Hi,

    Reply not count. i’m try disable all plugins work with bbPress and try tools repair but problem not resolve.

    not count

    Need help.

    Best,
    Night

    #181391
    Robin W
    Moderator

    see

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

    item 3

    method 2 lets you add text before (or after) such as

    “welcome to our forums….”

    #181384
    miranon
    Participant

    I have the same problem. Is there any way to add a .html extensions to topic urls?
    Like this: https://bbpress.org/forums/topic/html-url-extension-to-bbpress-categories-and-topics.html

    #181383
    dropshot
    Participant

    Customize your Forums root. Partner with a WordPress Page and use Shortcodes for more flexibility.

    What does this mean??

    I’ve set the forums root to “forums”. Then I’ve created a WP-page with slug “forums” and included some shortcodes.

    The WP-page is ignored, so content displayed on /forums is the bbpress default index page.

    What does this mean: “Partner with a WordPress Page and use Shortcodes for more flexibility.”??

    How do I replace the default index with a WP-page?

    #181379
    Robin W
    Moderator

    I suspect it is a theme issue, it seems to be rendering as a paragraph.

    what method in item 3 below are you using

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

    #181371
    ddevries
    Participant

    I just installed bbPress 2.5.12 on WordPress 4.7.2. I created a test forum with one topic. I haven’t changed any of the default settings. When I load the forum page, I get this:

    Forums
    by (Edit)
    Search for: Home › Forums Forum Topics Posts Freshness Cardstock 1 1 1 hour, 55 minutes ago Cheryl

    It looks just like a bunch of text with no formatting. Here’s the link: http://livelovecards.com/forums/

    I haven’t tried disabling plugins because I have a lot of them and my site is subscription, so I don’t want to disrupt service. I’m hoping this is an obvious problem to someone out there.

    Thanks so much for your help!
    Darlene

    #181367

    In reply to: Sidebar won’t show

    Stanjop
    Participant

    Hi there,

    Just to let you know, i found a workaround. I edited the page.php to bbpress. And with the plugin Widget logic, i am able to filter the sidebar.

    Thank you!

    #181364

    In reply to: Sidebar won’t show

    Stanjop
    Participant

    Hi Robin,

    Thank you for your reply, see under here:

    <?php
    /*
    Template Name: BBpress
    */
    ?>

    <?php wp_head(); ?>

    <?php $thumb = ( has_post_thumbnail() ) ? wp_get_attachment_image_src( get_post_thumbnail_id(), ‘profile-featured-medium’ ) : false; ?>

    <!– BEGIN .container –>

    <div class=”container”>

    <!– BEGIN .post class –>

    <div <?php post_class(); ?> id=”page-<?php the_ID(); ?>”>

    <?php if (get_theme_mod(‘display_feature_page’, ‘1’) == ‘1’) { ?>
    <?php if ( has_post_thumbnail() ) { ?>

    <!– BEGIN .row –>

    <div class=”row”>

    <div class=”feature-img page” >
    <div class=”banner” <?php if ( ! empty( $thumb ) ) { ?> style=”background-image: url(<?php echo esc_url( $thumb[0] ); ?>);” <?php } ?>>
    <h1 class=”headline img-headline”><?php the_title(); ?></h2>
    <?php the_post_thumbnail( ‘profile-featured-medium’ ); ?>

    </div>
    </div>

    <!– END .row –>

    </div>

    <?php } ?>
    <?php } ?>

    <!– BEGIN .row –>
    <div class=”row”>

    <!– BEGIN .twelve columns –>
    <div class=”twelve columns”>

    <!– BEGIN .postarea full –>
    <div class=”postarea full”>

    <?php get_template_part( ‘content/loop’, ‘page’ ); ?>

    <!– END .postarea full –>
    </div>

    <!– END .twelve columns –>
    </div>

    <!– END .row –>
    </div>

    <!– END .post class –>
    </div>

    <!– END .container –>
    </div>

    #181363

    In reply to: Sidebar won’t show

    Robin W
    Moderator

    can you copy your bbpress.php here so I can take a look

    #181361
    Stanjop
    Participant

    Hi everyone,

    Im totally breaking my head on this one. I’m trying to get the sidebar to work with my bbpress forum but it just doesn’t appear on the right side of the page. If i use the <?php get_sidebar(); ?> command within the bbpress.php file i created within my theme folder, the sidebar does show, but only on top of the page. It just doesn’t nicely blend in with the forum.

    I also tried various plugins for getting a sidebar, but those also don’t show up. Anyone has any ideas, maybe experiencing the same issues?

    Thanks allot,

    Regards, Mark

    #181348
    dropshot
    Participant

    Hi,

    I know I can set forums one by one to PRIVATE. But if I want every bbPress-page to be private, how can I achieve that?

    The forum index page should display a login form for non-logged in users and when logged in the forum index.

    I’m thinking there must be a simple solution for this out there but everything I can find includes a lot of hassle.

    Is there a settings option I’m missing? Or a simple plugin?

    #181345

    In reply to: how to Nest Forums

    adamjedgar
    Participant

    i am a little surprised that bbpress developers would go to the trouble of generically allowing nested topics with a single checkbox click, however, nested forums are not doable.

    anyway, i have downloaded the plugin.

    thanks.

    #181344
    hughb1
    Participant

    Hi,

    Is there a way of adding these to bbpress, such are ‘My rather long thread – Page 9 – My forum name’ In my experience it allows search engines to return a lot more results for forums when these are in place…

    Thank you.

    Hugh

    #181343
    MidouCloud
    Participant

    Im using bbpress import (with some modification to avoid some table cell name errors) to import a very big database (200k post) from phpbb3. bbp converter runs corretly but after some minute i got ERR_CONNECTION_RESET and the process stop. When i try to start again the process this didnt work.

    I know this process is to big to run on Chrome/Firefox, so i want to try to run this on background. There i some way to run the importer on background to avoid this error and do a sucefull import for this huge database?

    #181340
    yoyoma1999
    Participant

    I am using WordPress 4.7.2 and bbpress Version 2.5.12. I have tried the code as mentioned in previous post. However, it doesn’t work. Could any generous guys can help me?

    My main objective is to set spectator to have ability to post/edit a post. That’s it.

    1. Is there any other easiest way to do it?
    2. If no, any change besides the false/true value I suppose to amend?
    3. Where should I put the code, only capabilites.php?

    I wish someone can show me step by step solution. Thank you so much.

    dancik68
    Participant

    hi,
    I’m new in using bbPress.
    I should start by allowing the forum to a dozen people (which I will register) to participate in the forum by making sure that only these see it (and they can easily login).
    The next step will allow everyone to see the forum (with a forum indication on the menu) but not write.
    The last step will allow each user to register himself and then be able to intervene.
    Each operation must be moderated.
    I have already installed bbpres moderation and bbp private groups
    I was interested to have some tips on how to set up the forum to following these steps.

    #181333
    sjc
    Participant

    I had a similar need – to show the user’s bio on their replies – so sharing my solution here, a simple function created after having a look at this nifty little plugin by Robin W.

    function show_bio_bbp_replies () {
    $user_id = bbp_get_reply_author_id( $reply_id );
    $usermeta = get_userdata( $user_id, 'description' );
    echo '<p class="bbp-reply-user-bio">'.$usermeta->description.'</p>';
    }
    add_action ('bbp_theme_after_reply_author_details', 'show_bio_bbp_replies');
    #181330
    Robin W
    Moderator

    This used to work, see no reason why it should not still be fully functional!

    https://wordpress.org/plugins/bbpress-do-short-codes/

    #181323

    Topic: BuddyPress

    in forum Plugins
    cskasler
    Participant

    Hello bbPress Profis,

    i’m searching for a plugin to make some pre=defined topics for BuddyPress Groups.

    Like Restaurants, Parties, etc…

    So, if i’m making a new group, i would like to get my group forum with the pre-defined plugins, or sub-forums…

    Thanks a lot,
    Csaba

    #181322

    Topic: Custom topic form

    in forum Plugins
    cskasler
    Participant

    Hello bbPress Profis,

    i hope, that i can find a solution or you can help me…

    i’m searching for a plugin to make different forms for different topics.

    for example: topic name web designers:

    form to post:
    – Name:
    – City:
    – Experience:
    – etc…

    other topic name: Job
    topic form:
    Company name:
    Job title:
    Job description:
    Salary:
    Start date:
    etc…

    And i would like to get a pre-formatted post…

    is there a plugin what can help me?

    I’m not a coder, so i can make only smaller changes, i use plugins to build my own sites, but in this case i would need a lot of different user made content and this would be a cool solution, to don’t need 20 different plugins to make my site slow.

    #181317
    Asbjoern
    Participant

    I reset the forum. Reimported and recalculated the relationships with the bbPress tools. So far it is working again.

    Asbjoern
    Participant

    Hello

    Today I imported a forum from MyBB software. After this action I can no longer access the bbPress page “Replies” in WP admin backend. I receive an error 503 “Service unavailable”. The problem occurs with this URL:

    http://www.undertoner.dk/wp-admin/edit.php?post_type=reply

    I have performed all possible repairs through the tools.
    I have disabled all plugins except bbPress.
    I run the latest PHP version.
    I can see and edit the replies in frontend.
    I can add new replies in frontend.

    I am almost certain it is a server database issue.
    None of the replies have titles and I have read this might be an issue.

    Can you somehow help in any way?

    #181311
    yo35
    Participant

    Hi,
    Is it possible to use WordPress shortcodes in bbPress posts? (I mean either native WordPress shortcodes such as [caption][/caption], [gallery ...], or shortcodes defined by third-party plugins).
    To be more precise, I’m the author of a WordPress plugin that allows to insert chess diagrams and/or chess games in WordPress posts/pages (see https://wordpress.org/plugins/rpb-chessboard/). I would like to extend to have chess games/diagrams in bbPress posts.
    Thank you beforehand.

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