Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 6,126 through 6,150 (of 7,500 total)
  • Author
    Search Results
  • #49995
    Korhan Ekinci
    Participant

    Comment Quicktags does not work with bbpress 1.0.1, nor CK’s bbcode-buttons.

    How is it done here? Maybe, Andy can tell us :)

    #49994
    Korhan Ekinci
    Participant

    Thank you for your reply R-A-Y

    I checked and it is none of the above! I have bbpress+bp+wpmu working fine. I have done all the integration necessary.

    It is only on the front page of the forums and no-where else. When I login on the front page of the forum, I get:

    Page not found!

    I’m sorry, but there is nothing at this URL.

    I refresh the page or click on the links (like homepage, members, forums), I am actually logged in!

    It seems to me that it is a stupid error somewhere!?!

    #49992
    r-a-y
    Keymaster

    Hey korhanekinci,

    Got your PM.

    I didn’t reply to this thread, because I’m not sure what the problem is ;)

    Otherwise, I would have written something; but anyway, here’s some possible things to check out:

    • Can you navigate to any bbPress topic? Is this only on the bbPress front-page?
    • Try going to your bbPress admin area and deactivating any or all of your bbPress plugins and see if that fixes the problem.
    • Make sure you uploaded all the bbPress distribution files. You could be missing the index.php.

    That’s all I can think of at the top of my head.

    Hope one of them fixes your problem.

    #49978
    3635122
    Inactive

    Hey, thanks for all the great help!.

    I’ve installed reCaptcha and it works good. Won’t reCaptcha interfere with Askimet though since they are both anti-spam plugins (just wondering)?.

    I couldn’t find any place in the latest version of BBPress to disable new registrations. Where would I go to find this option?.

    I’m still stumped on the FB-Connect error. I’m currently using version 1.1. Is there a newer version (or an easy-to-install patch available?.

    Again, thanks so much, Steve

    #49977
    José M. Villar
    Participant

    Very nice, congratulations !

    What about integrating bbPress stats ? For those who have bbP setups might come handy.

    #49976
    plrk
    Participant

    If you have disabled registration on your WordPress MU installation, and users are still signing up, you may have forgotten that if you are running group forums you have a bbPress installation that synchronizes users with the WordPress MU installation. Disable registration in bbPress and you should be good to go.

    plrk
    Participant

    bbPress does not have any native ways to hide forums that should be hidden. You can do as I have done – installing a “blank” theme that redirects users to your main site, limiting users to use the built-in group forums functionality only – or you could install a bbPress plugin that hides forums from those that are not allowed to view them. There is such a plugin, intended specifically for buddypress users, but I can’t remember what it is called.

    lokers
    Participant

    Just to clarify. I am talking about plugin for buddypress to communicate with bbpress. And by saying forum is visible I mean forum created with this plugin on bbpress side is visible (but should inherit settings from group).

    Paul Wong-Gibbs
    Keymaster

    I wish I had a job writing software! You don’t want to know what I do 9 to 5, haha! el_terko is correct. Andy Peatling works for Automattic on BuddyPress. Sam Bauers develops bbPress.

    The moderators on this forum are Andy and: Burt Adsit, Trent Adams, Nicola Greco, Jeff Sayre, John James Jacoby and Paul Gibbs (me!). I think we did something bad in a previous incarnation and this is punishment ;). You can also check out this post for a mini-bio.

    José M. Villar
    Participant

    Peter, Andy is only part of Autommatic I think.

    And Sam Bauers who develops bbPress.

    The rest of the moderators I think do not belong to Autommatic

    r-a-y
    Keymaster

    Good question.

    Has anyone over on the bbPress forums experienced a similar thing when upgrading from 0.9 -> 1.0+, while integrating WP(MU)?

    Greg
    Participant

    Ray, you’re right that WPMU (or is it BP?) strips caps on registration. But these users came from a previous bbPress installation (where caps were allowed).

    I guess I could make user_login = user_nicename for all of these users, but I would like to ensure that the lack of caps support for user_login is a limitation on WPMU and not just a symptom of some other problem.

    #49843

    In reply to: BuddyBar for bbPress

    r-a-y
    Keymaster

    unsalkorkmaz, that’s a totally different topic.

    Please look at this thread:

    https://buddypress.org/forums/topic/bp-avatars-and-nothing-else-in-bbpress-possible#post-17431

    #49841

    In reply to: BuddyBar for bbPress

    Unsal Korkmaz
    Participant

    i am using that plugin in http://yerleske.net/pano/

    i want to use user’s avatars in forum pages too.. i tho its possible because we are calling buddypress with this plugin right?

    #49815
    Korhan Ekinci
    Participant

    thanks so much

    #49814
    r-a-y
    Keymaster

    korhanekinci,

    Change this line:

    $default_grav = bb_get_active_theme_uri() . 'images/mystery-man.gif';

    to:

    $default_grav = 'wavatar';

    #49811
    Korhan Ekinci
    Participant

    r-a-y

    Instead of mystery-man, I defaulted it to wavatar.

    How did you do that r-a-y? I also would like to do it

    #49807

    In reply to: group wire problem

    Korhan Ekinci
    Participant

    Maybe this problem is also connected with this:

    https://buddypress.org/forums/topic/sigh-integration-cookie-problem-for-all-users-except-admin

    since you have a capital letter in your username and groups are connected with bbpress

    I am not sure though

    plrk
    Participant

    My users had “no role on these forums” until I installed some bbPress plugin that fixed this (by giving them the “member” role automatically – before that I had to it by hand). Are you sure this is not the case?

    Greg
    Participant

    UPDATE: it really is about the caps. For user_nicename “reboot”…

    – user_login = rebootzzz CAN post

    – user_login = rebootZZZ can NOT post

    – user_login = Reboot can NOT post

    I have started a thread on the bbPress support forum too.

    Greg
    Participant

    korhanekinci, yes, I did add those four lines that the bbPress Integration plugin suggested.

    I also defined WP_AUTH_COOKIE_VERSION. Without this line the cookie integration doesn’t work at all.

    Like I mentioned above, my current clue is that only users who have NO caps in their “login_name” (field in the wp_users table) can post on the forum.

    Now, WPMU strips caps from the username when people register, but I have bbPress users that pre-dated the WPMU integration and they do have caps in their login_name.

    One other datapoint to add: I tried a standalone installation of bbPress 1.0.1 and it doesn’t have this problem. Users with caps in “login-name” can post fine.

    Korhan Ekinci
    Participant

    When you login the forum page as a member, posting is ok. But not ok, when you login bp and move to bbpress.

    Korhan Ekinci
    Participant

    Ok, I don’t know if this helps, but when I had wpmu 2.7.1 and used bbpress-integration plugin, I had to add

    define( 'COOKIEHASH', '####################' );
    define( 'COOKIE_DOMAIN', '.yourdomain.org' );
    define( 'SITECOOKIEPATH', '/' );
    define( 'COOKIEPATH', '/' );

    to the wp-config.php file and

    define( 'WP_AUTH_COOKIE_VERSION', 1 );

    to the bb-config.php file

    After upgarding to wpmu 2.8.1, I read here that I had to delete the line I added to the bb-config.php file. Could that be the problem???

    Korhan Ekinci
    Participant

    I have the same problem! I have bp 1.0.3 and bbpress 1.0.1. There is deep integration as well, use bbpress-integration plugin.

    As reboot now says: *everything* works except posting on the forum (only admin can post to the forum). No errors, after posting I am returned to the forum home page and nothing is posted!!!

    It used to work fine, but after I upgraded wpmu to 2.8.1 and bp to 1.0.3, it stopped working

    #49775
    julient
    Participant

    Hi and thanks for your answers. I’ll try to remove the plugins and see if I can find out the one causing the issue.

    Meanwhile, here are the answers to the common questions.

    Julien

    1. Which version of WPMU are you running?

    2.7.1

    2. Did you install WPMU as a directory or subdomain install?

    Director

    3. If a directory install, is it in root or in a subdirectory?

    Root

    4. Did you upgraded from a previous version of WPMU? If so, from which version?

    Yes, from 1.5.1 through 2.6.5

    5. Was WPMU functioning properly before installing/upgrading BuddyPress?

    Yes

    6. Which version of BuddyPress (BP) are you running?

    1.0.2

    7. Did you upgraded from a previous version of BP? If so, from which version?

    No, first install

    8. Do you have any plugins other than BuddyPress installed and activated?

    Many. I won’t list them here. I’ll try first to remove them to find out if it may cause the issue.

    9. Are you using the standard BuddyPress themes or customized themes?

    Standard, we haven’t customized anything yet

    10. Have you modified the core files in any way?

    11. Do you have any custom functions in bp-custom.php?

    No

    12. If running bbPress, which version?

    No bbpress (yet)

    13. Please provide a list of any errors in your server’s log files.

Viewing 25 results - 6,126 through 6,150 (of 7,500 total)
Skip to toolbar