Search Results for 'buddypress'
-
AuthorSearch Results
-
December 17, 2009 at 6:58 pm #58998
In reply to: Only selected plugins on member blogs?
peterverkooijen
Participantsocialpreneur, can you guarantee that ANY plugin that works on WPMU also works on Buddypress? And works for all features of Buddypress?
December 17, 2009 at 6:42 pm #58996In reply to: HTML in Groups and Forums
josephtravers
ParticipantSo… okay… it looks like the default is to just transform typed URLs into links, like so: http://www.buddypress.org
The “test link” I posted in my original post on this thread (above) worked using an html “a” tag, but I can’t seem to make html work in my forums.
Should I be looking for a specific plugin?
Are bbPress plugins usable on buddypress to interact with the forums?
December 17, 2009 at 6:07 pm #58994In reply to: Slug Change = how to change name of group url
luccame
Participanthttps://buddypress.org/forums/topic/buddypress-editable-group-slugs
edit: sorry, not exactly what you need, but i’ll leave this for reference…
December 17, 2009 at 5:35 pm #58992In reply to: BuddyPress Links 0.2-RC1 now available
pimpmywordpress
ParticipantI got this error after deleting line 468 from bp-links.php and remove –> “return false”
I did select category and add url, name, desc after submit got this error “Please fill in all of the required fields”
December 17, 2009 at 5:28 pm #58990In reply to: BuddyPress External Group Blogs Plugin
jamesyeah
ParticipantHey!
Since running the new 1.2 theme from the trunk this plugin no longer works, it works with the classic theme but I really miss it!
Currrently the ajax loader just hangs, any chance of an update on this plugin, I miss it!
December 17, 2009 at 5:26 pm #58989In reply to: BuddyPress Links 0.2-RC1 now available
MrMaz
Participantmake sure you have selected a category? the only req fields are category, url, name, desc.
December 17, 2009 at 5:15 pm #58988In reply to: BuddyPress Links 0.2-RC1 now available
Tore
Participant@ MrMaz: I’ve got some basic CSS-skills but not more than that. I’ve got more opinions than skills (blushes)..
December 17, 2009 at 5:14 pm #58987In reply to: BuddyPress Links 0.2-RC1 now available
pimpmywordpress
ParticipantYes I got an error message “Please fill in all of the required fields”
December 17, 2009 at 5:04 pm #58986In reply to: BuddyPress Links 0.2-RC1 now available
MrMaz
ParticipantYou are the first to report a problem with links not being added to the activity stream. It works in my test install. The activity entries are showing up everywhere that they are supposed to.
I am not sure how to go about debugging this one, hrmmm.
December 17, 2009 at 5:02 pm #58985In reply to: BuddyPress Links 0.2-RC1 now available
MrMaz
ParticipantTry deleting line 468 from bp-links.php
remove –> “return false”
That won’t solve your problem, I don’t think, but I want to see if you at least get an error message.
December 17, 2009 at 4:54 pm #58983In reply to: Activity DB Design Discussion
MrMaz
ParticipantCool man, I don’t want anyone to think I only just complain, hehe. I have never been good at sugar coating stuff, and my wife gives me hell all the time about it. Btw, I have a 2 y/o and a pregnant wife, so I reserve the right to be snarky, lol.
Check out my registry for auto-embedding rich media services. I think it could be adapted to work for activity streams, although I guess it would have to be de-PHP5’d

