Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 6,551 through 6,575 (of 7,561 total)
  • Author
    Search Results
  • #47949
    talk2manoj
    Participant

    I am using bbPress-1.0-RC1 and everything seems to be working fine.

    #47945
    3047445
    Inactive

    I am having much the same issue as @notme31 and I am using bbpress 1.0-RC3. It looks like the RC release may be the issue. What is the “known good” beta release that I should use?

    #47915
    Burt Adsit
    Participant

    I’m not aware of anyone who has been successful using bbpress rc* for group forums. I gave it a shot and couldn’t seem to figure out the problem in the time I had available. bbpress 1.0 alpha 6 works.

    #47900
    notme31
    Participant

    Hello, I need help, I have installed wordpress mu 2.7.1, buddypress.1.0.1 and bbpress-1.0-rc-3.

    I have the “Attention Site Admin: Group forums require the correct setup and configuration of a bbPress installation” stupid famous msg. I have added all the plugins, edited config files of bbpress and wordpress to match auth keys (as explained), etc. added a new user in buddypress, change to “admin” state in bbpress, etc

    I dont know what more to try, I read all posts, added small pieces of code to config files, deleted cookies, etc

    I am lost, I spent 8 hours trying things and nothing. Same msg. I have one database for wordpress mu and other for bbpress…

    Any idea of something I could test? or maybe something fails in my server?

    I have done the XML-RPC test that Burt created and server said: “Hello from bbPress!” so it works… I am so tired :((

    #47897
    notme31
    Participant

    Hello, I need help, I have installed wordpress mu 2.7.1, buddypress.1.0.1 and bbpress-1.0-rc-3.

    I have the “Attention Site Admin: Group forums require the correct setup and configuration of a bbPress installation” stupid famous msg. I have added all the plugins, edited config files of bbpress and wordpress to match auth keys (as explained), etc. added a new user in buddypress, change to “admin” state in bbpress, etc

    I dont know what more to try, I read all posts, added small pieces of code to config files, deleted cookies, etc

    I am lost, I spent 8 hours trying things and nothing. Same msg. I have one database for wordpress mu and other for bbpress…

    Any idea of something I could test? or maybe something fails in my server?

    #47887
    2964399
    Inactive

    anyone ?

    Everything is working starting from forum integration. Posting from buddypress or bbpress. All post shows up in the group forum itself.

    Just that, new topic, post reply for group forums are not showing in sitewide activity ? How can i do ? :( . Please help me.

    And one more thing is, group wire supposed to be shown in the side wide activity as well ?

    I am using Buddy Press 1.0 , BBpress 1.0 Rc1

    #47881
    vito687
    Participant

    1. Which version of WPMU are you running?

    2.7 official not svn

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

    directory

    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?

    WordPress MU 2.7.1

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

    yes, still is

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

    1.0.1

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

    1.0 and prior to that RC2

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

    Bp-TOS (terms of service) which is the only possible interference

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

    standard Bp-theme only css edited

    10. If running bbPress, which version?

    latest

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

    none

    Problem is as stated in post above

    #47879
    Kieran
    Participant

    Yes, I’ve got this problem as well.

    Forum posts in Side wide activity include the [p] [/p] code like Will says.

    Does anyone have a clue where the problem lies?

    Everything else works fine, including all other side wide activities.

    I’m using WPMU 2.7.1 BP 1.0.1 and BBPress 1.0-alpha-6

    #47875
    Jeff Sayre
    Participant

    @Mattlay-

    As he has not been active on these forums for over a month, I doubt you’ll get a reply from Terryjsmith.

    But, to answer this question:

    I am curious if anyone knows if bbpress and BP are working to do this somehow by default. I am sure they are working on a lot of things but like I said this seems rather important from a users perspective.

    You should view theBuddyPress roadmap. You can see that for BP v1.1, better integration support is one of the goals.

    #47865
    r-a-y
    Keymaster

    Sunday morning bump!

    Let me know if any of you need clarification with what I typed above.

    #47860
    mattlay
    Participant

    @Terryjsmith what is the status of your ‘sexy’ plugin to do this?

    I am curious if anyone knows if bbpress and BP are working to do this somehow by default. I am sure they are working on a lot of things but like I said this seems rather important from a users perspective.

    #47833
    Windhamdavid
    Participant

    that someone was me – https://buddypress.org/forums/topic.php?id=2893 what I had noted is that sam’s plugins is essentially the same as bp-forums-bbpress-live.php and the only answer (at this point) is to manually construct the bp_forums_get_forum() as you’ve suggested. the problem I was incurring previously was avoiding having to use the forum ID as an argument – when set to null it returns the most recent topics. https://trac.buddypress.org/ticket/375

    #47830
    suleiman
    Participant

    Yeah, I’m playing around with doing that now. Just was wondering if anyone else out there was experiencing the same.

    #47826
    r-a-y
    Keymaster

    It’s a CSS issue, suleiman.

    You’ll need to either modify the bp core admin bar CSS or add a CSS rule to your bbPress theme’s CSS file

    #47825
    suleiman
    Participant

    I was able to fix the problem of the wrong logo by adding in the following line to my bbpress functions.php file:

    add_filter(‘bp_admin_bar_logo_src’, ‘my_admin_bar_logo’);

    The new problem is that the logo still appears with too big of a left margin. Any ideas folks?

    #47823
    suleiman
    Participant

    I use the filter my_admin_bar_logo($content){

    return “/custom-img/admin_bar_logo.gif”;

    }

    to replace the admin image in the top left hand corner of the buddybar with a custom one r-a-y.

    If I use the code you provided then my custom image isn’t shown, and the formatting that shows up is positioned too far to the right.

    Any idea why this might be happening?

    #47770
    Jeff Sayre
    Participant
    Jeff Sayre
    Participant

    Jessica-

    I can’t remember if you’ve tried this yet. If not, it is worth a shot.

    Switch to the standard bbPress theme. Place the calls to wp-head and wp-footer in the appropriate places. Don’t worry about the calls to the search-login-bar. We’re only doing a test to see if we can get the top menu bar to appear.

    Also, does your BuddyBar show for logged in users but just not for those who are logged off?

    #47746
    r-a-y
    Keymaster

    Hmm… Reboot Now, that’s interesting because my functions.php file seems to work in my bbPress theme. I’m using the functions.php file to call on the BP admin bar and it works.

    FYI, I’m using bbPress 1.0 alpha 6 and the default Kakumei theme.

    Just tried your _get_avatar() function and it works!

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

    Thanks!

    #47742
    Burt Adsit
    Participant

    Haha. I do have a certain ‘flavor’ don’t I? Ok, we can stop this now.

    #47741
    Jeff Sayre
    Participant

    @Burt

    I’m particularly proud of my discovery of the true nature of the relationship between bp/wpmu/bbpress when it comes to integrating the three

    Gluons and quarks! That made me laugh. You are a strange, charmed, down to earth, up to the challenge, top of your game, and never on the bottom of a list.

    Yes, that is quark humor.

    #47735
    Burt Adsit
    Participant

    bbpress RC2 and RC3 integration is broke. See: https://buddypress.org/forums/topic.php?id=3199

    Neither one of us in that thread had any success. I’m particularly proud of my discovery of the true nature of the relationship between bp/wpmu/bbpress when it comes to integrating the three:

    http://hyperphysics.phy-astr.gsu.edu/hbase/forces/imgfor/fforcon.gif

    #47734

    In reply to: BP Avatars in bbPress

    r-a-y
    Keymaster

    Hey guys, I’m in the same boat as tommylbc, Jrtlm and bobman024.

    John, are you currently using the latest version of Burt’s bpGroups v0.36?

    I’m also using deep integration, so I am wondering what steps you are using to make BP avatars work in bbPress.

    #47729
    Jeff Sayre
    Participant

    Matt-

    Have you looked at the Trent’s detailed instructions here? His instructions work with bbPress RC1.

    Also, is you’re not using BP v1.0.1, it may be a good idea to upgrade.

    #47728
    Matt Kern
    Participant

    I have tried RC 1 and 2 with no luck.

    What I am really looking for is a version that matches the install instructions.

    What are others doing?

Viewing 25 results - 6,551 through 6,575 (of 7,561 total)
Skip to toolbar