Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 59,901 through 59,925 (of 68,948 total)
  • Author
    Search Results
  • #58998
    peterverkooijen
    Participant

    socialpreneur, can you guarantee that ANY plugin that works on WPMU also works on Buddypress? And works for all features of Buddypress?

    #58996
    josephtravers
    Participant

    So… 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?

    #58994
    luccame
    Participant

    https://buddypress.org/forums/topic/buddypress-editable-group-slugs

    edit: sorry, not exactly what you need, but i’ll leave this for reference…

    #58992
    pimpmywordpress
    Participant

    I 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”

    #58990
    jamesyeah
    Participant

    Hey!

    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!

    #58989
    MrMaz
    Participant

    @pimp

    make sure you have selected a category? the only req fields are category, url, name, desc.

    #58988
    Tore
    Participant

    @ MrMaz: I’ve got some basic CSS-skills but not more than that. I’ve got more opinions than skills (blushes)..

    #58987
    pimpmywordpress
    Participant

    Yes I got an error message “Please fill in all of the required fields”

    #58986
    MrMaz
    Participant

    @Gpo1

    You 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.

    #58985
    MrMaz
    Participant

    @pimp

    Try 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.

    #58983
    MrMaz
    Participant

    @Andy

    Cool 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.

    #58982
    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…

    #58981
    Jeff Sayre
    Participant

    Okay, 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. ;)

    #58977
    MrMaz
    Participant

    @Tore

    Once 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.

    @pimp

    Thanks, I will see if I can replicate the problem.

    #58975
    pimpmywordpress
    Participant
    #58972
    Tore
    Participant

    Would love to see this with 1.2 and some way to add the “link” on the frontpage.

    #58970
    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…

    #58969
    MrMaz
    Participant

    @pimp

    Can 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.

    #58966
    pimpmywordpress
    Participant

    Thanks 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.

    #58964
    MrMaz
    Participant

    @pimp

    Can 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?

    #58962
    Paul Wong-Gibbs
    Keymaster

    I’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.

    #58957
    koms
    Participant

    Brajesh,

    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’

    #58956
    Andy Peatling
    Keymaster

    I’m closing this thread since the conversation has moved on. Please continue over here:

    https://buddypress.org/forums/topic/activity-db-design-discussion

    #58954
    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

    #58952

    In reply to: Detailed Debugging ?

    Brajesh Singh
    Participant

    ok,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.

Viewing 25 results - 59,901 through 59,925 (of 68,948 total)
Skip to toolbar