Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 39,501 through 39,525 (of 64,515 total)
  • Author
    Search Results
  • #37311
    danblogro
    Member

    Hello. I need help for BB-Press.

    I using BB-press 1.02 and I have some errors:

    (here is the errors) >>> http://www.box.net/shared/gjpkzegbli

    How can I fix this errors ??? Please help me.

    #99109
    ericakadisco
    Member

    I’ve just started getting massive spam the last two days as well. I’ve been using reCAPTCHA and it seemed to be working up until recently. I can’t seem to use akismet, I don’t even see it in the list of plugins for my bbpress.

    Does anyone know of some type of plugin that would require admin approval for posts with links in them? That would go a long way for me.

    #37308
    Dano_68
    Member

    Hi, I followed the instructions:

    # Download bbPress from the download page

    # Upload the uncompressed files to your server

    # Visit the intended URL of the bbPress site

    # You will be greeted with the bbPress installer

    When I go to the URL of the site I get an error msg:

    “Directory Listing Denied

    This Virtual Directory does not allow contents to be listed.”

    So it will not unzip and intall so I cannot go any further!

    Can I manually unzip and upload the files?

    Not a good start is it…

    #99106
    Ramiuz
    Participant

    Don´t listen to anyone reccomending Akisment for BBpress.

    It´s messed up, and not made for forums. Don´t use it.

    #37305
    jgcampbellco
    Member

    Installation complete with “minor errors” From the installation log, the process was successful until it tried to create a forum. “Cannot create a forum” error occurred. Forum integration does not appear on the WP dashboard. Reinstallation yields, “bbPress is already installed”

    #99102
    Rich Pedley
    Member

    Captcha’s are a waste of time as so many of them have been hacked/cracked. Plus regular people hate them.

    I’ve found that the following system worked well:

    Akismet

    My update to an old plugin (not yet redone for bbPress) which restricts the number of links, and characters that people can post (until they have x posts).

    Plus user orientated report & hide spam – ie, if a post gets x reports it is hidden and marked for moderators to review.

    So even if spam gets through, users can quickly help mop things up. but I don’t worry about people signing up at all.

    #99101

    The problem is an ongoing one that even Matt has blogged about in recent past. Part of the reason they’re able to pass the human test it because they might be humans registering real accounts and making real posts. WordPress.org, bbPress.org, and BuddyPress.org all suffer from a similar problem. I’m about sick of it though. :)

    #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.

    #104192

    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.

    #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!

    #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!

    #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. :)

    #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

    #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

    #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!

    #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!

    #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…

    #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…

    #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.

    #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.

    #98971

    Is this forum still active?

    #104071

    Is this forum still active?

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