Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 39,526 through 39,550 (of 64,532 total)
  • Author
    Search Results
  • #99092

    In reply to: Strange SPAM problem

    Same problem on my site, but I looked a little.

    These spammy tags are from spams automatically detected as spam in Akismet, written by a user marked as bozo. (That’s the good part of it.) Nothing is visible from this user except for the tags.

    As a quick and dirty workaround I deleted the tags and the referred tag-id in the MySQL tables term_relationships and terms. But it is a bug, this kind of tags should not appear. Generally tags from bozos should not be visible (its a join on usermeta on ID = usermeta.user_id where meta_key = 'is_bozo' and meta_value = 1).

    But don’t expect a quick fix, its bbpress here. Even more important things need a lot of time.

    #94894
    wildkyo
    Member

    OMG! :) thanks for that Willabee, I will do a test tonight!

    #99089

    In reply to: Strange SPAM problem

    Willabee
    Member

    Sounds like someone found a crack in the bbPress wall.

    Try making a ticket on the trac. Altough bbPress stand alone isn’t supported that much anymore, but I guess this asks for a critical update.

    #104189

    In reply to: Strange SPAM problem

    Willabee
    Member

    Sounds like someone found a crack in the bbPress wall.

    Try making a ticket on the trac. Altough bbPress stand alone isn’t supported that much anymore, but I guess this asks for a critical update.

    #104075
    Willabee
    Member

    BuddyPress uses a intergrated form of bbPress, therefore it is not part of bbPress, but part of BuddyPress. Check on their forums.

    Unless you installed bbPress WordPress plugin or bbPress stand alone and intergrated that.

    If you installed the plugin, don’t hope for too much support on translation yet, if you installed the bbPress stand alone, then it should work, mine worked fine back when I was using those two.

    A custom theme can always be the problem too!

    #98975
    Willabee
    Member

    BuddyPress uses a intergrated form of bbPress, therefore it is not part of bbPress, but part of BuddyPress. Check on their forums.

    Unless you installed bbPress WordPress plugin or bbPress stand alone and intergrated that.

    If you installed the plugin, don’t hope for too much support on translation yet, if you installed the bbPress stand alone, then it should work, mine worked fine back when I was using those two.

    A custom theme can always be the problem too!

    #94893
    Willabee
    Member

    @ dudd, wildkyo

    You can throw the twentyten bbp plugin theme in your original theme folder (excluding files like functions.php, just add those to your existing one). Then make a page with a template (in wp-admin), one with the name Forum Index will show up and you have integrated the bbp theme with your normal theme. ^^

    This does kinda clutter up your theme folder, but it works for me. Don’t have time atm to wait for more flexible options. :)

    #104074

    Oops – sorry here info extracted from the WordPress directory bb-config.php:

    /**

    * bbPress Localized Language, defaults to English.

    *

    * Change this to localize bbPress. A corresponding MO file for the chosen

    * language must be installed to a directory called “my-languages” in the root

    * directory of bbPress. For example, install de.mo to “my-languages” and set

    * BB_LANG to ‘de’ to enable German language support.

    */

    define( ‘BB_LANG’, ‘nl_NL’ );

    define( ‘WP_LANG’, ‘nl_NL’ );

    define( ‘BB_LANG_DIR’, ‘http://localhost/”wordpressdirectory”/wp-content/plugins/buddypress/bp-forums/bbpress/my-languages’ );

    ********************************************************************

    The referenced directory contains nl_NL.mo with 644 file permisisons

    #98974

    Oops – sorry here info extracted from the WordPress directory bb-config.php:

    /**

    * bbPress Localized Language, defaults to English.

    *

    * Change this to localize bbPress. A corresponding MO file for the chosen

    * language must be installed to a directory called “my-languages” in the root

    * directory of bbPress. For example, install de.mo to “my-languages” and set

    * BB_LANG to ‘de’ to enable German language support.

    */

    define( ‘BB_LANG’, ‘nl_NL’ );

    define( ‘WP_LANG’, ‘nl_NL’ );

    define( ‘BB_LANG_DIR’, ‘http://localhost/”wordpressdirectory”/wp-content/plugins/buddypress/bp-forums/bbpress/my-languages’ );

    ********************************************************************

    The referenced directory contains nl_NL.mo with 644 file permisisons

    #104153
    lespionage
    Member

    Thanks for your reply.

    I made my newsfeed in to a sidebar and called it from my bbpress and now i works great. Im not sure if thats the right way to do it but now it works.

    Thanks!

    #99053
    lespionage
    Member

    Thanks for your reply.

    I made my newsfeed in to a sidebar and called it from my bbpress and now i works great. Im not sure if thats the right way to do it but now it works.

    Thanks!

    #104073

    @zaeri Thanks for getting back to me…

    I believe that since BuddyPress was presented in Dutch and bbPress was NOT that the bbPress forum was the place to ask the question?

    ************************************

    The bb-config.php was/is configured hence my consternation:

    <?php

    /***

    * *** IMPORTANT ****

    * This file will stop people from accessing your bbPress installation directly.

    * It is very important from a security standpoint that this file is not moved.

    * Your actual bb-config.php file will be installed in the root of your WordPress

    * installation once you have set up the forums component in BuddyPress.

    */

    header(“HTTP/1.0 403 Forbidden”); die;

    define (‘WPLANG’, ‘nl_NL’);

    ?>

    define (‘WPLANG’, ‘nl_NL’);

    ?>

    ************************************

    And yet the forum is still in English – I would appreciate any other insights please…

    #98973

    @zaeri Thanks for getting back to me…

    I believe that since BuddyPress was presented in Dutch and bbPress was NOT that the bbPress forum was the place to ask the question?

    ************************************

    The bb-config.php was/is configured hence my consternation:

    <?php

    /***

    * *** IMPORTANT ****

    * This file will stop people from accessing your bbPress installation directly.

    * It is very important from a security standpoint that this file is not moved.

    * Your actual bb-config.php file will be installed in the root of your WordPress

    * installation once you have set up the forums component in BuddyPress.

    */

    header(“HTTP/1.0 403 Forbidden”); die;

    define (‘WPLANG’, ‘nl_NL’);

    ?>

    define (‘WPLANG’, ‘nl_NL’);

    ?>

    ************************************

    And yet the forum is still in English – I would appreciate any other insights please…

    #104072
    zaerl
    Participant

    The site is running Buddypress

    This is the bbPress forum (not the BuddyPress one). Anyway you must change the language in the main configuration file.

    #98972
    zaerl
    Participant

    The site is running Buddypress

    This is the bbPress forum (not the BuddyPress one). Anyway you must change the language in the main configuration file.

    #104071

    Is this forum still active?

    #98971

    Is this forum still active?

    #37300
    rlinn
    Member

    My forum (http://www.nbascoreboard.net/forums) runs ‘Akismet’ and ‘Human Test for bbPress’ plugins. This prevents most spam. However, I’m having an issue where a spammer is making posts (‘xnpn’ plugin tells me so) but these posts don’t show up under ‘Topics’ or ‘Posts’ in my bbPress Dashboard.

    The only evidence is the tag cloud on the right includes the tags. But then when I click the tag, I still don’t see the post. Have a look at the site linked above.

    The spammer does show up as a User, but the profile doesn’t show any topics or replies. How can I combat this problem?

    Thanks.

    #103635

    The news is in trac. There’s one ticket left in 1.1 and then it gets released. No sense in putting out a 1.0.4 to fix one bug that 1.1 will fix. Right now we’re in the middle of a WordPress, BuddyPress, bbPress trifecta release, so there’s three times as much testing to do to make sure nothing breaks.

    If you can’t wait for a public release, download the trunk and do some testing. :)

    #98535

    The news is in trac. There’s one ticket left in 1.1 and then it gets released. No sense in putting out a 1.0.4 to fix one bug that 1.1 will fix. Right now we’re in the middle of a WordPress, BuddyPress, bbPress trifecta release, so there’s three times as much testing to do to make sure nothing breaks.

    If you can’t wait for a public release, download the trunk and do some testing. :)

    #101985
    xtreme164
    Member

    thank you for the link man!

    #96885
    xtreme164
    Member

    thank you for the link man!

    #94892
    wildkyo
    Member

    dudd, or you can wait to a future release where JJJ said will be more flexible to put the forum in our existing theme. :) I’m waiting for!

    #94891
    Rich Pedley
    Member

    Yes. It’s fairly, just look at the way the bbp-twentyten is created, and you can virtually cut’n’paste the whole lot. However a few teaks here and there may be necessary.

    #94890
    Commentguerir
    Participant

    Is it possible to adapt our existing theme to work with bbpress plugin ?

Viewing 25 results - 39,526 through 39,550 (of 64,532 total)
Skip to toolbar