Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 52,676 through 52,700 (of 64,515 total)
  • Author
    Search Results
  • #72197
    citizenkeith
    Participant

    Ever since adding _ck_’s security update, we’ve been having a lot of problems with undelivered PMs. Last night I tried to send a forum member a PM about five times, and he never received it. After sending, I would scroll down to check my Sent Messages and none of them were there.

    I’m running bbPress 0.9.0.3 with Private Messaging 0.80.

    I admit, I’m using the same tool (but I force all registration through WP so I run a plugin there). It’s actually used with Bad-Behavior and Akismet, since those were catching about 90% of the forum spam (and 99.99999% of the blog spam). Dunno what it is but you get more spammers able to make accounts via bbPress than WordPress.

    #72645
    bedbugger
    Participant

    My bbpress shares a database with wordpress.

    This was fine in 0.9.0.1. Is it a problem now?

    I checked the database, reset my password (which in fact still works perfectly on the blog side of things).

    At least one user has logged in and posted to the bbpress forum, but I can’t.

    But I can’t login. I registered a new account, and the password did not work.

    #72642
    bedbugger
    Participant

    In case it matters, my WP and bbpress installations shared a database.

    rank2
    Member

    Hey Guys,

    I get hundreds of fake forum users who register on my forums here: http://reviewtrip.com/traveltalk

    Even though I use the plugin Human Test, I still get these spam users. So I decided to create a plugin that hooks into StopForumSpam API to stop these guys.

    You can download and find the instructions here:

    http://reviewtrip.com/blog/stop-forum-spam-api-plugin-for-bbpress

    Let me know what you guys think!

    #72466
    chrishajer
    Participant

    I don’t know of a theme, but there have been a few discussions about it.

    https://bbpress.org/forums/tags/adsense

    #5057
    _al_
    Member

    I’m using the Anonymous Posting plugin by Aditya Naik (2.2_ck_mod_1.2.0) and its working great.

    I would like to make the email field in the post form optional, and to insert a dummy address like <ip>@mydomain.tld if no email is given in the form.

    I’ve looked for a filter to add this functionality but I’m a bit stuck.

    Anyone who have a bit more experience with BBPress plugins mind giving me a pointer?

    ./Al

    #72623

    In reply to: Friendly URLs

    johnhiler
    Member

    I think this is possible – someone posted a similar plugin here:

    https://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done

    Good luck!

    #5055
    mcaddengroup
    Member

    I installed bbpress and went to activate it and got the following message on the plug-in page…

    // Bail here if no key is set
    if (!bb_get_option( 'akismet_key' ))
    return;

    I’m assuming this has something to do with my API key? No Idea.

    -D

    #72036

    In reply to: WordPress 2.7 options

    richcon
    Member

    By the way, what does “deep” integration involve? When I think of integration, I think of sharing logins between WordPress and bbPress, and possibly using the same template system so both sides share the same header and menu system.

    On another side I solved the template issue by having a single “master” template system and CSS file that handled the page header, main menu, footer, and sidebar, leaving the specific bbPress and WordPress templates to only handle the stuff inside the main content box.

    As for handling logins, I made the login button go to the bbPress login page (in all its themeable glory) no matter where you click it.

    erick_king
    Member

    Hola

    I check the server it is using php 4.4.8 and mysql 5.0.45 and i dont have integrated anything…jaja

    I tried to installed in a empty directory.

    there is another version of bbpress?

    #72634
    chrishajer
    Participant

    Can you make sure that the uploaded version is identical to the one here:

    http://svn.automattic.com/bbpress/

    Just pick your version.

    If you haven’t gotten through the installation, and you didn’t do anything else yet, maybe you just have a bad copy. Why not check at least this file, or just download the package again and reupload it? That error does not exist in the files that are normally distributed.

    #72632
    chrishajer
    Participant

    What are you doing when you get that error? Are you integrated with WordPress? What version of bbPress did you install? Are you using a language other than the default?

    Can you compare the version of bb-admin/functions.php to the default one for whatever version you’re using (to make sure the whole thing was uploaded properly)?

    Do your secret keys have any weird characters in them (things that work properly in WordPress have created problems in bbPress before. Things like ‘ / > <.)

    Can you post what you were trying to do and the whole error message?

    #72630

    A functions.php should be like this:

    <?php

    function bb_nonce_ays( $action ) {
    $title = __( 'bbPress Failure Notice' );
    $html .= "t<div id='message' class='updated fade'>nt<p>" . wp_specialchars( bb_explain_nonce( $action ) ) . "</p>nt<p>";
    if ( wp_get_referer() )
    $html .= "" . __( 'Please try again.' ) . "";
    $html .= "</p>nt</div>n";
    $html .= "</body>n</html>";
    bb_die( $html, $title );
    }

    ?>

    #5054
    wpitn2shape
    Member

    I haven’t edited anything, before even installing I get the unexpected t string error and this

    bb-includes/functions.php on line 2256

    It’s a blank line, here’s what’s above it:

    function bb_nonce_ays( $action ) {

    $title = __( ‘bbPress Failure Notice’ );

    $html .= “t<div id=’message’ class=’updated fade’>nt<p>” . wp_specialchars( bb_explain_nonce( $action ) ) . “</p>nt<p>”;

    if ( wp_get_referer() )

    $html .= “” . __( ‘Please try again.’ ) . ““;

    $html .= “</p>nt</div>n”;

    $html .= “</body>n</html>”;

    bb_die( $html, $title );

    }

    #72607
    chrisgoat
    Member

    Use one or the other for registration if you go to my site you can see how I have it setup, I prefer bbpress to Handel the registrations.

    Works perfect for me, if you need some help let me know.

    http://www.bloomfieldin.com/bfnews/

    #5053
    Avaz
    Member

    I’m displaying latest forum posts using RSS:

    <?php require_once(ABSPATH . WPINC . '/rss.php');
    wp_widget_rss_output('http://localhost/bbpress/rss.php', array('items' => 5, 'show_author' => 1, 'show_date' => 1));
    ?>

    and the code above displays as follows:

    admin on “Test topic” 13/03/2009 admin

    Now, how can I exclude “admin on” part from the title?

    #5052

    Topic: sorting meta on posts

    in forum Plugins
    andersson
    Participant

    This is just a sanity check so I know that I’m not making something that is completely overkill.

    If I’ve added meta on my posts, and want to get posts “order by” [meta_key], that’s pretty much not possible via BB_Query right?

    My solution now, albeit not beautiful but acceptable to me since I’m the only user of it, is to add a column to bb_posts table and then send in the ORDER BY to BB_Query on that column. That works fine.

    So the generic question in here is: can I or can’t I sort a fetch on meta key instead of columns in the post table?

    using trunk of bbpress, fetched yesterday

    #5050

    Topic: Friendly URLs

    in forum Installation
    olsido
    Member

    Hello,

    Is it possible to reconfigure bbPress topics URL? For example, I want to add a category name in front.

    Thank you!

    Olga S.

    #51608

    In reply to: Google Adsense

    Mmm, i was looking for this plugin, but this one isn’t working anymore:

    http://boakes.org/talk/tags/bbpress-adsense

    _ck_
    Participant

    We really should backport the fix that is in 1.0 to 0.9 for our international friends.

    I can’t remember what the function was that had the problem but I believe it was

    function htmlspecialchars_decode

    there may be others.

    Unfortunately those functions are not pluggable but you could try replacing them from 1.0 into 0.9 and use SVN to handle upgrades which might work around it.

    Made a note on TRAC https://trac.bbpress.org/ticket/1059

    _ck_
    Participant

    We really should backport the fix that is in 1.0 to 0.9 for our international friends.

    I can’t remember what the function was that had the problem but I believe it was

    function htmlspecialchars_decode

    there may be others.

    Unfortunately those functions are not pluggable but you could try replacing them from 1.0 into 0.9 and use SVN to handle upgrades which might work around it.

    Made a note on TRAC https://trac.bbpress.org/ticket/1059

    chrishajer
    Participant

    I think this is because the server is using PHP4 and you have an integrated installation.

    https://bbpress.org/forums/tags/mbcs

    http://www.google.com/search?q=site%3Abbpress.org%2Fforums%2F+MBCS

    #55318
    peterberg
    Member

    Hi there,

    does/how to integrate your plugin if you use WP as the “main user” base, meaning you extended WP with e.g. CYC or Custom User Fields extra — which are in different tables and are e.g. not easy text fields as people asking here above?

    E.g. I have WP with Cimy User Extra Fields to add a photo of the user — no clue how to get that with your plugin to display in bbpress / editable.

    Any help appreciated.

    PB.

    #5047
    peterberg
    Member

    Hi there,

    I am trying to find solution for following issue:

    – Wordpres with a plugin extending registration (such as CYC, Register Plus, other user-field-extending ones)

    – BBPRESS uses only the “basic” WordPress fields on the “Edit Profile” page

    Now I want to enable the editing of the “custom user fields” from the wordpress plugin in the BBPRESS “edit profile” page

    Any ideas? For now I am open which plugin to use in WordPress (CYC or Custom User Fields, …)

    Help much appreciated, thanks,

    PB

Viewing 25 results - 52,676 through 52,700 (of 64,515 total)
Skip to toolbar