Search Results for 'buddypress'
-
AuthorSearch Results
-
December 17, 2009 at 5:04 pm #58986
In 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.
December 17, 2009 at 10:28 am #58951In reply to: BuddyPress Links 0.2-RC1 now available
pimpmywordpress
ParticipantThanks for this awesome plugin. So far I have one issue when I save my link I’m redirect to the homepage without saving anyting, very strange any idea?
December 17, 2009 at 7:40 am #58948In reply to: Cannot login into new blogs
Brajesh Singh
Participantplease provide more details.
December 17, 2009 at 6:49 am #58943In reply to: I\'ve got different themes on different pages
kiwipearls
ParticipantI have the exact same problem. Is there an easier way to fix this?
Can I just overwrite WPMU and Buddypress via FTP? Or do I really need to delete them all first? I just want a step by step, layman terms, of how to go about this. And I suppose I will need to remember my sql db access passwords..lol shame on me I know, but I might just create a new user for that SQL table and use that for access.
I tried just reinstalling Buddypress…deactivated, deleted the files, re-uploaded Buddypress via FTP – then reactived it…so doing that alone did not fix the problem. It still won’t let me select default theme. So I guess I need to do the same for WPMU.
I just don’t want to go through the trouble of deleting WPMU and then re-uploading it – plus all my plugins (which I have backuped).
But from now I I will just ignore the auto-update linky thingy.
December 17, 2009 at 5:22 am #58934In reply to: Comments on Forum-posts ?
Mike Pratt
ParticipantDecember 17, 2009 at 4:35 am #58933MrMaz
ParticipantYou guys should check out my plugin BuddyPress Links. The newest version 0.2-RC1 supports embedding of YouTube, Flickr, and metacafe videos, with more sites to be added soon.
https://wordpress.org/extend/plugins/buddypress-links/
https://wordpress.org/extend/plugins/buddypress-links/download/
It is not styled like a gallery, but this is very possible with theming.
Originally I wanted to create a media library plugin, but I quickly realized that mash-ups are the future. Hosting your own media library is like trying to re-invent the wheel. There is so much that goes into streaming video, its mind boggling. YouTube and Flickr already dominate the Internet as far as rich media goes. If you can’t beat ’em, join ’em.
redyor
ParticipantThis is the best integration i have seen so far between WordPress MU and Buddypress. Great Work!
Also i do have a question, what plugin are you using for the Classified?
Is it a 3rd party script ? custom script ? or something else???
Thanks!
December 17, 2009 at 4:00 am #58930In reply to: BuddyPress Links 0.2-RC1 now available
MrMaz
ParticipantI need the interface and theme gurus to step up to the plate and submit some patches. I am 95% coder and 5% designer, so rely on the community to bail me out when it comes to these strange browser quirks.
December 17, 2009 at 3:37 am #58928In reply to: BuddyPress Links 0.2-RC1 now available
David Lewis
ParticipantSafari is available for PC. Has been for years. Or you can also test with Chrome. Chrome uses the same rendering engine as Safari (Apple’s Webkit Engine).
-
AuthorSearch Results