Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 44,826 through 44,850 (of 64,487 total)
  • Author
    Search Results
  • Cristian
    Member

    I am personally pretty excited about the bbPress plugin for WordPress. As someone has already mentioned there is already a number of other good standalone forum software out there that you could use and there is no reason that bbPress could carry on as a standalone forum as well as being a WordPress canonical plugin.

    I have four sites built with WordPress and I have been wanting to add bbPress to each site for some time but the integration between the two has always put me off.

    Anyone got any idea when the first version of the bbPress plugin will be out?

    #86740
    Anonymous User
    Inactive

    Hi gerikg,

    can you post a link to your forum? Evtl. we can test it together.

    On my forum i have at first also a blank page – there it was a problem with two plugins (one in bbPress, one in WordPress).

    Markus

    #86621

    In reply to: Templates for 1.x ???

    @psycheangels – thanks very much for the information. I eventually found my way to noease’s beautiful iNOVE WordPress theme at http://www.neoease.com/themes/ and the iNOVE look-alike BBPress template from Eric Barnes’s at http://ericlbarnes.com/projects/inove-for-bbpress/. I also found a really excellent suite of programs developed around the Carrington theme, with templates for WP, bbPress and mobile too. Really excellent all of them. But you know what, I still would prefer a plugin that allowed me to integrate and run bbPress in my own developed Thesis WP theme. That would be my choice in a perfect world.

    #76178
    analytico
    Member

    Try the Easy Video Embed plugin https://bbpress.org/plugins/topic/easy-video-embed/

    It enabled embedding videos like YouTube, Vimeo, Revver and others in bbPress 1.02, the latest version. Works in Firefox and IE. It is a new plugin, you can find it on the main page of the plugins list.

    #86737
    zaerl
    Participant

    bbPress isn’t a WordPress plugin.

    #33974
    oli_75
    Member

    Hello,

    I just uploaded the latest version of bbpress. When I click on install I receive a message “no valid header for plugin (Das Plugin hat keinen validen Header.”).

    I am running WordPress 2.9.2 installed at hosteurope.

    What am I doing wrong?

    Maybe someone can give me an idea what’s going wrong here.

    Thanks,

    Oliver

    #33973
    carlosdelab
    Member

    Hello All!

    There is an way to embed processing applets into bbpress forum. My idea is that the participants can be upload their applets in the forum posts.

    thanks in advance

    C,

    #57476
    royshearer
    Member

    Does having separate WordPress and BBpress databases make calling a WP header from a BB page impossible?

    #33972
    bramruiter1
    Member

    I’ve updated the layout of my forum last night and I ran into a few problems. I didn’t update bbPress from 0.9.0.2 because the Unread Posts plugin wouldn’t work. I have not changed anything internally, I have not updated the Unread Posts plugin, but even when I turn on my old template, it doesn’t seem to show that I have already read the topic in particular. It stays bold. And it also goes bold when I post in it myself.

    Now I have read the plugin page, where someone said something about changing the login code because a certain code wasn’t called for, but that doesn’t seem to do the trick. I’m really lost here and since _ck_ has gone, no one seem to figure out how this thing works.

    Other plugins that do the same just don’t seem to work either.

    Please help.

    #86720

    In reply to: BuddyBar in bbPress

    Anonymous User
    Inactive

    Hi Bradcarters,

    i don’t think this is the best solution to fix the original problem. It is just a “dirty” workaround. For me it seems to work.

    But you can wait for the test and the answer from gerikg.

    Markus

    #82686

    In reply to: bbPress.org site copy

    gerikg
    Member

    ::cough:: sorry something in my throat.

    #86719

    In reply to: BuddyBar in bbPress

    Bradcarters
    Member

    Do we know if this was able to fix the problem?

    #86734
    chrishajer
    Participant

    I just committed that patch, so the fix should be evident here within 24 hrs. Please test and report back.

    #70046
    Anonymous User
    Inactive

    Oh … so stupid…!

    in WordPress my German language file is named de_DE.mo in bbPress the language file is named de.mo. After the deep integration bbPress seems to search for a file named de_DE.mo in ‘my-languages’.

    So just renaming the language files made my day :)

    Markus

    PS. hmpf…

    #70045
    Anonymous User
    Inactive

    In the german bbpress board (http://support.bbpress.de/topic/installation-der-sprachdatei) i found for the language problem the following code:

    // Load the default text localization domain.

    if ( !(defined('DB_NAME')) ) { // Include localization the bbPress-way when WP is not running.

    load_default_textdomain();

    }

    else {

    $locale = get_locale();

    $mofile = BB_LANG_DIR . "$locale.mo";

    load_textdomain(‘default’, $mofile);

    };

    But this seems not to work with the new version. :(

    Markus

    #86733
    Gautam Gupta
    Participant

    There’s already a ticket #1233

    #86718

    In reply to: BuddyBar in bbPress

    gerikg
    Member

    Awesome thank you I need to try it.

    #33969
    citizenkeith
    Participant

    Dear bbPress.org Moderators:

    If you’re going to implement “Subscribe to Topic” on this forum, please have some better spam-protection in place, so that I don’t have to get it in my Inbox.

    Thanks! Love the feature, just not the implementation.

    #70044
    Anonymous User
    Inactive

    Hi to all,

    is the problem with the language file within the deep integration fixed?

    Unfortunately there is a serious drawback as it breaks the translation of bbpress. The fr_FR.mo seems to have no effect with these line.

    My installation “forgot” some german words after the deep integration. Evtl. I must make a new ticket for these.

    Greetings

    Markus

    #33967

    Topic: BuddyBar in bbPress

    in forum Plugins
    Anonymous User
    Inactive

    Hi gerikg,

    i saw your post about your problems with the integration of the BuddyBar in bbPress – (http://bbpress.org/forums/topic/buddypress-default-theme-for-bbpress). I found it after a short research in Google – because I’ve the same problems yesterday.

    Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'bp_core_admin_bar_css' was given in /homepages/0/00/htdocs/wpbpbbp/wordpress/wp-includes/plugin.php on line 339

    Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid call

    But … I think I have an “hack” for you – I changed a few lines of code in my installation and now it seems to work. :)

    These was “myWay”:

    1. Deep Integration between WordPress and bbPress

    2. Plugins on bbPress: buddybar-in-bbpress

    3. Edit bp_buddybar.php – I only comment out the following lines

    /* add_action( 'bb_head', 'bp_core_admin_bar_css', 1 );

    add_action( 'bb_head', 'bp_core_add_js', 1 );

    add_action( 'bb_admin_head', 'bp_core_admin_bar_css', 1 );

    add_action( 'bb_admin_head', 'bp_core_add_js', 1); */

    4. Edit bp-core-adminbar.php

    Here I’ve a error code because auf “$wpdb” – so I commet out:

    /* $blog_prefix = $wpdb->get_blog_prefix( $current_blog->id );*/

    5. header.php in my theme

    I put the Stylesheet-Link to my header.php file.

    <link rel=”stylesheet” href=”http://www.mysteria3000.de/wp/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css&#8221; type=”text/css” />

    No the best solution – but it works for me. :)

    Greetings

    Markus

    #85554
    PhilDraper
    Member

    Hi there. Has anyone found a plugin for bbpress that allows moderation of all posts prior to them being published as per karma1981’s description? Or is there a work around that achieves a similar thing – such as advancing the Bozo feature?

    Alternatively has anyone spent any time investigating how complex the job would be to make the plugoin mentioned by johnhiler (https://bbpress.org/plugins/topic/bb-moderation-hold/) work in upto date versions of bbpress?

    #33965
    InvTrdr
    Member

    I am creating a Sitemap for my site and bbPress that goes with it using the GoDaddy Sitemap Generator within the hosting account. For some reason some of the URLs have a bunch of backslashes in them and I have to go through the entire sitemap to delete them as Google shows it to me as an error. Is there a way to resolve this issue?

    Thank you.

    #86602
    chrishajer
    Participant

    I’d be curious to see where the bottlenecks are (PHP? MySQL?) with using bbPress this way.

    But johnhiler has a good point too. Where else does anything like that exist now? I’d like to see an example of such specialization.

    #84493
    chrishajer
    Participant
    #60404
    chrishajer
    Participant
Viewing 25 results - 44,826 through 44,850 (of 64,487 total)
Skip to toolbar