Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 39,101 through 39,125 (of 64,515 total)
  • Author
    Search Results
  • #37565

    Topic: dropdown menu

    in forum Installation

    Hi.

    I have a problem with my bbpress.I do not know the reason.

    Menu in admin panel has not drop down means i do not have opportunity to change appearence or install pugin from admin page.

    Where i should to looking for resolve?

    sorry for my english

    #94988

    Try bbp_is_forum() :)

    Otherwise, because of other plugins like BuddyPress it’s hard to know exactly if we’re in *any* bbPress page without running through all the _is_ functions first. I have it set ‘bbPress’ as the body class if a bbPress page is detected, but that happens pretty late in the game. Would be better off checking for a specific _is_ and going from there.

    #94987
    mark_corbin
    Member

    Thanks Ben, that’s great, I’d not come across that notation before.

    Second question: I’d like, for filtering content on different pages, to have an is_forum_page() function which returns true if the current page is in the whole forum environment – there’s not one of these built already? And any advice on the best way to construct one?

    #99504
    zaerl
    Participant

    Can you install bbpress on a WordPress 3.0 multisite and have a single forum that powers all websites in the network?

    No. You have to install multiple forums.

    #104604
    zaerl
    Participant

    Can you install bbpress on a WordPress 3.0 multisite and have a single forum that powers all websites in the network?

    No. You have to install multiple forums.

    glumbo
    Member

    What happens if I want to integrate my bbpress with a wordpress installation that already has a user with the same username as my bbpress installation’s key master?

    Since my user tables are in a separate databases I configured user role mapping in the admin panel. I also configured the advanced db settings for user integration by specifying wp_ as the prefix and 1 as the blog id. However, after doing that I cannot login to my bbpress anymore using the key master account or any other account.

    #99453
    pagal
    Participant

    It means you are not supporting bbPress standalone and its plugins anymore?

    Will bbPress standalone die after plugin’s birth?

    I’m not happy with this plugin’s stupid idea.

    #104553
    pagal
    Participant

    It means you are not supporting bbPress standalone and its plugins anymore?

    Will bbPress standalone die after plugin’s birth?

    I’m not happy with this plugin’s stupid idea.

    #94986
    Ben L.
    Member

    MotaBoy, yes, in Settings -> Forums.

    #99452
    Ben L.
    Member

    While I can say that this will almost definitely not appear in the bbPress standalone version of bbPM, I’m currently porting bbPM to the bbPress plugin, so I’ll try to implement this in an upcoming version.

    #104552
    Ben L.
    Member

    While I can say that this will almost definitely not appear in the bbPress standalone version of bbPM, I’m currently porting bbPM to the bbPress plugin, so I’ll try to implement this in an upcoming version.

    #94985
    MotaBoy
    Member

    Hi! Is it currently possible to change the slug from ‘forums’ to something else?

    #94984
    selise
    Participant

    “The bbp-twentyten theme is currently a child theme, but will most likely be a parent theme”

    that’s great news, thanks!

    #94983

    The bbp-twentyten theme is currently a child theme, but will most likely be a parent theme and include all of the updated twentyten’s theme files in addition to the bbPress ones. Granted, that’s going to crowd the theme up with a ton of files, but that’s kind of just what happens when you add a ton of functionality.

    #37548
    t_nally
    Member

    I couldn’t find an answer elsewhere in the forums but the question is:

    Can you install bbpress on a WordPress 3.0 multisite and have a single forum that powers all websites in the network?

    #94982
    selise
    Participant

    thanks for what looks to be a great plugin. my question is on the bbPress Twenty Ten theme: it looks like it is a child theme of the Twenty Ten theme (references the twentyten template). is that the case (and intention)? if so, does that mean i won’t be able to write child themes for bbPress Twenty Ten (or use the child themes already written for Twenty Ten)?

    #99480

    In reply to: Weird header code

    zaerl
    Participant

    No. You have a very modern installation of PHP and there is some code in bbPress that now it deprecated. Nothing to worry about.

    #104580

    In reply to: Weird header code

    zaerl
    Participant

    No. You have a very modern installation of PHP and there is some code in bbPress that now it deprecated. Nothing to worry about.

    #94981
    QuickD
    Member

    Is this plugin fully completed?? I thought it was meant to be completed in December! I don’t see it at wordpress.org. What happens for people that had deep integration and had a wordpress blog as well as bbpress operating?

    #94980
    Ben L.
    Member

    Mark, body[class*=single-bbp], body[class*=page-template-page-bbp] (or if you’re feeling ambitious, body[class*=bbp]) should match bbPress plugin pages. User profile pages currently use the body class for 404 pages, which is a bug.

    #99478

    In reply to: Weird header code

    Ben L.
    Member

    Find this line and make sure it says error_reporting(E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING);

    #104578

    In reply to: Weird header code

    Ben L.
    Member

    Find this line and make sure it says error_reporting(E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING);

    #99500
    Ben L.
    Member

    Theoretically, you can use anything for authentication by overriding the bb_check_login function.

    #104600
    Ben L.
    Member

    Theoretically, you can use anything for authentication by overriding the bb_check_login function.

    #37546
    [removed]
    Participant

    Hey all,

    I was wondering if it’s possible to bypass the bbPress login/registration and just authorize users based on the usertable I have in my MediaWiki installation. I’ve been able to do this with phpBB and vBulletin, so I guess there should be a way to do this for bbPress, right?

    Where would I start doing this? As far as I could see there’s no existing plugin for this. I see there’s an LDAP plugin though, so I could take that one and try to rewrite it to use a regular mysql database. Or are there better ways to achieve this?

    Thanks!

    NOTE: There are some plugins that let MediaWiki use your WordPress/bbPress database. What I’m looking for goes the other way round. I have MediaWiki, and I want bbPress to auth against it.

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