Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 7,226 through 7,250 (of 7,367 total)
  • Author
    Search Results
  • #35360
    Wardee
    Participant

    You know, this was happening to me the other day. I was pulling RSS feeds from bbPress forums and one of them would not work. I scrapped the whole idea. Sorry I can’t help!

    Figured anything out?

    #35346
    Wardee
    Participant

    Yes, graphic integration.

    I read yesterday on bbpress forums about “deep” integration where you include wp with the loading of bbpress: https://bbpress.org/documentation/integration-with-wordpress/#func

    But all I get is a blank screen when I try to do that. I’m not sure I’m adding the right code to bb-config.php.

    #35341
    nicolagreco
    Participant

    Do you means a graphic integration ?

    Burt Adsit
    Participant

    Have you seen this?

    https://bbpress.org/plugins/topic/support-forum/

    Turns a forum into a support forum.

    #35282

    In reply to: Require Login

    Trent Adams
    Participant

    @wardeh – I haven’t actually tried that plugin with a custom member theme, but it might not be working for 2 reasons.

    First might be because the plugin is calling $is_member_page, it might not work unless you have all the functions included with the normal buddypress-member theme.

    Second reason might be because the header('Location: ' . get_settings('siteurl') . '/register'); is calling the register page on the main theme that doesn’t exist? Maybe change that line to header('Location: ' . get_settings('siteurl') . '/wp-signup.php'); and see if that works?

    The bbPress plugin should work if you are calling it out of /my-plugins/ but I am pretty sure you have to have the <?php bb_head(); ?> in your template header as well as <?php do_action('bb_foot'); ?> in your template footer.php.

    Let me know, as the bbPress plugin is just a “redesign” of the force login plugin found in the bbPress forums.

    Trent

    #35259

    In reply to: Require Login

    Trent Adams
    Participant

    If you look at the method that I used in the bbPress Force Login plugin (in plugins forum here) and combine it with the member-login plugin I wrote, it would be quite possible to combine the 2 into a complete site solution with excluding the login and register pages. I don’t have time to look at it now, but it is possible.

    Trent

    #35255
    Wardee
    Participant

    Nicola, I don’t need help with that part. Got that figured out. ;) See, I don’t want to use the group forums at all. I just want a general forum. So I installed it at /forums and I integrated it. My question was if css styling/adding page navigation was my best bet for making it “look” integrated. I think the answer is “yes”.


    Burt, I hear ya. I need a forum to take over for a currently vibrant and active Invision Power Board installation. I and the other admins are so used to all the features, privacy, levels of privacy, user moderation, terms of service, etc. that bbPress seems lacking. Simple:press delivers on some of those things, but I’m not happy with the cluttered, busy look of it.

    But, this decision does not just come down to styling. I think I’ve managed to make my forums (bbPress) look just like my main site (though could use the BuddyBar there :D ). It is more the features that I need right now.

    I am leaning toward going with bbPress and working on/waiting for those features. But I’m not sure.

    Thanks for the input.


    Let me ask you another question? When I log in on my main site, then go to my forums, it does not show me as logged in. However, if I do a Ctrl-F5 complete refresh, then I am logged in. So is this a cache issue? Do you know how I can fix it?

    #35210
    nicolagreco
    Participant

    Next time contact me on BPDEV ;)

    You’ve to do another bbpress installation (change directory name sure! like http://buddypressdev.org /bp-groups/ for integrated bp-groups and /forums/ for the main forums).

    Intregrate this one with wordpress and you’ve done ;)

    Nicola

    #35193
    Burt Adsit
    Participant

    Wardeh, I’ve looked at bbpress, simple:press and phpbb3. I installed, configured and toyed with all of them. IMHO bbpress is the best of the lot. It has user integration with mu, it’s fairly easy to learn and skin and it is going to be more and more tightly integrated with mu.

    simple:press is just that, simple. If all you want is a quick forum component that integrates tightly with mu, it’s great. I just don’t see it going anywhere. My forums are extremely important to my site. I’m going to spend a lot of time and effort configuring and extending that component. My users are going to get used to whatever forum I hook up. I’d like the software that I’m working with to be around next year and have some kind of future.

    phpbb3 is very powerful. It’s the top of the line when it comes to configuration options and sheer volume of features. If phpbb3 don’t got it, it doesn’t exist as an option or feature anywhere. It is possible to integrate with mu. I had it running that way. It’s main drawback is that it has so many options and features that it’s confusing for the end user. It’s daunting to visit a phpbb3 forum and see all the little buttons, options, links, notifications, doodads, geegaws and flashy things. I get confused, lost and frustrated myself on those. My experience has been that normal people who aren’t whiz bang computer geeks are frightened and confused by it.

    bbpress also has the concept of plugins to extend it’s feature set and change it’s behavior. If I want to add or change a feature in phpbb3 then I have to modify the source code to get it.

    #35168
    Wardee
    Participant

    Burt, this is the first time you yelled at me. :D

    At least I know I’m doing the only option available to me at this point.

    But… I was looking at Simple:Press the other day. http://simplepressforum.com/ It loads in a WP page and has more permissions/admin capabilities. Because it works as a WP plugin, the BuddyBar is in use there. In addition, because it is a plugin, you retain your regular sidebar/theme without having to do any tweaks — no making a separate forum installation “look” like it is the same.

    I don’t know, looks pretty good. I set it up and everything and it worked fine in WPMU. Then I went back to bbPress. Was that stupid? The reason being that I’m worried that BP will support a general forum with bbPress one day and I want to stay in the loop if so, not wander off on another trail.

    Any thoughts?

    Wardee
    Participant

    If you come up with anything, let me know, please?

    Hey, the ‘buddybar’ is a great name. It stuck with me after I first heard/read you using it.

    Burt Adsit
    Participant

    lol. This ‘buddybar’ thing I started is catching on. With all the right people it seems. I’m never gonna live this one down.

    The buddybar(tm) relies on lots of mu specific stuff. It gets generated on each page load in mu. We ain’t in mu no more when we get to bbpress. I’ve been thinking about this issue also. A quick think tells me I might pass a global var from mu to bbpress that holds all the menu items that are useful to me over at bbpress. Then create a bbpress menu bar that builds a menu from that global. Same look, same items just not dynamicly built for each page load. Just gens it from the global each bbpress page load.

    Just a quick think.

    PHP var space is PHP var space. bbpress is just another hunk of code in PHP var space. Gotta go do some research on this php session stuff.

    #35161
    Burt Adsit
    Participant

    Wardeh! I keep yelling your name don’t I? Not sure why. Must be because you are far away. My girlfriend thinks that the farther away she is, the louder she has to be on the phone. Perhaps it’s related to that.

    The bbpress theme integration issue is one we all face. I have to do it too. I just haven’t had the time yet. I agree that the group forums aren’t the easiest place to get to if I wanna talk or listen to what is going on there in my groups. I view the group forums at the moment to be a convenience.

    A convenience to me in that I don’t have to create a forum for each group that wants one. Or forget to do that. Or don’t get around to doing that in a timely fashion.

    #35160

    In reply to: Avatars

    Burt Adsit
    Participant

    You didn’t leave your contact info ehegwer.

    Nice integration of bp into your theme. Then there is the evil bbpress side of look and feel that I haven’t had time to face either. Just make it go away please Santa. :)

    #35121
    zenseeker
    Participant

    Hi Trent,

    I finally gave up on cookie integration and went with just the wordpress integration. I got farther along in that I can post topics now with no errors, but adding a reply gives the dreaded red “There was an error posting that reply.” Looking over your last post gave me pause though. Are you saying to install only wpmu and bbpress, get them working, then install buddypress? Maybe I’m just tired, but the instructions from bp-forums/installation-readme.txt dont’ seen to follow that route. Makes sense though. I keep saying I’ve attempted this for the last time and moving on, but I find myself pulled back in once more with a faint glimmer of hope. I hope this isn’t the definition of insanity (always expecting different results).

    Thanks for all your time in helping us.

    #35004
    Trent Adams
    Participant

    The “my-plugins” folder is actually based off the root of your forum install. If it is /forums/ then you would have /forums/my-plugins/ for the folder.

    The real trouble with getting the forums side working is that it makes the assumption that you have WPMU and bbPress installed 100% and integrated properly even before you start trying to get the buddypress side going. Always make sure the logins are integrated and working right before you continue on.

    Biegun also has a point as well. Buddypress accesses bbPress through publically accessible xmlrpc.php and if you put .htaccess in there for password protection, it will break as well since it won’t be able to access the installation.

    slaFFik I would just suggest that if you reinstall WPMU 2.7, you also restart on bbPress 1.0 alpha 4 from scratch as well and then integrate the installs off the installation of bbPress and just go through all the steps again without having a bit more information.

    #34952
    m@rk
    Participant

    Good Job, works fine. Thank you.

    #34897
    Slava Abakumov
    Moderator

    Trent, its doesn’t work for me. I’m sure that I did everything right. Thу result is:

    I can’t create any topics via Group forum.

    I can’t post in already existing topics (I created them manually in bbPress).

    I’ve read all topics in this forum – nothing helped me. Any ideas?

    #34872
    Wardee
    Participant

    Ideally, not using bp-groups will disable groups (take it out of mu-plugins). Not sure if the other components are dependent on it anymore. At one point, Andy was recommending we use all of them. I think since he’s released the Beta that they will work independently.

    If you want to integrate bbPress with WPMU, the best place to get info on that is at bbpress.org.

    #34866
    Wardee
    Participant

    Trent, the reason the RSS widget doesn’t work is the links go to the forum installation instead of take the user to the Group forum page. I assume the bbPress plugin is the same.

    #34864
    nicolagreco
    Participant

    as i said..

    use feed or seach for bbpress plugins, as trent plugin..

    but i think that creating a plugin to include in user/group a feed box that shows last item published on a feed is useful, for example, inserting a twitter account feed will shows last twits on profile,

    yes i think tomorrow i will work for it..

    #34859
    Trent Adams
    Participant

    There is a WP plugin that pulls latest bbPress discussions that will work on the main blog as well as any other blog on the system now.

    https://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/#post-133

    Trent

    #34856
    nicolagreco
    Participant

    can you develope in php?

    if yes, you could develope a php script that add an action : when a user post someting, it has to be stored in the db,

    or searching for a function in bbpress documentation that shows last articles..

    i believe that if you knows a bit of php you can do the second one..

    Tomorrow i will open http://buddypressdev.org forums and there i will post some lines, if i can with time!

    #34854
    Wardee
    Participant

    The forum activity IS showing in Site Wide Activity. At least it does for me. :D

    You don’t want to use the RSS widget, because those links take you right to your bbPress install instead of to the forum of your group page.

    #34830
    gogoplata
    Participant

    Media Temple here as well and I have nothing but good things to say about them and haven’t had any problems with WPMU/bbPress/BuddyPress.

Viewing 25 results - 7,226 through 7,250 (of 7,367 total)
Skip to toolbar