Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 35,876 through 35,900 (of 64,516 total)
  • Author
    Search Results
  • #108189
    Gautam Gupta
    Participant

    Thanks for this! :D

    I’d recommend if you upload this on the WordPress Plugin Repo with the bbPress tag. :)

    #107908
    Gautam Gupta
    Participant

    All plugins in the Plugins section on this site are for bbPress 1.1 or below only. For bbPress 2.0+ plugins, please check here (some might not be bbPress plugins). :)

    #108253
    Gautam Gupta
    Participant

    When you would install bbPress 2.0 plugin on WordPress, go to WordPress Admin Section -> Tools -> Import -> bbPress importer and follow the onscreen steps. :)

    #39660
    teddyd
    Member

    Hi. Sorry if I am posting this in the wrong section. I did some searching and did not see any answers on this. I currently have bbpress 1.0.3 installed on a WP 3.2 platform. If I choose to upgrade to bbpress 2.0, what do I need to do for this since these appear to be two completely different installation methods?

    Thanks – Erik

    #99967

    In reply to: Theme changing error

    spixy
    Member

    found the error:

    look at this:

    www/bbpress/bb-templates/readme.txt/style.css

    aint that the readme.txt is a txt file and not a directory..

    just delete it and boom..you got it..

    got the same problem a while ago..

    #105067

    In reply to: Theme changing error

    spixy
    Member

    found the error:

    look at this:

    www/bbpress/bb-templates/readme.txt/style.css

    aint that the readme.txt is a txt file and not a directory..

    just delete it and boom..you got it..

    got the same problem a while ago..

    #39654
    vladoa
    Member

    I have installed bbPress as plugin to WordPress – everything works fine but when I am accessing a topic page the comment form is still visible. However this is not the case when displaying the forum page.

    Does anyone know how to disable the comment form on forums topic page?

    #107907
    quitter
    Member

    That’s what I was wondering.. if any plugins would work with 2.0

    I guess I will give a few a try if it is a functionality that is really lacking.

    #39653
    Dan Milward
    Member

    Hey Guys.

    We’ve made a new Support Forums Plugin for bbPress 2. It is something we made for our own website, and want to share with the greater WordPress community, as we improve it on our site we’ll release the changes accordingly. We’re probably going to put it on a git repository at some point too so that should somebody want to contribute they can.

    The Support Plugin will allow you to turn all (or some) of your forums into Support Forums. With this Plugin you can implement and display user ranks, you have full control over the user ranking system including how many topics and replies need to be created for the user to go up a rank as well as custom titles relevant to your forums for each rank.

    With this Plugin you can also set statuses for your topics and control who can update these, very key to a support forum, your posters will be able to tell what topics are resolved or not resolved right away.

    Please let us know what you think on our blog as we spend more time on our own website.

    Source: http://getshopped.org/getshopped-news/freebie-new-bbpress-support-forum-plugin-by-getshopped/

    #108156
    vladoa
    Member
    #39649
    vladoa
    Member

    I have installed bbPress as plugin to WordPress – everything works fine but when I am accessing a topic page the comment form is still visible. However this is not the case when displaying the forum page.

    Does anyone know how to disable the comment form on forums topic page?

    #108057
    Stephanie Leary
    Participant

    … I should probably post my filter mini-plugin in case anyone else is testing this:

    <?php
    /*
    Plugin Name: bbPress Registration Redirect
    Plugin URI: http://sillybean.net/
    Version: 0.2
    Author: Stephanie Leary
    */

    add_filter( 'bbp_user_register_redirect_to', 'scl_print_bbp_redirect' );
    function scl_print_bbp_redirect($url) {
    return 'http://forum.sillybean.net/register/confirm/';
    }
    ?>

    #108056
    Stephanie Leary
    Participant

    OK, changeset #3450 only partially fixes this problem. Even with a ‘bbp_user_register_redirect_to’ filter, the redirect_to hidden field still gets stomped by the first if() in bbp_redirect_to_field() — line 741.

    I tested this on my multisite install. With that first if() commented out, the redirect_to field is set correctly — but even so, I get redirected to the main site’s wp-signup.php.

    ETA: OH! I think we’re seeing two different problems here.

    On Jared’s single-site install, I suspect what’s happening is that the page containing the registration shortcode just isn’t doing anything with the checkemail query arg. So, it would be fine to have the user redirected back to that page, as long as the query arg generated the proper “check your email” notice.

    What I’m seeing on multisite actually looks like this bug in WP itself.

    #106973
    EddieG
    Member

    Thank you for this. I didn’t know I could block by IP at all, any way at all, without a plugin.

    Testing “Spam Free WordPress” now. At first glance it is effortless, automatic and accurate. I may soon test it on bbPress. :-)

    #106972

    Akismet cannot block by IP – That’s not Akismet, YOU can block by IP in Discussion settings (but those are NOT filtered down to bbPress right now, which means I have to hold off).

    #39645
    jasonvbox-ua
    Member

    I have a template that is not compitablity with bbpress. When I go to http://www.domain.com/forums it uses the page.php template, which does not list the forums.

    Without integrating anything, is it possible to drop page-forums.php into my template directory?

    Sounds like a GMT issue. Will look into it.

    #39630
    Gustav820
    Member

    Hi!

    I’ve installed the BBpress 2.0 RC3 plugin for WordPress and it works fine. Sorry for a newbie question but how do you add a link to my forum on my homepage menu? I have Twenty Eleven theme and would like a link called “forum”.

    Can I also have like mysite.com/FORUM?

    Thanks! :)

    #95720
    inexpert
    Member

    @johnjamesjacoby I am looking forward to being able to install BuddyPress on my site, which now uses bbPress 2.0.

    A few hours ago, I saw there was a new RC avaiable, I checked the changelog and I found “BuddyPress integration”. I spent the last few hours trying to know what this means, because I installed buddyPress and it does not recognise bbPress plugin(both from the SVN repository).

    Does “BuddyPress integration” mean that bbPress now provides an API for buddyPress but buddyPress is not using it yet?

    If this is the case, I know I can have both v1 and v2 forums working(as I saw in buddyPress you testing website) but I don’t know if it worths, should I wait? Do you have any idea(more or less) about how long is it going to take you to make this integration?

    Thanks and congratulations to the team.

    #95735
    inexpert
    Member

    @johnjamesjacoby I am looking forward to being able to install BuddyPress on my site, which now uses bbPress 2.0.

    A few hours ago, I saw there was a new RC avaiable, I checked the changelog and I found “BuddyPress integration”. I spent the last few hours trying to know what this means, because I installed buddyPress and it does not recognise bbPress plugin(both from the SVN repository).

    Does “BuddyPress integration” mean that bbPress now provides an API for buddyPress but buddyPress is not using it yet?

    If this is the case, I know I can have both v1 and v2 forums working(as I saw in buddyPress you testing website) but I don’t know if it worths, should I wait? Do you have any idea(more or less) about how long is it going to take you to make this integration?

    Thanks and congratulations to the team.

    ebharding
    Participant

    the forums are on non public site.

    When I post, the time stamp is correct, but the Freshness time for the post says 7 hours.

    thanks

    #107324
    spixy
    Member

    So how should my hierarchy looks like, i cannot create a good one…

    What I did is:

    1. I created a PAGE, and name it as ‘forum’

    so the link would be http://mydomain.com/forum

    -the content of that page is the shortcode [bbp-forum-index]

    2. I created a FORUM named General Discussions

    -problem is when i open that forum, shows nothing, just the header

    GENERAL DISCUSSIONS

    3. I created again a PAGE named general chat and put the shortcode

    [bbp-topic-form]

    im pretty messed up, can you guide me on creating this forum

    i have an idea, but seems i cannot explain and do it

    something like

    #107945
    soggybiscuit
    Member

    Thanks John, your reply is much appreciated.

    Thanks Anthony too for your input.

    I am going to install at the root level so hopefully this will resolve itself by doing that.

    #107569
    fpons
    Member

    Hi,

    A new update of the translation has been made for bbpress-2.0-rc-3.

    Regards, François.

    #106682

    In reply to: Swedish for 2.0 plugin

    Gustav820
    Member

    How do I download the .mo and .po files?

    I want Swedish translation to BBPress 2.0 rc3.

Viewing 25 results - 35,876 through 35,900 (of 64,516 total)
Skip to toolbar