Registry & Service Template Methods
https://plugins.trac.wordpress.org/browser/buddypress-links/tags/0.2-RC1/bp-links-embed-classes.php
Services
https://plugins.trac.wordpress.org/browser/buddypress-links/tags/0.2-RC1/bp-links-embed-services.php
To solve the performance problem, each “service” would need to define a method that denormalizes itself for storage in the table that is queried (it gets hammered). This is very similar to format_activity(), except the abstract activity registry class would define strict rules for the format of data that is returned, then format the output itself from this “cached” denormalized data. We are back to square one with the need to refresh the denormalized data periodically, but I can think of a few ways to lessen the hit. One would be to have a timestamp (or other freshness indicator) column so only records that have changed are refreshed. It would be ideal to refresh the data with a pure SQL query, but then the components would have to provide the SQL to do it, and that would get very messy.
In the end you have an activity stream class interface that basically says… you want to record activity? Ok, extend me and define these methods. You have to return data in exactly this format. Add yourself to my registry, and if you followed directions, I will do all of the heavy lifting for you. Otherwise, get lost.
LMK if any of this sounds good to you, or if we are way off of the same page.
December 17, 2009 at 4:53 pm #58982In reply to: BuddyPress Links 0.2-RC1 now available
gpo1
Participant@MrMaz, Job well done so far, can you provide screen shoots of it and for activity stream enable it so that when a user adds link or media it hookup to their stream!
Maybe add a tag feature…
December 17, 2009 at 4:44 pm #58981In reply to: Activity DB Design Discussion
Jeff Sayre
ParticipantOkay, as I was thinking about and writing a reply to Andy’s OP, there have been many posts. So, I will post what I have to say first before reading the rest of this thread. I’ll post again if I have anything to say with regards to other people’s comments
First of all, I want to say thank you for starting this thread. This type of discussion is not something that can been done effectively on IRC. Secondly, it’s clear that the trajectory of the referring thread has struck a nerve in you.
My comments were an attempt to start a healthy debate and not meant as a major criticism. Your work on the BuddyPress core is very commendable and much appreciated. So, let me reiterate, as I stated in my first post in that thread, I’m excited with the direction BuddyPress is headed. I believe that v1.2 will be a major, beneficial update to the platform.
The vision that you’ve outlined here helps frame the discussion going forward. Up until now, we, or at least I, did not have a clear idea about your vision. The roadmap is of course only a listing of features. It is not a statement of your design philosophy or design goals. All that the majority of us could discern about your vision (and here I particularly mean developers) was from what we saw in each changeset and a few morsels gleamed from IRC here and there.
With that said, I think this is the most crucial statement:
What I don’t want is for BuddyPress to be limited to high end servers with beautiful caching solutions. In reality, I want this thing to run on cheap hosts where someone can just throw it up there and it doesn’t take the server down.
This is a lofty but worthy goal! In my mind, I look at WPMU and BuddyPress as platforms best utilized on more robust setups. To that end, my ideas, my suggested approaches, have been geared toward a higher-end user. But now that this particular goal of yours has been stated, I have a very clear idea of what guides your BuddyPress design decisions.
Your ideas about the activity stream are interesting.
Rather than creating multiple new tables for each content type, why not just use the activity table but be able to denote different types of content using identifiers or types?
This will require some thought if blog posts, forum posts, and other content types are to be successfully integrated into this vision. I guess for purposes of backend discussion, it might be best to refer to this envisioned table, or set of related tables, as content tables instead of activity tables.
Activity of any type would be recorded in the appropriate content table and thought of as primary content and secondary content. Primary content is the object of the activity—a post (in a blog or forum), a picture (any piece of media), an accepted friendship, etcetera. Secondary content would be any response to the primary content—comments, retweets, etcetera.
As far as proposed schema changes, that all depends on how this vision is charted out. So, perhaps it’s best to figure that out before debating, or even professionally arguing, about DB design.
December 17, 2009 at 4:15 pm #58977In reply to: BuddyPress Links 0.2-RC1 now available
MrMaz
ParticipantOnce 1.2 is considered to be more stable I am going to start a new branch of links to begin supporting the new default theme. I also have plans to do a lot more with the activity stream, but until it is on more solid footing, I am afraid to spend too much time on it.
If you want to help update the theme to work with 1.2, that would be awesome.
Thanks, I will see if I can replicate the problem.
December 17, 2009 at 4:08 pm #58975In reply to: BuddyPress Links 0.2-RC1 now available
pimpmywordpress
ParticipantAs a test for youtube I used http://www.youtube.com/watch?v=v2AYUqVNSsY and for regular links I used http://speckyboy.com/2009/12/03/20-professional-jquery-image-gallery-plugins/ and http://www.noupe.com/css/50-fresh-css-techniques-tutorials-and-resources.html
December 17, 2009 at 3:49 pm #58972In reply to: BuddyPress Links 0.2-RC1 now available
Tore
ParticipantWould love to see this with 1.2 and some way to add the “link” on the frontpage.
December 17, 2009 at 3:35 pm #58970In reply to: Activity DB Design Discussion
Tore
Participant“Rather than thinking of the activity stream as just a place where everything is aggregated, the activity stream will be the place where everything actually happens/is stored.”
Praise the lord! (sorry for the evangelic speak but I think this is a major positive change)
“small iterative improvements”: Regarding the forums
I’ve been debating to stop viewing the forums the way we’ve been. Established BP-websites using it will be less interested in this. I’m still starting out and would like to change my website to 1.2-style and ahead.
Currently (1.1) the forums are available when walking to groups and then the forums. You have to click a lot to get to the posts.
The new theme (1.2) is trying to place the activity stream as the place to _do_ it all. I’ve been using testBP.org like crazy because it’s like a mini Facebook/FriendFeed. So I like it.
So what happens to the forums? Why will anyone even bother to go all the way down to groups/forums and post something in the forum (or even at the website.com/forum/-page) with 1.2? Buddypress, out of the box, isn’t using some kind of TinyMCE or else that would allow you to enter things in a different way (most forums have some kind of quoting system). It’s just a box to write in. But still it’s a categorised box and replies to the box is shown more egalitarian with the same size (comments to posts in the stream aren’t).
My guess is that communities with very active forums will still be used. But newcome BP-installations will not use them that much unless they’re really big communities (+5000).
This does change the way that we interact and talk. Nothing in the activity stream (1.2) will be important enough to be put at the top of the list. It’s just the stream with the latest new activity at the top. This is another change away from the old forum style. In a regular forum, the latest post with a new comment will trigger the topic to move to the top of the forum topic list (the old activity stream).This is where BP will be very different. There’s no retriggering of topics to the top if you aren’t using the forums the old way (which people will probably do less and less).
Facebook is nice but you loose the use of forums since they aren’t presented in the stream. The stream rules… This way BP will be focused on social relationships that mainly are filled with activity updates consisting of bits and fragments instead of intense debate of old topics. Why? Because there’s no retriggering of topics to the top.
Am I alone to prophecy the death of the forum? …and the need of some kind of solution to this merge of everything into the status update, which I also aplaud…
December 17, 2009 at 3:19 pm #58969In reply to: BuddyPress Links 0.2-RC1 now available
MrMaz
ParticipantCan you please post a couple of the links you are trying to add? I just want to make sure I am using the same data as you when testing.
December 17, 2009 at 2:52 pm #58966In reply to: BuddyPress Links 0.2-RC1 now available
pimpmywordpress
ParticipantThanks for the quick reply. It’s when I’m loged in as admin in my profile page –> under create a link. I tried several times with links and youtube videos links, same result. Running the latest version of MU & BuddyPress.
December 17, 2009 at 1:15 pm #58964In reply to: BuddyPress Links 0.2-RC1 now available
MrMaz
ParticipantCan you please provide some more information about your issue…
Are you able to create any links at all, or does it happen all the time?
Does it occur on create/admin or both?
Is there a specific kind of data that causes this?
December 17, 2009 at 12:43 pm #58962Paul Wong-Gibbs
KeymasterI’ve not seen any. My Achievements plugin sort of does this in some ways, but it isn’t intended to be a user stats plugin.
December 17, 2009 at 11:58 am #58957koms
ParticipantBrajesh,
Thanks for your reply.
I’m using buddypress 1.1.2. Somehow my plugins got missed. So I reinstalled again. but now the member list is not displayed. The message I’m getting is ‘No members found’
December 17, 2009 at 11:58 am #58956In reply to: New 1.2 SWA and Blog/Forum syncing: Feedback Needed
Andy Peatling
KeymasterI’m closing this thread since the conversation has moved on. Please continue over here:
https://buddypress.org/forums/topic/activity-db-design-discussion
December 17, 2009 at 11:32 am #58954In reply to: can a user enter his own password at registration?
Brajesh Singh
Participant@Greenkaos
I had already resolved the issue for @fd, after her mail on my blog.
This plugin is not for buddypress 1.1.x, It was pre 1.1, and still works with 1.0.3(if anyone uses that).
buddypress 1.1 has the same functionality built in core.So, This plugin is not under active development anymore.
hope It makes sense.
Thanks
Brajesh
December 17, 2009 at 10:37 am #58952In reply to: Detailed Debugging ?
Brajesh Singh
Participantok,basic advise
1.drop all tables from database which starts with .wp_bp_
2.edit wp_sitemeta
delete all the following entries
bp-core-db-version
bp-activity-db-version
bp-blogs-first-install
bp-blogs-db-version
bp-friends-db-version
bp-groups-db-version
bp-messages-db-version
3.Delete buddypress from wp-content/plugins
4.delete wp-content/themes/bp-sn-parent and bp-default
4.Try logging In to your site and check if all the basic wpmu things work.
5.Now download bp 1.1.3 and upload it using ftp
6.Go ahead and activate.
see , if this problem is resolved. If not, PM me your site details, I will be glad to check and help.
From your errors, It seems BP is not getting installed properly, that”s why I recommend these comprehensive steps.
-
AuthorSearch Results