Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 39,151 through 39,175 (of 64,532 total)
  • Author
    Search Results
  • #99339
    Ramiuz
    Participant

    My BBPress installation is in a different database than wordpress. Will it still work?

    I had to do this because integration was a mess. So I simply made a whole new database.

    Will it not work then?

    #104439
    Ramiuz
    Participant

    My BBPress installation is in a different database than wordpress. Will it still work?

    I had to do this because integration was a mess. So I simply made a whole new database.

    Will it not work then?

    #104556
    Ben L.
    Member

    I don’t think bbPress can do this in its current version (IIRC), but what you can do is put something like this at the top of your forum template:

    if ( get_forum_id() == 7 ) {
    bb_load_template( 'forum-7.php' );
    return;
    }

    And then copy the forum template (minus the added lines) to forum-7.php and edit it as you want to.

    #99456
    Ben L.
    Member

    I don’t think bbPress can do this in its current version (IIRC), but what you can do is put something like this at the top of your forum template:

    if ( get_forum_id() == 7 ) {
    bb_load_template( 'forum-7.php' );
    return;
    }

    And then copy the forum template (minus the added lines) to forum-7.php and edit it as you want to.

    #104530
    Ben L.
    Member

    Upload them via FTP, the same way you uploaded bbPress core.

    Edit: If you meant to the plugin repository, there’s a big button in the upper right to request commit access.

    #99430
    Ben L.
    Member

    Upload them via FTP, the same way you uploaded bbPress core.

    Edit: If you meant to the plugin repository, there’s a big button in the upper right to request commit access.

    Pomy
    Participant

    I’m searching a method to customize some forums and Sub-forums separately.

    Something like WordPress Template Hierarchy. Which says,

    In the case of categories, the hierarchy is fairly simple. For instance, suppose the slug of the Category in question is default and the Category ID is 6. The Template Hierarchy specifies that WordPress will use the first Template file it finds in your current Theme’s directory from the following list:

    category-slug.php (Note: available with Version 2.9)

    category-ID.php

    category.php

    archive.php

    index.php

    That is, if you do not have a category-slug.php (lets say category-news.php), WordPress will check for a category-ID.php (like category-6.php), and so on.

    Did bbPress have this function? How can I get this?

    Can I make a separate template file for a separate forum?

    Thanks

    #37527
    moffes
    Member

    Hey,

    Im a wordpress developer, but i got a client who wanted to have a forum so i chose bbpress. As im almost finnished with this project which has given me the opportunity to develop some plugins which i couldn’t find. Therefore I would like to share those, so my question is: how do I get the rights to upload a plugin.

    One of the plugins I’ve developed is Janrain engage connection, which allows bbpress to create and login users via facebook, twitter, gmail etc.

    Gautam Gupta
    Participant

    Thanks!

    Gautam Gupta
    Participant

    Thanks!

    aaronangelle
    Member

    hi gautam

    great job. welllll done . keep it up

    aaronangelle
    Member

    hi gautam

    great job. welllll done . keep it up

    #37534
    ed
    Participant

    I have everything installed and running great…bbpress and wordpress no issues but I have two questions:

    1. When a user logs in with their wp username/password and they click forums on my front page, they have to login again. Is there a way where they would not have to log in again?

    I have the bbpress integration plugin installed too

    2. When a user does sign in they can’t edit profile? is this right? How to fix if it’s not working right?

    Thanks in advance.

    #99337
    Mark Plumley
    Member

    Awesome work John as usual. Waiting anxiously for the new plugin version of bbpress for wordpress.

    #104437
    Mark Plumley
    Member

    Awesome work John as usual. Waiting anxiously for the new plugin version of bbpress for wordpress.

    #104542
    Mark Plumley
    Member

    I use the following four way spam stopper:

    Approve User Registration

    bbCaptcha

    Akismet

    Human Test for bbPress

    We have had minimum issues at our bbpress forums

    #99442
    Mark Plumley
    Member

    I use the following four way spam stopper:

    Approve User Registration

    bbCaptcha

    Akismet

    Human Test for bbPress

    We have had minimum issues at our bbpress forums

    #37529
    ObjetDart
    Member

    I’ve been using it for years to block spam registrations on my forum. However, over the last couple of months it’s become effectively useless. There are bots out there now that defeat it easily. My forum now gets multiple spam registrations per hour and it’s impossible to keep up with. I’ve had no choice but to disable registration completely and tell people to email me instead. :(

    What are people doing currently to block spam registrations to bbPress forums?

    #99336

    You won’t need to. The plugin will handle it for you, provided the data lives in the same database.

    #104436

    You won’t need to. The plugin will handle it for you, provided the data lives in the same database.

    #94977
    ch8rt
    Member

    I suspect it is a trac issue. I had the same with buddypress from there. I’m guessing I must have changed the permissions like you say, whilst I was doing something else.

    Never mind :)

    #94976
    Rich Pedley
    Member

    possibly caused by downloading via Trac, I’d leave it and see what happens when it gets released as a plugin on WordPress.org

    #94975
    kkalvaa
    Member

    I was having the same problem as ch8rt in regards to installing on osx with a similar setup.

    It turns out that bbpress.php has its file permissions set to “No Access” upon install for all other users. In fact all files seems to be installing with “No Access”, something I have yet to see happen in any other WP plugin on my local install. Perhaps something to look into for future installs?

    #104480

    No one can help on this at all

    #99380

    No one can help on this at all

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