Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 25,876 through 25,900 (of 64,535 total)
  • Author
    Search Results
  • Onyeka Aghanenu
    Participant

    I’m having this problem as well. I want to use the BBPress breadcrumb on Forum pages, and Yoast everywhere else, but I can’t get the bbpress crums to work unless i disable it completely.

    #133796
    Arturo
    Participant

    found the problem… All in One Seo Pack, is the problem, disabling this plugin bbPress work ok without problem.
    Opened a support topic on plugin’s wporg forum

    #133795
    Lynq
    Participant

    I like bbPress it’s awesome. Like most open source software I like to get stuck in and break stuff then fix it, you learn a loads from doing that.

    I agree phpbb and some others are easier options in certain areas, but the integration with wordpress is amazing.

    Good luck with your forums πŸ™‚

    #133794
    Arturo
    Participant

    another problem, if i try to reply to any topic i see the massage “Don’t have the permission to do that”

    #133793
    Arturo
    Participant

    i’ve disabled and reactivated the bbPress plugin and now if i try to access the about, configuration etc i see the page with “you need autorization to access this page” i’m the administrator role on WP… and Keymaster on bbPress.

    WP 3.5.1 – BP 1.7 and bbPress 2.3.1

    how can i fix this?

    #133789
    mt78
    Participant

    – bbPress 2.3.1 – WP 3.5.1 – Buddypress 1.7 –
    When you change the FORUM ROLE any user via forum, then in the WordPress administration is forum rule unchanged, even though the user already has rights moderator or administrator. Can you change the forum role of the user via WordPress administration or not?

    I tried to change the user role of the participant to moderator in the WordPress administration and nothing happened. I tried to change the role through the forum and role has changed, but the administration remained WordPress original role. Is this normal?

    #133783
    jason102178
    Participant

    @Sambora5150 yeah i use phpbb for my standalone forum but wanted somthin i could integrate in my blog and thought bbpress would be the best, wrong, lol theirs no support here, at phpbb they always answer within like 6 hrs.

    #133782
    Sambora5150
    Participant

    @jason102178 totally agree i have been using bbpress for a while…finally moved to a real forum… simplepress…

    #133776

    Hello, This post is ranking high on google for my site. http://bbpress.org/forums/topic/forum-layout-is-messed-up/ I obviously do not want this to rank at all — let alone above my other articles. Can you either delete the topic or please edit out my site name asap.

    Thank you,

    #133772
    Anonymous User 5853594
    Inactive

    @johnjamesjacoby
    I think he meant the changelog at the WP Plugin Directory because that hasn’t been updated yet.

    #133771
    Kaenim
    Participant

    Edit – Sorry, the latter error was because I missed part of my functions.php code to comment out. Editing accordingly.

    I’ve been using the following code, originally found in my functions.php to change “Key Master” to “Administrator”:`function my_custom_roles( $role, $user_id, $user_role ) {
    if( $role == ‘Key Master’ )
    return ‘Administrator’;

    return $role;
    }

    add_filter( ‘bbp_get_user_display_role’, ‘my_custom_roles’, 10, 3 );`

    Which returns the error: “Warning: Missing argument 3 for my_custom_roles() in /home/kaenim/public_html/test/wp-content/themes/bsky/functions.php on line 216” above my avatar.

    Does anyone know what this “argument 3” is, or how I could modify this code to work in 2.3.1? I’d ask in the original discussion, but it’s several months old and to be honest, I’m simply not aware of what bbPress’ forum policy is regarding reviving old topics; I figured making a new topic would be best.

    #133769
    Alex L
    Participant

    Dear bbPress community

    I’ve got a problem and that I want 1.2 to perform a standalone installation of bbPress on a domain under http://internetblogger.org. I have now uploaded all the installation files and wanted to start the installation.

    It gives me an error is displayed
    Warning: file_exists () [function.file-exists]: open_basedir restriction in effect. File (/ www / htdocs / bb-config-path.php) is not within the allowed path (s): (/ www/htdocs/w0103e1d / :/ tmp :/ usr / bin :/ :/ www/htdocs/w0103e1d bin :/ usr / local / bin :/ usr / share / php) in / www/htdocs/w0103e1d/bb-load.php on line 140

    Warning: file_exists () [function.file-exists]: open_basedir restriction in effect. File (/ www / htdocs / bb-config.php) is not within the allowed path (s): (/ www/htdocs/w0103e1d / :/ tmp :/ usr / bin :/ bin :/ www/htdocs/w0103e1d: / usr / local / bin :/ usr / share / php) in / www/htdocs/w0103e1d/bb-load.php on line 164

    Warning: Can not modify header information – headers already sent by (output started at / www/htdocs/w0103e1d/bb-load.php: 140) in / www/htdocs/w0103e1d/bb-load.php on line 178

    Why is that? Can anyone help me? In advance I thank.

    #133768
    Julien1975
    Participant

    Fixed my forum (but not solved).
    — ALERT MAY DAMAGE YOUR FORUMS —

    What I did:
    1) deactivate plugin + delete plugin
    2) manually installed older version from SVN (https://bbpress.svn.wordpress.org/branches/2.2/)
    3) export forum data (from Tools)
    4) reset forum plugin
    5) update plugin through standard plugin process
    6) installed wordpress import plugin
    7) imported forum data

    #133767
    Arturo
    Participant

    i’ve pasted in functions.php the code in the codex page to re-activate the editor and i’ve this error

    Parse error: syntax error, unexpected T_VARIABLE

    any help for this?

    Thanks!

    #133763

    In reply to: bbbPress performance

    It will be fine, but you’ll likely want to avoid having private or hidden forums. bbPress performs a postmeta query to exclude topics and replies from private and hidden forums, which will be a pretty bad bottleneck.

    Hopefully in bbPress 2.4 or 2.5, I’d like to move the last-active-time meta queries to use post_modified in the posts table. That will remove some of our dependency on JOINing tables, and speed things up for you pretty significantly (at the cost of bastardizing the core post schema and its intentions a bit.)

    If you have other specific questions as you go, happy to help and be a resource.

    #133762
    SuushiPlugins
    Participant

    Well, I can’t see that “Forums”.. I can’t see any settings.. nothing.

    All I can see is: You do not have sufficient permissions to access this page.
    Url is: /wp-admin/options-general.php?page=bbpress

    #133761

    In reply to: New editor ??

    We turned off the visual editor in 2.3.1 because of issues users were having losing formatting when switching between visual and HTML modes.

    We put up a snippet with the 2.3.1 release to re-enable it.

    Enable Visual Editor

    #133759

    There is no changelog. What’s changed?

    There is a changelog, you just need to read the blog post this topic is connected to. πŸ™‚

    Or, even better, keep an eye on Trac if you’re concerned about the exact changes.

    #133757
    Mathieu Scholtes
    Participant

    I have WordPress 3.4.2 and BBpress 2.3

    The problem, I see the meta/header of reply’s just I dont see the message-reply text??

    http://www.brommert.nl/garage/gesprek/franss

    Thanx in advance!

    #133756
    hlwinkler
    Participant

    Can you put up the changelog for the update?

    #133754
    Julien1975
    Participant

    Unfortunately my bbPress does not allow admin to access settings anymore.
    Forum is still publicly visible and it’s possible to post, but settings are “gone”.

    I tried to figure out for 2 hours before writing here.
    Wordpress debug says: PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().

    #133753
    Steve
    Participant

    .. is it possible to add features to the Post Editor? I can add custom meta boxes to regular and custom post types in WordPress but is it possible to add them to the bbPress editor

    #133748
    jason102178
    Participant

    Are their any moderators that help people on these forums?

    #133744

    In reply to: bbbPress performance

    Well for staters it’s used here.

    It can scale assuming you have the knowledge (or hire someone) to scale your stack/server as needed.

    #133743

    In reply to: Promoting extensions?

    Mike Stott
    Participant

    That’s true, there’s very little threads out there so put the link up on ones relevant πŸ™‚

    I’ll keep the link to this one

    http://epicplugins.com/bbpress-paypal-customer-only-forum/

    πŸ™‚

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