Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 31,476 through 31,500 (of 64,517 total)
  • Author
    Search Results
  • automaton
    Member

    I’ve noticed that the phrase “Topic Description:” is not present in the list at http://translate.wordpress.org/projects/bbpress/plugin/nl/default

    It is properly localised in the template files (line 82 in form-topic.php) so that’s not the issue.

    #45418
    trueuser
    Participant

    ok, now im sick of this.. i have tried like 6h to find a plugin or solution of my problem..

    i just want wordpress posts show up as topic in bbpress.

    i tried

    http://wordpress.org/extend/plugins/wordpress-bbpress-syncronization/

    but i get stuck in:

    URL is incorrect or connection error, please verify it (full variant): my-plugins/wordpress-bbpress-syncronization/bbwp-sync.php

    and get

    (Not allowed: [WordPress part] Cannot establish connection to bbPress part)

    even if i put in the full path to bbwp-sync.php and place the files correctly

    i even tried

    http://bbpress.org/plugins/topic/bbsync/

    but it tells me to find bb-load.php but i cant find it, i even extract the installation zip file and searched for it there but no go..

    i tried

    http://www.generalthreat.com/projects/bbpress-post-topics/

    but i cant find the box, so i cant setup how it gonna work.

    so.. is there any plugin that allows me to create topic in bbpress automatic from wordpress post OR RSS..?

    thanks for reply.

    #114052

    I should mention I have my own child theme that should be overriding everything. Like I said, it works now, but only provided that bbpress.css is deleted from theme-compat.

    #45410

    I’ve been using the 2.1 releases for a week or so now without much trouble. I upgraded to 2.1-r3967, and I started noticing some design issues. My CSS was no longer being completely recognized; some things were, others weren’t. It seems similar to another issue someone else was having with some template files not being recognized.

    I waited a day or two and upgraded to the latest version and was still having this happen. Tried switching between the Twenty Ten and theme compatibility theme packages, and neither really changed the situation. No matter what, the CSS of the theme-compat was being used. Went in and deleted bbpress.css from bbp-theme-compat/css, and it’s fixed the problem entirely. So, something may be up with that, I think.

    #114035

    I ended up doing a complete reinstall as it appears bbpress has radically changed its framework and it wasn’t possible to go from version 1x to 2x.

    #114034

    Updating

    Found it :)

    #110247
    apet083
    Participant

    @Hard Seat Sleeper I have the exact same problem as you and have no idea what is wrong! I need to move my standalone bbPress forums to the new plugin version. Tried with the standalone importer but once I click “import” It just goes to a blank screen and doesn’t do anything!

    xbeeobee
    Member

    Hi there,

    Wondering how you themers are approaching mobile design for forums.

    Any tips/tricks? Have you done any cool swiping navigation to cycle through forums?

    Are there any apps that are compatible with bbpress that help reading on a phone or tablet?

    I’d love to see any examples of what you guys are working on!

    Thanks!

    -B

    #113149
    richardpd
    Member

    Nice-thanks for sharing.

    For myself I have had major issues trying to run BuddyPress/bbPress on my blog and yet still I want to try bbPress forum plugin on another WordPress site of mine. Viewing yours is a help-I may have to look at your css styling & I certainly will want to look at what plugins will help run bbPress forum.

    Thanks & best wishes (enjoy your minecrafting!!it’ll never beat chess :-) lol!)

    Patricia BT
    Participant

    Hi again,

    that issue is solved as one of the WPMUdev staff developer solved the issue on their plugin, they added

    global $wp_query;

    to a function

    and replaced :

    get_queried_object_id()

    with :

    $wp_query->queried_object_id

    in the same function

    (WPMUdev is going to release an update of the Pro Sites plugin I guess, for details, see this topic’s comment http://premium.wpmudev.org/forums/topic/pro-sites-incompatibility-with-bbpress?replies=15#post-234125)

    I come back here to inform about it, in case someone else encounter the same issue (I saw a lot of “page not found” issues while searching BBPress forums), then it would maybe help to see which kind of code made conflict?

    (I don’t know, I’m not a coder)

    of course I still do not understand purely on BBPress how is it possible to have 2 possible permalinks for 1 subforum

    either : example.com/forums/forum/level1/level2

    or : example.com/forums/forum/level2

    both url work, and this is not standard I think, anyway…

    in any case, this issue is solved for me

    #45395
    zeaks
    Participant

    I’m new to bbpress, but I’ve read alot of posts on how to make my theme compatible with it. After reading this post http://bbpress.org/forums/topic/active-theme-does-not-include-bbpress-template-files I thought that this message would go away with the 2.03 version, but I guess they are referring to 2.1

    In my theme I have a bbpress.php file and about 100 lines of CSS and my forums look fine.

    I don’t want to add a bunch of template files in my theme just to remove a warning message for a plugin, when adding the one file I have and some CSS make it look the way I want.

    I released a child theme and included the bbpress.php with it and I’m getting emails everyday asking what’s up with the warning message. It’s nice to have bbpress match my theme, but it’s getting to the point that it’s not worth the hassle.

    How can I remove or hide this message without adding so many extra template files?

    #113332
    Marcoz
    Member

    I found that, even though registration is allowed in my WordPress installation plus bbPress, that registration is hidden until a user enters some bogus information into the login widget and clicks login. They then get the error page and a chance to register.

    Same seems to be true for password change possibility. It’s nowhere to be found. Or do I need a plugin for those things indeed?

    #45394
    kristarella
    Member

    Hi,

    I’ll be upfront: I use and develop sites on the Thesis theme; I’m not asking for support on that theme, I’ve actually developed a plugin to apply the bbPress templates in the Thesis theme properly, so I have it working fine (details of that are in the Thesis forum, so anyone looking for that can look there).

    Now I’m wondering why the templates don’t get applied automatically… can you tell me which functions and which files handle the application of forum templates within a theme? I’ve tried to skim through the bbPress files and look for the handlers, but it’s quite laborious. If anyone can point me in the right direction that would be great. Thanks!

    If it’s any help, I think the main difference between Thesis and other themes in terms of replacing content is that Thesis handles all the different page contents in a PHP class, so there’s only one index.php, and no other template files related to page types except for page templates. To alter the whole page contents in Thesis you append a new class to the original loop class, or uses hooks to insert content in certain places. I can’t tell what method bbPress uses to override the content on forum pages, it’s a little confusing to me because not all bbPress theme files have headers or footers, so they’re not whole like whole template files.

    Any guidance as to where I should examine these files for the template handlers so that I can try to troubleshoot the source of the incompatibility would be much appreciated.

    #114018
    #114033
    dshalgishira
    Member

    BTW this is how the code of loop looks like:

    query_posts("paged=$paged");

    while (have_posts()) : the_post();
    ?>
    <div <?php post_class(); ?>>
    <!--h2><?php bbp_forum_title(); ?></h2>-->
    <div class="txtContent">
    <div id="forum-<?php bbp_forum_id(); ?>" class="bbp-forum-content">
    <?php bbp_get_template_part( 'bbpress/content', 'single-forum' ); ?>
    </div><!-- #forum-<?php bbp_forum_id(); ?> -->
    <?php
    endwhile;
    ?>
    <?php bbp_get_template_part( 'bbpress/pagination', 'topics' ); ?>

    #45392
    dshalgishira
    Member

    Hi

    I have developed a new theme and customized the bbPress for it.

    My pagination links doesn’t work. It shows empty results although it “know” there are results (see the source). This is true for front-page as well as for single-forum page. If anybody can help you will make me very happy.

    Thanks,

    Daniel

    link to site:

    http://divorceisrael.co.il

    forums list::

    http://divorceisrael.co.il/forums/

    Forum page:

    http://divorceisrael.co.il/forums/forum/%D7%A4%D7%95%D7%A8%D7%95%D7%9D-%D7%92%D7%99%D7%A8%D7%95%D7%A9%D7%99%D7%9F-%D7%95%D7%9E%D7%A9%D7%A4%D7%97%D7%94/

    Pagination link:

    http://divorceisrael.co.il/forums/forum/%D7%A4%D7%95%D7%A8%D7%95%D7%9D-%D7%92%D7%99%D7%A8%D7%95%D7%A9%D7%99%D7%9F-%D7%95%D7%9E%D7%A9%D7%A4%D7%97%D7%94/page/2/

    Anonymous User
    Inactive

    Here are the details:

    website.com is setup for multisite with just one add-on site website.com/kittens.

    Now when test registering a user for website.com everything works as normal. User is registered, receives activation email and can login.

    However, after logging in the user and attempting to post a bbPress topic the following message is received:

    “You cannot create new topics at this time.”

    My initial thought was “Okay, 3.4, probably some hiccups to still be worked out with all these variables and all the plugin authors making the mad dash to fix unforeseeable issues that arise.”

    However, after further investigation I realized what the issue was that the test user failed to be registered as website.com’s user and instead as some sort of pseudo network user hence not having the right privileges.

    Thanks, Bryan

    #45387
    ade9ja
    Member

    Good day house, i just installed the BBpress plugin but when i login to my admin panel, i got the message at the top “Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress”

    Does it mean my theme can’t work with the plugin, i am using a premium theme not free one, anyone plz help.

    #113965
    rmazereeuw
    Participant

    When I upgraded to the newest version of bbpress, I was getting the error:

    Plugin could not be activated because it triggered a fatal error.

    Looks like it may have been a memory issue. I bumped up my wp memory in wp-config.php and all is good.

    Your mileage may vary…

    #45386
    ksmithtn
    Member

    We have a forum that is basically functional, but needs some optimization of plugins / php so they are less taxing on our server. Currently, we are being throttled.

    Please contact us if interested.

    #112935
    Todd – WireFlare
    Participant

    This is true and I should have mentioned that when I posted the code just as a precautionary measure but for me it’s not about looks it’s about database efficiency. Therefore, removing any and all revisions is good once you know that it’s safe to do so.

    Unfortunately BBPress stores it’s revisions without anything different from that of a post. Here’s a revised version of the code should you only want to delete one forum topic revision as that’s really the only other way beside hiding the code.

    And for those that just want to hide the code edit your theme css and use this:

    .bbp-reply-revision-log {
    display: none !important;
    }

    If you’d like to just remove revisions from a single forum topic use this in the same manner as my previous post and modify {post title} to reflect your topic title exactly how it’s shown, with spaces.

    <?php
    require_once('wp-load.php');
    $posts = get_posts('post_type=revision&post_status=any&post_title={post title}&numberposts=-1');
    foreach($posts as $post)
    {
    echo "{$post->post_title}n";
    wp_delete_post($post->ID,true);
    }
    ?>

    Hope this helps clarify and remember to always make a backup as the script does modify your database.

    #113964
    Jeff Sebring
    Member

    If you are using persistent cacheing, you may need to use wp_cache_flush() to allow the upgrade variable to be set.

    I kept being sent to the upgrade database page from the admin after updating on a heavily cached site.

    I hope this helps someone.

    #110612
    enderandrew
    Participant

    The bbpress.css loading twice issue has been resolved!

    #113963
    Martin
    Participant

    I’ve got a reasonably complex set of plugins myself.

    I’ve upgraded to WP 3.4 and bbPress 2.03 with minimal issues.

    I’d suggest that you’ve either got a plugin conflict and/or a theme that isn’t 3.4 compatible.

    Your first port of call is to revert to the bog standard WP theme for testing and then if that doesn’t resolve things, start by disabling plugins.

    And then report back here

    #114027

    In reply to: BBpress First Topic

    Search for bbp_show_lead_topic. This has been answered here several times before.

Viewing 25 results - 31,476 through 31,500 (of 64,517 total)
Skip to toolbar