Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 29,001 through 29,025 (of 68,918 total)
  • Author
    Search Results
  • #137932

    In reply to: Explain the @mention

    bhappy
    Participant

    Okay a I know about Twitter. I clicked on my “mention” and I got this response:

    Sorry, there was no activity found. Please try a different filter.

    So do I go to my friends page to mention….I tried in my comments to @name but nothing happened…lost here.

    #137930
    Paul Wong-Gibbs
    Keymaster

    Sure. Make a ticket on https://buddypress.trac.wordpress.org/ and we’ll look into it for a future release. If you are able toacreage a patch for this change, it’d get into BP quicker.

    #137929
    Andrew Tibbetts
    Participant

    Thanks modemlooper.
    I have been looking though the code for over a month now and I’m getting nowhere.
    I am trying to modify the “BuddyPress Activity Comment Notifier” plugin to do what I want—it takes activity update comments and makes a screen notification for them.
    This is exactly what I want to do but for post comments, not activity update comments.
    A possible solution that I’m stuck on is how to trigger an activity comment when someone creates a post comment.
    Well, I’m stuck on everything; even how to approach this, and most likely, I’m going about this all wrong.
    If any kind soul can take a minute to provide details, it would be greatly appreciated—otherwise it might be nuts to the client.

    #137928
    Paul Wong-Gibbs
    Keymaster

    Look into something called “Open Graph”.

    I’m not aware of any decent plugins that add Open Graph markup for BuddyPress content, before you ask :)

    Paul Wong-Gibbs
    Keymaster

    Activity stores data in what’s known as a “modified preorder tree traversal” structure; it’s a way of storing hierarchical data. http://www.sitepoint.com/hierarchical-data-database-2/ has more information.

    Left and right are used to store the position of the node in the tree. Unless you want to/are able to figure out correct values, I strongly suggest you use BuddyPress’ APIs to insert or update data.

    #137924

    In reply to: Moving Buddypress

    The API Guys
    Participant

    Further, if I can get to the Activity Stream and I try to post something, nothing gets posted and the page redirects to home.

    Thanks for the reply, Paul.

    Here is a 30-second screencast I made showing the issue in action as well as the weird solution.

    #137922

    In reply to: Moving Buddypress

    The API Guys
    Participant

    And to be clear, I’m using BP-Default for this testing, although it’s not the theme I plan to use.

    #137921

    In reply to: Moving Buddypress

    The API Guys
    Participant

    So where I stand, Activity Stream only works if I DON’t have the correct page selected. That is, if I set it to Activity, and then try to open that page, it will redirect to home. If I set it to Actividad, and then go to Activity, the Activity Stream is there. Members still has the same problem. Going to the Members page works, but clicking on a profile redirects to Home.

    #137920

    In reply to: Moving Buddypress

    The API Guys
    Participant

    Ummmm,. sorry for the message of good news. The Activity Stream isn’t right yet, either.

    modemlooper
    Moderator
    #137917

    In reply to: Moving Buddypress

    The API Guys
    Participant

    Aha! It seems that I had deleted the original Activity page, but didn’t empty the trash, so I created a conflict, no matter what I set as the Activity Stream page in the Buddypress admin settings, it knew that there was something in that trash, I guess, that it was originally pointing to?!?

    #137916
    vebailovity
    Participant

    Hi,

    @Paul Gibbs, that’s a very good point. However, would it be possible to wrap that portion in a hook, or expose the resulting domain in a filter? This way the core could carry on doing its thing, while the plugin could hook up to that and take care of itself.

    #137915

    In reply to: Moving Buddypress

    The API Guys
    Participant

    define(‘WP_DEBUG’, false);
    define(‘WP_ALLOW_MULTISITE’, true);
    define(‘MULTISITE’, true);
    define(‘SUBDOMAIN_INSTALL’, true);
    $base = ‘/’;
    define(‘DOMAIN_CURRENT_SITE’, ‘qiaccess.com’);
    define(‘PATH_CURRENT_SITE’, ‘/’);
    define(‘SITE_ID_CURRENT_SITE’, 1);
    define(‘BLOG_ID_CURRENT_SITE’, 1);
    define ( ‘BP_ROOT_BLOG’, 105 );
    define( ‘SUNRISE’, ‘on’ );

    Buddypress site is community.qiaccess.com. I’ve changed all of the links in wp_bp_activity to reflect this, but still, no activity shows.

    #137913
    abbie2636
    Participant

    Yes thanks Paul. I did this all originally. I think the issue has come about from installing plugins. I have done a few things since then, but I don’t think this should be the issue. I’d love to be able to completely delete & reinstall BuddyPress, but I did try this, including deleting all the items from the database, and nothing happened so I’m hoping another fix can come about.

    Here is a link to the error log although not sure if you’ll be able to open it.

    https://www.dropbox.com/s/g4rfcqa17gh38j8/error_log

    #137912
    yours2share
    Member

    Thanks very much for your replies. The ConstantContact API hadn’t responded via the WordPress forums so I thought I’d try you. The CC integration is pretty critical for me, if it doesn’t work, then I probably can’t use Buddypress.

    The CC API support doesn’t say whether it works with BuddyPress or not. I’ve just realised that I hadn’t tagged the forum post correctly so they might not have picked it up, I’ve done this now, so maybe I’ll hear from them.

    It’s hard for me to give any further information. If I switch BP off and S2members on, CC fields appear as I’d expect, switch BP on and S2members off and nothing appears on the BP registration screen.

    #137910
    wtawta
    Member

    Thanks Paul. I got it sorted. Turns out my theme designer actually removed the elements I wanted and a few lines of code in the css fixed my up. Looking forward to buddypress 1.6. Thanks again!

    #137907
    Tammie Lister
    Moderator

    What you are asking for sounds beyond what I would expect a theme to do. However, this forum really isn’t the best place to ask I would point you to ask the theme developers. I do know this may not be what you want to hear but truly they will be the ones that know their product the best, not those of us on this forum. I hope you have success contacting them and get a theme that works for you.

    Tammie Lister
    Moderator

    Just to be clear, what you are saying is that there are a number of things you think BuddyPress fails at with regards to social content sites and you’d like to see changed? If so I’d recommend you either / or post this in the Requests / Feedback section (it may get lost in this section) and also look to open tickets if you think it’s a valid enhancement request or bug https://buddypress.trac.wordpress.org/

    #137904
    Roger Coathup
    Participant

    @djpaul – has anything changed recently, as the ‘Load More’ AJAX in my profile activity stream no longer works for me. Pretty sure, this was functioning correctly a couple of weeks back. Without this, it makes it even harder to find previous topics.

    Tammie Lister
    Moderator

    Are you trying to build your own widget or add them as menu links? Ideally you shouldn’t remove things from the admin bar as that’s a control panel really for users but this link should provide a starting point for you:

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/remove-the-visit-link-from-the-buddypress-admin-bar/

    #137901

    In reply to: Group Creation

    Paul Wong-Gibbs
    Keymaster

    In BuddyPress 1.6 (due out soon – weeks, rather than months) there is an admin option to do this. In the interim, maybe look on wordpress.org for plugins.

    #137900
    Paul Wong-Gibbs
    Keymaster

    Looks like issues with the BP Mobile plugin rather than BuddyPress. Have you tried contacting the BP Mobile plugin’s author for support?

    #137899
    Tammie Lister
    Moderator

    When you say tweak it all depends on what you want to do as a lot you can simply do using CSS which means no needs to dive into the actual templates. I’d recommend a tool like Firebug http://getfirebug.com/ or Inspector depending on what browser you use. Using that you can view your page and inspect each element adjusting the CSS live and see the results.

    Now, if you do want to dive deeper into templates it all depends on your theme. What should happen is your theme would be a child of BP Default ‘or’ use the template pack – I don’t know what theme you are using so don’t know what is the case. Some premium themes do bundle the files for BuddyPress (and often BBPress) in with the theme. Depending on your theme does also depend on where the BBPress template files may be. It could be it’s using default styling, it could be it has called it’s own – in this case the files would be in your theme folder. Ideally it should do the later if using customisation.

    If you just end up doing CSS you can override in your themes CSS.

    I would encourage you if you can to link in your site as it’s not the best way to view an image and diagnose CSS (or suggest if just can be CSS). Also stating what you want beyond you don’t like look – most things can be done in CSS but you may want more structural and for that it would be wrong to just suggest CSS.

    #137895
    Paul Wong-Gibbs
    Keymaster

    In BuddyPress 1.5.6, you have the choice of two forum types: site wide, and group forums. Both are powered by bbPress; the former by bbPress 2 (the plugin), the latter by bbPress 1 (the standalone software). Right now, you can’t use bbPress 2 for group forums.

    When BuddyPress 1.6 is released, you will be able to use bbPress 2 for group forums. And that’s what we’re strongly encouraging everyone to do; bbPress 2 is a much better piece of software, and is in active development (bbPress 1 is dead).

Viewing 25 results - 29,001 through 29,025 (of 68,918 total)
Skip to toolbar