Search Results for 'bbpress'
- 
		AuthorSearch Results
- 
		
			
January 22, 2009 at 9:42 am #36566In reply to: Forum Integration: HELPING HINTS12thharmonic ParticipantShould integration with an established bbpress install be OK? One that’s been going a while? Cheers January 19, 2009 at 5:07 pm #36492In reply to: Forum Integration: HELPING HINTSclubmaster MemberVery helpful guide, got it working at once with WPMU2.7-bleeding edge, latest buddypress and the 1.0 Alpha install from bbpress. Thanks  January 16, 2009 at 10:34 am #36377 January 16, 2009 at 10:34 am #36377In reply to: bbPress and BuddyPress forumsJoss Winn ParticipantI now see where you’re coming from. The BuddyPress Forum settings state: “To enable forums for each group in a BuddyPress installation, you must first download, install, and setup bbPress and integrate it with WordPress MU. Once you have bbPress set up correctly, enter the options below so that BuddyPress can connect.” Well, I’ve turned the integration off but can still post. I need to look at this some more. January 15, 2009 at 7:21 pm #36330In reply to: bbPress and BuddyPress forumsJoss Winn ParticipantBuddyPress does have forums (you’re using them on your site  . It’s one of the standard set of plugins, called bp-forums. Accessible when you create a Group. I’d like to create a ‘Support’ Group where people are directed to for user-to-user support. I could use bbPress, but it seems like it’s adding yet another application to manage. . It’s one of the standard set of plugins, called bp-forums. Accessible when you create a Group. I’d like to create a ‘Support’ Group where people are directed to for user-to-user support. I could use bbPress, but it seems like it’s adding yet another application to manage.If the BP group forums are intended to scale well, it seems easier for my needs to run the BP group forums rather than bbPress. January 15, 2009 at 5:09 pm #36324In reply to: bbPress and BuddyPress forumsfishbowl81 ParticipantI don’t believe their is such a thing as “buddypress forums”, I believe buddypress requires bbpress for it’s forum capabilities. WordPress MU will scale without question beyond the needs of any individual providing enough server backend power. BBpress as a stand alone should be able to scale large enough for most people. Due to a the different nature of forum database structure, it isn’t as easy to breakup among many servers as a the mu blogs are. An active forum can easily have 100k’s of posts, and I’m not aware of a way to archive older posts into backup tables. BBpress uses 1 table for all posts, it would be possible (there might even already be a plugin to do this) to move each forum to a seperate table, and therefor possibly a separate server. My concern would be for the XML-RPC mechanism used to talk to the forums. This was designed, with good caching, but on a very large buddypress install with 100’s of active groups and 10000’s of members I wonder how much overhead the xml-rpc adds compared to a straight database lookup. It does allow for the bbpress to be moved to a secondary server, which is good, and is safe as it stores a bbpress creditials and not database creditals if the admin account happened to get compromised. The nice part is, the it was written with the bbpress_live class, which could be replaced with any other class. So someone could, if so desired actually rewrite the class to talk to a vbulletin forum or other solution. It could even do direct database lookups and inserts if desired. I’m sure we will see this in the near future, as some large vbulletin sites may want to add the social abilities of buddypress, and maintain their forums, as buddypress groups. I have only used BBpress inside of Buddypress, so I haven’t yet had to deal with scaling issues, as I beleive mine has about 45 posts total. Any Thoughts? Brad January 14, 2009 at 8:00 am #36267In reply to: Personal Profile ForumBurt Adsit Participant@nicolagreco The readonly and hidden forums are already done. Two plugins by _ck_ do just that. I’m using those. The problem is getting the info about groups and group members in bp over to bbpress. It’s not as simple as just including a wp or bp function. bp and bbpress might not be on the same server. They might not even be part of the same mu install. XMLRPC is the path I’ve chosen. It fits in with the plans I have for bp, blogs and forums in the future. January 13, 2009 at 6:09 pm #36239In reply to: Personal Profile ForumBurt Adsit Participanttrent, I just gotta: get all groups from bp for all groups make readonly or hidden based on group type for logged in bbpress user get user’s groups and alter access to specific groups getting all groups getting users groups What I’m working on now. January 13, 2009 at 5:56 pm #36235In reply to: Is there a plugin for Logging IP addresses?Trent Adams ParticipantbbPress does this by default for mods and admins, so it should be that hard to duplicate. Not sure about plugin though. Have you looked through https://wordpress.org/extend/plugins/ ? January 13, 2009 at 5:53 pm #36234In reply to: Next BPDEV plugin? Here your proposalTrent Adams ParticipantI have already looked at this and think it is as simple as just creating a CSS for buddypress that works on mobile devices and using Alex King’s plugin. If you want the fancy stuff, then you create a theme for mobile device and use the iTouch plugin. I already created a bbPress mobile plugin by modifying Alex’s WP mobile plugin, so it shouldn’t be that hard to do for Buddypress. January 13, 2009 at 5:09 pm #36228In reply to: Personal Profile ForumTrent Adams ParticipantInterested in your ideas on only showing groups forums to members on the bbPress side Burt. January 13, 2009 at 3:58 pm #36224In reply to: Personal Profile Forumfishbowl81 ParticipantLets get the general public forum working, before we get greedy. I do like the idea, but for the general good I think you could just form your own cult group, make it private and be good. Please post any progress you make on the privatization of group forums, I would like to do something so I don’t have to maintain 2 installs of bbpress. Thanks, Brad January 12, 2009 at 11:36 am #36152Burt Adsit Participantrealfam, bp covers wpmu, bbpress and bp itself. We try to address all three environments simply because we *have to* to get bp running. That thread was a little off topic for the forums. Even though it did relate to wpmu sorta, kinda. Then again I just get cranky at times.  January 11, 2009 at 11:43 pm #36127 January 11, 2009 at 11:43 pm #36127Burt Adsit ParticipantI thought about doing the same thing. I setup 2 instances of bbpress. One for groups and one for ‘the community’. The groups forums were hidden. I didn’t like it too much. I wanted the public groups to be public forums but read only until users joined a group. I also wanted the private and hidden groups to have hidden forums. See this thread: https://buddypress.org/forums/topic.php?id=696 January 11, 2009 at 6:03 pm #36106fishbowl81 ParticipantHopefully this will make sense I have 4 directories, which I download the svn update to, and then copy them over to the live site: /bbpresssvn /buddypresssvn /wordpresssvn /privatedevsvn By logging into the command line, I can do this svn up inside each of those 4 folders and it will update them to the newest trunk release. Then I run this command (or similar for buddypress) cp -R * ../beta and copy the files to the dev server. So far this has worked really well. The private dev svn is where I upload my own plugins and themes I’m doing development on. This method is extremely fast as I never have to ftp any files between the internet, my laptop and back up to the web server. It does require command line access and knowledge of svn. Hope this helps, Brad January 11, 2009 at 5:40 pm #36099In reply to: Groups – Mods and AdminsBurt Adsit ParticipantI understand completely. What we got here is just the core of a wonderful thing. Some areas of bp are feature rich and some need to be fleshed out. It’s up to us to determine what the features should be based on how we want to use bp. Our problem now is that the docs for the features that do exist are kinda sparse. Like any open source product it’s up to us to create them. This is really how wpmu, bbpress and buddypress are designed. The architecture is extensible and the extensions and features grow out of need. I’d much prefer this way of doing things than being stuck with something monolithic. Here’s what ya get. Take it or leave it. January 11, 2009 at 7:21 am #36066In reply to: Differences between BP & MU 2.6.5 & MU 2.7Maxaud ParticipantAlso, noticed that the “Group Forums” section isn’t present in WPMU 2.7 but it is in 2.6.5 It says the following and has the following options: “To enable forums for each group in a BuddyPress installation, you must first download, install, and setup bbPress and integrate it with WordPress MU. Once you have bbPress set up correctly, enter the options below so that BuddyPress can connect.” – bbPress URL – bbPress username – bbPress password – Cache requests – Caching enabled – Cache timeout January 11, 2009 at 1:08 am #36051Burt Adsit ParticipantIf the db needs upgrading it will auto do so when you visit the admin backend of wpmu. I don’t know how other keep up to date but I have a local copy of the SVN image of bp, mu and bbpress. I also have a test server running locally and I update that manually from my SVN working copy of all three. I used to just work off the SVN image as my dev server but that got confusing for SVN and me. When I’m ready I update the live server. I’m in the process of creating a dev server on the same box as the live server. I did run across this little thing and thought I might try it out: http://dentedreality.com.au/2008/12/managing-wordpress-with-subversion/ January 10, 2009 at 2:27 am #36015In reply to: “escape” characters in Group forum postsBurt Adsit ParticipantPerhaps I shouldn’t have so gleefully stolen sambauer’s magic clickable url function. I just remembered that I have to go over to bbpress forums and ask his help with some xmlrpc stuff in bbpress. Maybe he won’t notice (shhhh…) January 9, 2009 at 10:41 pm #35996In reply to: “escape” characters in Group forum postsBurt Adsit ParticipantThe above instructions on how to ‘solve’ the whacky chars and format stripping that is going on is just a stopgap solution really. We need to filter the text that goes into a post and that comes out of a post. We need to filter the text coming over and going to bbpress. We need that. This stuff is in core and we shouldn’t be screwing with it like this. I’m gonna just create a ticket that outlines the problems with text i/o in and around bp, mu and bbpress. The bbpress side of things needs some additional filtering. When stuff comes thru xmlrpc lots of things are escaped out and they are going directly to the db like that. Bad. Then when they come back out and get sent to bp, bp un-escapes them on this side. That leaves those of us who use bbpress as bbpress with trash in the db from the xmlrpc transport. Gotta fix that too. January 9, 2009 at 9:04 am #35943In reply to: “escape” characters in Group forum postsBurt Adsit ParticipantOh ya. In my travels for the above, I found the magic little function in bbpress for magic links: bb-includes/functions.wp-core.php function make_clickable() line 274 I gladly stole it, copied it over to my favorite php file today ‘bp-forums-filters.php’ renamed it my_damn_make_clickable() and hooked it up to the bp universe with this underneath it: add_filter( ‘bp_the_topic_post_content’, ‘my_damn_make_clickable’); We got bbpress magic urls in posts! You of course would want to put that fn in a little utility plugin that runs in mu-plugins. January 9, 2009 at 8:35 am #35941In reply to: “escape” characters in Group forum postsBurt Adsit ParticipantHey Mike. bp does a whole bunch of filtering before the post is sent to bbpress. About 1/2 dozen wp filters, then some bp filtering then it gets sent to bbpress. There is the bp helper plugin over on the bbpress side that does some more filtering, bbpress gets it finally and stores it. Evidently xmlrpc doesn’t want normal <> type tags so they get stripped out, replaced with [] tags instead for the trip to bbpress. To be replaced on the bbpress side with normal <> tags. Evidently we can’t have special chars such as single quotes, double quotes, ampersands and other things making the trip so bp escapes or converts them to something else for the xmlrpc trip. When these whacky little escaped and converted chars get to bbpress they are just stored. Viewing a bp created post in bbpress is ugly. But we’re not in bbpress were in bp where when we send our post from bp to bbpress it gets the post from bbpress unconverts, unfilters and unescapes all that stuff to display as the post we just sent. During this process the html markup that should be allowed like paragraphs and bold are stripped out somewhere along the line for display in bp even if they have successfully made this round trip unscathed. Now we’re gonna talk about excerpts which have another filtering process applied to them. No we’re not. No I’m not. If you really care, which I don’t anymore, after 4 hrs of tracking this wp action, filter insanity across two pieces of software and several transport mechanisms then you could: Comment out line: 741 in bp-core.php bp_create_excerpt() ‘strip_tags()’ Comment out line: 41 in bp-forums-filters.php bp_forums_filter_decode() ‘wp_filter_kses()’ You get excerpts in group forums and posts in group forums that look normal. You could probably copy these fns and do the approved action/filter thing. You could. I personally take great pleasure in deleting the offending lines at this point.  January 9, 2009 at 7:15 am #35937 January 9, 2009 at 7:15 am #35937In reply to: No admin bar in blogsBurt Adsit ParticipantThere’s no admin bar in the login form no. I’m not sure what email link you are referring to. After signing up a user gets an email with an activation link and then a password and then logs in with a temp password to their blog. To get to the admin backend (dashboard) of any blog you use: myblog.mysite.com/wp-admin/ or after logging in, the user has the option of using the menu bar’s ‘my blogs’ > ‘my new blog’ ><flyout menu> ‘dashboard’ That’s also the admin area of the blog. There isn’t a ‘bbpress bar’ that I’m aware of. There’s a buddypress bar that has a ‘my account’ menu where you can visit your profile and other options. January 9, 2009 at 6:55 am #35936In reply to: forum keysBurt Adsit ParticipantI’m kinda guessing you are talking about getting bbpress and mu configured to share user tables and sessions. https://mu.wordpress.org/forums/ EDIT: the above was also posted in what seemed to be a topic at random on the bbpress forums. January 8, 2009 at 11:04 pm #35927In reply to: No admin bar in blogsPk MemberThanks. I think the previous template didn’t have that. I think im using 2.6.5 as i still have the message “WordPress 2.7 is available! A new version of WordPress MU will be available soon.” If a user logs in via the mail link “http://paulka.runningfree.co.za/wp-login.php” there is no bbpress admin bar, is this correct? How does one get to paulka.runningfree.co.za/wp-admin/ with out using the email link? As i understand the options pages from the bbpress bar only change the profile seen http://runningfree.co.za/members/name-of-member/…. January 8, 2009 at 11:03 am #35886In reply to: Hey Andy, this time about forumsBurt Adsit Participantwardeh, sorry it took so long to get back to you. Been busy. From what I gather all wpmu and bp functions are available. However none of the actions and filters on the mu side are in effect. I’m still not sure what that means. Just something I’ve read. I don’t know if this deep integration is even what I want. I know it’s problematic at the moment. I think it’s going to take some time for sambauers and the gurus at bbpress to work out the kinks. I generate enough problems on my own. I’d like to keep the problems to *me*. I have a chance of fixing those.  I do know that xmlrpc works *now*. That’s what bp is using for the bp-forums component. Loading all of mu just to get at a few functions is kinda overkill. I think what I’m gonna do is create a couple of more xmlrpc methods on the wpmu side that will be called from bbpress. Such as: ‘get_all_group_forums’ – gets all bp groups that have forums and the forum id so that read-only-forums and hidden-forums can be automagicly configured. My plan is to configure all public group forums read-only and private and hidden groups hidden-forums. ‘get_all_group_members’ – Foreach group with forums get the members of that group and automagicly configure an override for each group member in that forum. So from the bbpress side to configure read-only and hidden-forums, we get all the groups that have forums and then all the members of those groups and make the two bbpress plugins work with that info. Should be enough. Using xmlrpc is better than loading all of wpmu just to do those two things. Especially since this deep integration is still flaky. xmlrpc has added benefits. It’s way cooler.  My forums don’t have to reside on the same server as my bp/wpmu install. I keep hearing rumblings, rumorings and hintings about xmlrpc. It’s kinda like sleeping and lurking. Getting ready for something. Comments by wpmu gurus about xmlrpc privately, Andy relying on it for forums. Something’s brewing. My forums don’t have to reside on the same server as my bp/wpmu install. I keep hearing rumblings, rumorings and hintings about xmlrpc. It’s kinda like sleeping and lurking. Getting ready for something. Comments by wpmu gurus about xmlrpc privately, Andy relying on it for forums. Something’s brewing.
- 
		AuthorSearch Results