Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 40,526 through 40,550 (of 64,532 total)
  • Author
    Search Results
  • #94641
    LPH2005
    Member

    @DeysonOrtiz

    Update: Just re-read all of the things you’ve done.

    Are the file permissions for the directory proper? Is this Linux or Windows?

    OK. Just to verify: Are you saying that the bbpress plugin is not showing up in the admin panel /wp-admin/plugins.php? And nothing shows in the side panels for creating forums, etc.

    #94640
    Rich Pedley
    Member

    is this hosted, or are you trying locally?

    #94639
    DeysonOrtiz
    Participant

    Hello, here is the update in order, I upgraded to the latest version of WordPress, re-added the plugin, switched to twenty-ten theme, deactivated all of my plugins and the bbpress plugin still does not show up.

    :(

    #36221
    allo
    Member

    i made website with wordpress and added chitika premium eMiniMalls to it successfully using chitika plugin but couldn’t do that with bbpress anyone knows how?

    #94638

    @DeysonOrtiz – Hard to tell what’s wrong on your end, but it does definitely work.

    #102368
    Rich Pedley
    Member

    I’ve written a quick plugin for bbPress that allows you to skip akismet after x amount of posts.

    #97268
    Rich Pedley
    Member

    I’ve written a quick plugin for bbPress that allows you to skip akismet after x amount of posts.

    #94637
    Rich Pedley
    Member

    I might write one once the plugin is released, basing it on similar functionality I did for other forums.

    There was another Mod about, chrishajer. But he too seems to have disappeared as of late.

    #102367

    RamiuzNo, Akismet is designed for blogs, not for forums. Which is why I don´t use it for my forum, but for my blog.

    No, Akismet was designed to catch SPAM, anything from comments (blog/site) to posts/thread on a forum (bbPress), they’re all the same! :)

    #97267

    RamiuzNo, Akismet is designed for blogs, not for forums. Which is why I don´t use it for my forum, but for my blog.

    No, Akismet was designed to catch SPAM, anything from comments (blog/site) to posts/thread on a forum (bbPress), they’re all the same! :)

    #94636

    Rich Pedley: [note to mods: above post is spam]

    mr_pelle: […] mods? Do we have mods for real, here? [/sarcasm] -_-“

    Rich Pedley: nope, but I live in hope. Though JJJ is one ;)

    We do have 1 moderator that I know of, and that’s _ck_ although we don’t see her round here very often anymore (I don’t think she likes the idea behind the plugin?!) =/

    I’d be happy to help in removing SPAM and such, you’ll always have the odd one get through Akismet, and you’ll get some of the legit posts getting caught! — But that’s one thing I’ve not seen for bbPress, a ”Report Spam” button? ;)

    #94635
    Rich Pedley
    Member

    as well as deactivating plugins, try using the default twenty ten theme.

    If it still doesn’t work, the only thing I can suggest is a memory increase.

    #94634
    DeysonOrtiz
    Participant

    Nothing.

    I also de-activated all of the plug-ins to be sure, but the bbpress plugin does not show up.

    I am stumped. :)

    #94633
    Rich Pedley
    Member
    #94632
    DeysonOrtiz
    Participant

    Hello again :)

    Well I downloaded the zip file from here the third try with no success:

    https://trac.bbpress.org/browser/branches/plugin#bbp-themes/bbp-default

    I unzipped the branches folder, I then renamed the ‘plugin’ folder to ‘bbpress’ and then uploaded the ‘bbpress’ folder to the wp-content/plugins folder and still nothing shows up in the plug-in admin :(

    Here is the link to the test site, where I want to add the bbpress forum to:

    http://motion-master-templates.com/test/

    I had buddypress running before, but I deactivated all the associated buddpress plug-ins prior to uploading bbpress.

    I would really like to start playing with bbpress :)

    Thank you.

    #94631
    Rich Pedley
    Member

    nope, but I live in hope. Though JJJ is one ;)

    #94630
    mr_pelle
    Participant

    @Rich Pedley: mods? Do we have mods for real, here? [/sarcasm] -_-“

    #78902
    anmari
    Participant

    For the info of anyone chancing up on this.

    wrt The plugin that justin mentions above. After integrating bbpress and wp 3.0.1, i had my existing members showing up in bbpress as inactive. Not: inactive (no role)

    I changed the plugin as follows: – added the else line

    function inactive_to_member() {

    $userID = bb_get_current_user_info( 'id' );
    $user_obj = new BP_User( $userID );
    $user = bb_get_user( bb_get_user_id( $userID ) );
    if(empty($user->capabilities)) {
    $user_obj->set_role('member');
    }
    else if (is_array($user->capabilities) and ($user->capabilities['inactive'])) $user_obj->set_role('member');
    }
    add_action ('bb_head', 'inactive_to_member', 5, 0);

    #94627

    @DeysonOrtiz – Sounds like you’re missing some files or something didn’t get moved/downloaded completely.

    I’d say give it another shot and try again.

    #94626

    DeysonOrtiz: Yes Mark I see the bbpress.php file and every other file […]

    Well if thats the case, then I see no reason why it shouldn’t show up in WordPress at all, ready for you to activate and start playing about with! Very odd…!

    #94625
    DeysonOrtiz
    Participant

    Yes Mark I see the bbpress.php file and every other file that I downloaded from here :

    https://trac.bbpress.org/browser/branches/plugin.

    Thank you :)

    ccw32
    Member

    I’m not a programmer – just someone with a website who wanted to add an ‘easy’ to install forum. After my help from Yahoo, who hosts my site, it is up and running but it’s so boring looking. I can’t find the other templates that bbpress is supposed to offer. Does anyone know where they are? Can you customize with your site’s logo and URL? Thanks.

    #102854
    Commentguerir
    Participant

    I need to develope a plugin that, at the end, post email notification to no anonymous post in bbpress trunk version (like subscribe to comment in wordpress).

    #97754
    Commentguerir
    Participant

    I need to develope a plugin that, at the end, post email notification to no anonymous post in bbpress trunk version (like subscribe to comment in wordpress).

    #102851
    mr_pelle
    Participant
Viewing 25 results - 40,526 through 40,550 (of 64,532 total)
Skip to toolbar