Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 34,501 through 34,525 (of 64,534 total)
  • Author
    Search Results
  • #40588
    fotopro
    Member

    Hi!

    I’ve tryed to upload the available pt.mo and pt-br.mo files into “my-languages” directory and it still works in english.

    There are sevveral posts about changing the language bt there is not a correct support page with instructions to do it.

    Can you please tell me what do I need to do?

    If I translate all the bbpress.pot file and upload it will it work?

    Thanks!

    #110171
    Keith Kelly
    Participant

    @ejegirl23 jjj is working with Pagelines to try and get a solution. They should be posting updates on this thread and here: http://www.pagelines.com/forum/discussion/14742/bbpress-2.0

    shaliru
    Member

    I’ve installed bbpress and have been configuring it. However, I’ve noticed on the forum root (home>forum) page, all my wordpress pages are listed just beneath the list of my forums. is there a way to remove this list and just have my forums displayed?

    #106140
    MTPrower
    Member

    I already have a child theme activated for WordPress, and I intend to keep it. Does this mean I can’t have a separate WordPress theme and bbPress theme at the same time? I need to use my current WordPress child theme. I can’t just get rid of it because I want to style bbPress!

    #106139
    Hard Seat Sleeper
    Participant

    Here are the steps I just took to install bbpress on a wp install and get a child theme started so I can develop with it. It assumes you have a mirror of your site files on your computer HD. Hopefully it will help someone.

    1) Install plugin on live site.

    2) Download

    /wp-content/plugins/bbpress/bbp-themes/bbp-twentyten

    to your computer, and copy folder and contents to

    /wp-content/themes/

    rename the folder if you want, so you have

    /wp-content/themes/newchildtheme/

    3) turn this into a child theme:

    https://codex.wordpress.org/Child_Themes

    (basically, add a “Template: ” parameter)

    4) Upload this new child theme to your server

    5) In the parent theme, add

    add_theme_support( ‘bbpress’ );

    to functions.php

    5) Upload functions.php to server

    6) Go to

    /wp-admin/themes.php?activated=true

    on your site and activate your child theme

    #40585
    zofar143x
    Member

    Because my main theme makes bbpress look really messy I did the following:

    I went to the plugin theme folder and changed the css to make it a child of the theme I’m using instead of twentyten. I activated “bbPress (Twenty Ten)” in wordpress and now the forum layout looks like how it would be in twentyten but the rest of the site looks like the parent. Exactly like I want it to be. However, there are still some issues I can’t seem to resolve.

    First thing is that the comments don’t allign well as you can see here:

    http://tinypic.com/r/r77juw/5

    Does anyone know how I can fix this?

    #40584
    Arturo
    Participant

    hi, i’m switching my standalone installation with bbpress plugin… i need the forums list like the one on testbp.org or bbpress.org but i don’t know the file to edit…

    ATM i’ve:

    Forum title

    Forum description

    Leave a comment to Forum title

    i need only:

    Forum title

    Forum description

    thanks for the help…

    #110170
    ejegirl23
    Member

    I am also having the same issue. Hoping to fix this soon.

    #40583
    Anointed
    Participant

    What function do I have to add to my plugin file in order to get bbPress to load the top level template files?

    I have a plugin that has a structure as follows:

    my-custom-theme/

    plugin.php

    my-custom-theme – includes all the top level templates like archive-forums.php, archive-topics.php, etc

    my-custom-theme/bbpress – includes all the template files found in the standard bbPress plugin such as loop-forums.php, loop-replies.php, etc

    my-custom-theme/css – includes bbpress.css

    The problem I am having is when I activate my plugin, the css is being loaded properly from my plugin, and the template files found within the /bbpress directory are also loading properly from within my plugin.

    THE PROBLEM:

    When activated the top-level template files such as archive-forums.php, archive-topics.php, etc are not loading.

    Instead, bbPress is loading the standard page.php file from twentyten, which is the theme I have activated.

    So everything works, EXCEPT the loading of the top-level templates.

    What function do I have to add to my plugin in order to get bbPress to also recognize those files?

    *It is completely confusing as to why bbPress would see everything except those files….

    And YEAH, I’ve tried everything I can think of for almost a week now. I’ve asked 2 other bbPress developers and neither of them has a clue either, so I’m not that ignorant of lazy.

    Here is the 500th attempt at getting it right:

    http://pastebin.com/tNKV9nT7

    #110230
    shooo
    Member

    oO last replies are on ligne 749 no?

    but thank you, i change ligne 750

    <div id="lastreply">

    <?php while ( bbp_replies() ) : bbp_the_reply(); ?>

    <div class="post">
    <h4>

    <?php
    $author_link = bbp_get_reply_author_link( array( 'type' => 'both', 'size' => 60 ) );
    $reply_link = '' . bbp_get_reply_topic_title() . '';

    /* translators: bbpress replies widget: 1: reply author, 2: reply link, 3: reply date, 4: reply time */

    printf( _x( $show_date == 'on' ? '%1$s on %2$s, %3$s, %4$s' : '%1$s on %2$s', 'widgets', 'bbpress' ), $author_link, $reply_link, get_the_date(), get_the_time() );
    ?>

    </h4>
    <?php the_excerpt(); ?>

    </div><!-- fin de post -->

    <?php endwhile; ?>

    </div><!-- fin du last reply-->

    and it’s ok :) but I am afraid that the next bbpress update overwrites the change

    thx a lot for your help :)

    dreamgrowers
    Member

    How do I tell bbpress which template to use so I can customize the sidebar or NOT use a sidebar?

    For example, it seems to use the default sidebar, but I want it to use my custom sidebar or none at all. There’s not forum page created so I can’t seem to figure out where to change it.

    I’m sure it’s simple, but thanks again for any help!

    #106138
    MTPrower
    Member

    Does nobody know how to use a custom CSS file with bbPress 2.0 that overwrites the default TwentyEleven bbPress theme and doesn’t get removed with updates? Nobody?

    #110024
    Anointed
    Participant

    @nearshore

    Sorry I don’t know Chris personally so no special contact info. I would simply post the question on his support forums, and maybe send him a twitter message.

    As kristarella is already working on a solution I am guessing that means there are a few people asking about bbpress support in his forums already.

    #110023
    nearshore
    Member

    @Anointed Do you know how to contact Chris? I went to his Blog/Forum but there are about 40,000 people that have bought Thesis and he cannot answer questions to all of them, perhaps the reason I could not find his contact info. One of the people on his team / network has worked a solution @kristarella as @Gautam suggested

    @Gautam: I downloaded the plugin and installed it, and it all seemed to be going well, the Forum page was actually linked to the real forum BUT:

    I got this error at the top of the forum page:

    Fatal error:

    Call to undefined method stdClass::have_posts() in /home/content/28/7732828/html/jkewbform/wp-content/plugins/bbpress/bbp-includes/bbp-forum-template.php on line 117

    Any ideas why or what it means and how I can fix it? Thanks

    #110229
    Anointed
    Participant

    That is exactly why I mentioned the widget file. If you look closely at the code you will see that the widget code actually does use the wordpress loop.

    Check out line 542 where the arguments for the loop are set followed by a standard WordPress loop format. While the terminology is a little different, the concept of bbPress loops and WordPress loops is exactly the same.

    Anointed
    Participant

    When I click on the forum homepage navigation link then the navigation link stays as ‘active’ as expected.

    However, if I click on any sub-forum or topic, then the navigation is no longer in the ‘active’ [current-menu-item] state.

    I somewhat understand why this is happening, but wanted to know if there is a way of fixing this issue.

    Is there any way to say if_bbpress() then force the ‘active’ state on the forum navigation link?

    #110227
    Anointed
    Participant

    the bbPress plugin comes with 2 widgets already. You can have both the most recent topics and most recent replies, plus a few others.

    If you are trying to build a custom widget, then look at the bbPress widget code file to see how it is done. It will help a lot.

    #105914

    In reply to: Where is the importer?

    citizenkeith
    Participant

    I’m getting the same errors that scribu described. I added his code to the config file, and I’m still getting that error.

    bbpress 1.1 and latest bbpress plugin (as of today).

    Standard integration, all plugins off and themes set to default.

    #100814

    In reply to: Where is the importer?

    citizenkeith
    Participant

    I’m getting the same errors that scribu described. I added his code to the config file, and I’m still getting that error.

    bbpress 1.1 and latest bbpress plugin (as of today).

    Standard integration, all plugins off and themes set to default.

    #110209
    kmessinger
    Member

    A reboot cleared up this problem

    #110022
    Gautam Gupta
    Participant

    You all may try out a plugin made by @kristarellahttp://kristarella.com/snaps/bbpress-thesis.zip and see if it works. (I haven’t tested it out myself)

    #110163

    In reply to: bbPress 2.0 Post Sync?

    TheDryTwist
    Member

    Quick follow up. I managed to implement what i was talking about in my previous post. It seems to be working fine for now.

    Within the file loop-single-reply.php i changed <?php bbp_reply_content(); ?> to <?php echo get_field(‘intro’); ?> and it displayed the custom field. The other custom fields also worked (main, links).

    I’m not sure i’ll be able to work out the next step though!

    EDIT: I just realised this doesn’t work, because replies to the topic wouldn’t work. It would use this loop also so replies won’t show. I think i’ll leave it to the experts.

    #110162

    In reply to: bbPress 2.0 Post Sync?

    TheDryTwist
    Member

    Good to see the discussion going. I’ve slightly got my head around it but i’m going to need a helping hand.

    I’m using a plugin called ‘Advanced Custom Fields’. I’ve created a new group of Custom Fields named ‘Articles’. Within this group i have 3 custom fields (intro, main, links). I then use a rule where this Custom Field Group is related to the edit screen of a Post Type equal to Topic.

    So now when i go to Topics > New these 3 custom fields appear (i’ve made it so the default fields do not appear). I then select the forum “Articles” and post. The next problem is inserting these custom fields into the forum template so they actually appear. I have not looked into this step yet, what files need to be edited etc, but i’m sure it is possible.

    I also have the forums “Reviews”, “Previews”, etc, and these posts will require an entirely different set of Custom Fields. The problem is i cannot use the Post Type equal to Topic because it is already used for the Articles Custom Fields.

    Basically, how would i go about creating Post Types of Topic-Article, Topic-Review, Topic-Preview etc and have the forums functioning correctly? I’m kinda new at all of this so sorry if i don’t explain myself correctly.

    Thanks.

    #40560
    starofmay
    Member

    I currently have only one forum. Inside that forum, it says:

    Viewing 5 topics – 1 through 7 (of 7 total)

    Um… am I missing something? It’s showing 5 topics, but says there are 7 topics and all are showing? Totally confused.

    Is there a setting somewhere I need to change? I can’t figure this one out.

    Thanks!

    Kristina

    #110161

    In reply to: bbPress 2.0 Post Sync?

    L Croonquist
    Member

    Actually I totally got it :)

    I think bbPress is getting easier to use in later iterations or something (I wouldn’t want to attribute it to my skillful coding).

    It’s in a dev environment or I would shoot you guy the URL to check it out….

    Glad I went this route from the onset versus other choices to persue.

    RTBOP

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