Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 36,076 through 36,100 (of 64,516 total)
  • Author
    Search Results
  • #107268
    master5o1
    Participant

    Not really relevant to this topic.

    #95684
    croata08
    Member

    the theme Twenty Ten is necessary to update the plugin ?

    I want to remove it completely! as well as your folder !

    leaving only the file index.php inside the folder bbp-themes !

    this will cause error if I update the plugin ?

    #95695
    croata08
    Member

    the theme Twenty Ten is necessary to update the plugin ?

    I want to remove it completely! as well as your folder !

    leaving only the file index.php inside the folder bbp-themes !

    this will cause error if I update the plugin ?

    #39512
    eliZZZa
    Member

    I don’t get bbPress with WP and BuddyPress to work properly – maybe because I don’t understand the central point (and yes, I read everything I could get hold of ;)

    My configuration:

    WordPress 3.2.1.

    BuddyPress 1.5.2 beta

    bbPress 2.0-rc-2

    site http://www.nadelspiel.com/clubneu/

    BP 1.5.2 beta included a complete bbPress folder within the directory /buddypress/bp-forums,

    I was able to run the install/setup through BP administration.

    On the site I see group forums only.

    I am confused as of having to install the bbPress Plugin too. Because if I do, the forums administration shows up in my WP control panel. But still the general forums don’t show in the frontend.

    So, what am I missing? I am really desperate!

    Thank you for your help, kind regards from Austria,

    eliZZZa

    #107830
    adv_user
    Member

    Certainly kangenguru, integration is actually very simple.

    I remember 2 years ago as I suffered to do this on another site, they were separate systems. Now, as they are plugins, is extremely easy.

    Congratulations to all team WordPress.

    #107938
    pimarts
    Participant

    Ah you’re not using the WordPress plugin (2.x) of bbPress… I have no idea how it could work in the standalone, but the procedure should be the same (only other classnames).

    #83076
    slithx0r
    Member

    Edit: Im not sure if this works for SMF 2.0

    Heres how I did it, although its pretty annoying.

    Download buddypress.

    Theres a plugin for buddypress called ‘SMF import’ run that.

    Then in admin dashboard go Tools>import>bbPress Standalone

    You can then delete the buddypress and import plugins if you want

    #39516
    soggybiscuit
    Member

    Hi

    I have a logout issue which shows an error when I logout of the admin area. The error is:

    Not Found

    The requested URL /forum/forum/wp-admin/edit.php was not found on this server.

    The WordPress installation is at /forum on the domain and bbpress seems to have added another /forum to the url. If I take that out of the url, it logs out as it should.

    If I deactivate the plugin (it’s the only plugin in the WP install) it logs out as it should.

    Could anyone throw any light on what might be happening please and how to fix it?

    Thanks

    #107266
    master5o1
    Participant

    0.5.7 brings it back to sanity.

    #107265
    master5o1
    Participant

    Alright. 0.5.7 in a few minutes.

    #95682
    Jaja..
    Member

    Hello to all good people working so hard on this..

    How are we running on this bbPress plugin?

    Last time i checked, we had none real Beta live, today i checked again and i find a Beta 3 RC 2.

    So what’s next?

    – Beta 3 RC 3 ?

    And after that a final version or how does this system of RC work?

    Thanks

    #95693
    Jaja..
    Member

    Hello to all good people working so hard on this..

    How are we running on this bbPress plugin?

    Last time i checked, we had none real Beta live, today i checked again and i find a Beta 3 RC 2.

    So what’s next?

    – Beta 3 RC 3 ?

    And after that a final version or how does this system of RC work?

    Thanks

    #107829
    kangenguru
    Member

    I have 2 sites that I installed on wordpress mu the buddypress plugin and activated bbpress within buddypress. It seemed like an easier implementation. See it here at http://networkmarketingunderground.com.

    svedman
    Member

    I brought this issue up a while back, but it’s still present in 2.0-rc-2.

    In bbpress.pot, the original strings are:

    This forum contains %1$s and %2$s.

    This category contains %1$s and %2$s.

    With bbPress 2.0-rc-2 fully translated, these phrases seem to use hard-coded English for the words topic/topics and reply/replies.

    Translated to Norwegian, the finished phrases will thus be:

    Dette forumet inneholder 0 topics og 0 replies.

    Denne kategorien inneholder 0 topics og 0 replies.

    When they should be:

    Dette forumet inneholder 0 tråder og 0 svar.

    Denne kategorien inneholder 0 tråder og 0 svar.

    #107932
    tnwinn
    Member

    Additional info:

    I tried adding all the *single, *archive, and *page files to my theme’s folder, then added add_theme_support( ‘bbpress’ ); to the top of my theme’s function.php file. All that did was strip my website of its background, menu, and a few other features– and the forum stayed exactly as is.

    (I should note that while I’ve learned to do some basic CSS and HTML coding over the last few months, I am no where near being any sort of expert).

    Cheers,

    GoGo

    #39509
    tnwinn
    Member

    Hi, I am using a custom theme, which I am not the author of. I have, however, made quite a few changes to the css of my current theme. In order to try and fully integrate the bbpress plugin, I tried to set up a child theme (according to JJJ instructions), but it seems that my current theme just doesn’t support one. My question is, where do I go from here?

    The other interesting thing is that I changed from a standalone bbpress to the plugin, and imported all of our topics, post, etc. just fine. What also appeared, surprisingly, was the custom edits we had made to our standalone bbpress forum. Can someone tell me how/where it is pulling these codes/styles from?

    Thanks in advance!!

    gogo-gringo.com

    gogo-gringo.com/forum

    #39508
    kodestar
    Member

    Ok I am trying to integrate bbpress here http://fanart.tv/forums/ and have a couple of questions.

    I have my installation set up as such:

    2.0 plugin installed

    wp-content/themes/fanart/

    wp-content/themes/fanart-child/

    All the forum specific stuff is in the child theme.

    I want to change the freshness link to be something like > topic title – 2 hours ago by kode.

    My issue is that loop-forums.php uses bbp_forum_freshness_link, which in turn calls the function bbp_get_forum_freshness_link, both of which are in the core plugin, so if I edit either of these, when I upgrade the plugin my changes will dissapear, what do I need to do to overwrite it, or is there a better way to deal with it?

    My second question is how would I get the amount of forums / topics / posts etc?

    Currently in my header I have.

    $bbforums = $wpdb->get_row(“SELECT COUNT(ID) as forum_count FROM wp_posts WHERE post_type = ‘forum’ AND post_status = ‘publish'”);

    $bbtopics = $wpdb->get_row(“SELECT COUNT(ID) as topic_count FROM wp_posts WHERE post_type = ‘topic’ AND post_status = ‘publish'”);

    $bbreplies = $wpdb->get_row(“SELECT COUNT(ID) as reply_count FROM wp_posts WHERE post_type = ‘reply’ AND post_status = ‘publish'”);

    <h2>Forums <span class=”info-text pop”><?php echo $bbforums->forum_count.” forum(s) / “.$bbtopics->topic_count.” topic(s) / “.$bbreplies->reply_count.” post(s)”; ?></span></h2>

    But this is bringing back 5 forums (correct, I have 5 public forums and 1 private forum), 7 topics (incorrect, 2 of those are from the private forum, so I guess I need to left join the forum as well), 15 posts (this is the one that is confusing me, it should be 19, or 22 if it was bringing back the private ones) My ip has changed on my home address so I can’t bring up phpmyadmin to check until my host responds, so if anyone has any ideas in the mean time, please let me know.

    #107317
    #39507
    mrwolfy
    Member

    I get the following (code on the bottom) errors before installation. I can get the setup going, but the final install, after step 3 fails. I get the following message:

    “The database failed to install. You may need to replace bbPress with a fresh copy and start again.”

    error code:

    Deprecated: Assigning the return value of new by reference is deprecated in /usr/www/users/zensmart/comicbookusers/forum/bb-admin/includes/class.bb-install.php on line 1283

    Deprecated: Assigning the return value of new by reference is deprecated in /usr/www/users/zensmart/comicbookusers/forum/bb-includes/functions.bb-l10n.php on line 484

    Warning: Cannot modify header information - headers already sent by (output started at /usr/www/users/zensmart/comicbookusers/forum/bb-admin/includes/class.bb-install.php:1283) in /usr/www/users/zensmart/comicbookusers/forum/bb-admin/includes/class.bb-install.php on line 393

    Deprecated: Assigning the return value of new by reference is deprecated in /usr/www/users/zensmart/comicbookusers/forum/bb-includes/backpress/pomo/mo.php on line 171

    Warning: Cannot modify header information - headers already sent by (output started at /usr/www/users/zensmart/comicbookusers/forum/bb-admin/includes/class.bb-install.php:1283) in /usr/www/users/zensmart/comicbookusers/forum/bb-admin/includes/class.bb-install.php on line 393

    Warning: Cannot modify header information - headers already sent by (output started at /usr/www/users/zensmart/comicbookusers/forum/bb-admin/includes/class.bb-install.php:1283) in /usr/www/users/zensmart/comicbookusers/forum/bb-includes/functions.bb-core.php on line 1136

    #107728
    Mamdouh Kaldas
    Participant

    Hi,

    Just figured out the problem.

    The bbPress plugin appeared to be having a conflict with Yoast breadcrumbs and once I deactivated this one, it worked just fine.

    #39505
    spaghetti
    Member

    How come I cannot start a new topic here at bbpress? Can someone help me with this? Tons of thanks :)

    #107264
    Mike1233
    Member

    yes youre right.

    my fear is 300 sub-plugins too ;)

    but i have today too many and with this toolbar came more.

    #39497
    peaceharbor
    Member

    I heard I can place my WP registration URL in this code below, overwriting the old code, to reroute my forum users to register on my WP site instead of using bbPress registration. My forum and site are already linked. Everything is good to go other than this minor issue. Can anyone help/advise? Thanks…

    <form class=”login” method=”post” action=”<?php bb_uri( ‘bb-login.php’, null, BB_URI_CONTEXT_FORM_ACTION + BB_URI_CONTEXT_BB_USER_FORMS ); ?>”>

    <div class=”loginformtop”>

    <div class=”usernamelogin”>

    <label>

    <input value=”<?php _e(‘Username’); ?>” onfocus=”if(this.value=='<?php _e(‘Username’); ?>’){this.value=”;}” onblur=”if(this.value==”){this.value='<?php _e(‘Username’); ?>’;}” name=”user_login” type=”text” id=”quick_user_login” size=”13″ maxlength=”40″ value=”<?php if (!is_bool($user_login)) echo $user_login; ?>” tabindex=”1″ />

    </label>

    </div>

    <div class=”passwordlogin”>

    <label>

    <input value=”<?php _e(‘Password’); ?>” onfocus=”if(this.value=='<?php _e(‘Password’); ?>’){this.value=”;}” onblur=”if(this.value==”){this.value='<?php _e(‘Password’); ?>’;}” name=”password” type=”password” id=”quick_password” size=”13″ maxlength=”40″ tabindex=”2″ />

    </label>

    <label class=”rememberme”>

    <?php _e(‘Remember me’); ?>

    <input name=”remember” type=”checkbox” id=”quick_remember” value=”1″ tabindex=”3″<?php echo $remember_checked; ?> />

    </label>

    </div>

    <input name=”re” type=”hidden” value=”<?php echo $re; ?>” />

    <?php wp_referer_field(); ?>

    <input type=”submit” name=”Submit” class=”submit” value=”<?php echo esc_attr__( ‘Log in »’ ); ?>” tabindex=”4″ />

    <p class=”loginmeta”>

    <?php

    printf(

    __( ‘Registerlost password?‘ ),

    bb_get_uri( ‘register.php’, null, BB_URI_CONTEXT_A_HREF + BB_URI_CONTEXT_BB_USER_FORMS ),

    bb_get_uri( ‘bb-login.php’, null, BB_URI_CONTEXT_FORM_ACTION + BB_URI_CONTEXT_BB_USER_FORMS )

    );

    ?>

    </p>

    </div>

    </form>

    #107900
    kevinvaughn
    Member

    Thanks anointed, I will give this one a look. Much appreciated.

    #107906
    pimarts
    Participant

    Not some, most (if not all) the plugins on this site DON’T work with 2.x.

    2.x is still in beta. As soon as it gets a stable release more plugins will be made.

Viewing 25 results - 36,076 through 36,100 (of 64,516 total)
Skip to toolbar