Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 49,951 through 49,975 (of 68,985 total)
  • Author
    Search Results
  • Mark
    Participant

    @twodeuces: I modified your plugin code so that it depends only on BP, not WPMU. And I also made it so that it doesn’t matter if the site is single blog or multiblog.

    PM me your email addy and I’ll send it to you.

    r-a-y
    Keymaster

    @codeispoetry – Try upgrading to BP 1.2.5.2.
    There was a bug in deleting a member or marking a member as spam.

    #84477
    Paul Wong-Gibbs
    Keymaster

    Not only is this thread off-topic now, it’s also closed.

    @lincme please keep posts relevant, respectful and on-topic in future; you can always contact someone via the activity stream if you want to discuss something specific. If you want to discuss this, contact me directly.

    #84473
    hotforwords
    Participant

    lincme.co.uk, r-a-y and I have had numerous conversations where I even discovered a few bugs in buddypress and I even came up with couple solutions. The fact that he saw me on Carson Daly was coincidental and something rather exciting even for me. Be nice!

    #84468
    r-a-y
    Keymaster

    I hate repeating myself but the reason I mention the renaming is BuddyPress uses the “forums” slug by default, so if you installed standalone bbPress at /forums/, there will be a slug conflict.

    Did you even install standalone bbPress?

    On a properly-integrated bbPress and WordPress install, you can login at standalone bbPress and you will be logged in at WordPress and vice versa. I’ve done this on multiple occasions and it works.

    #84462
    alanchrishughes
    Participant

    I’ve looked into that, but all that does is rename the tab/link and the url for the component your dealing with, it won’t combine the bbpress and buddypress registrations and accounts.

    I was playing with the idea for a while to just rename “groups” to “topics” and treat them as a forum
    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/completely-re-naming-the-groups-component/

    #84461
    Pisanojm
    Participant

    Hi Jeff,

    I’m new to BP, but have been trying to get a handle on some of this and am starting to participate in the TRAC system after confirming on BP.. Truth is it’s a little intimidating to use the TRAC system…

    #84459
    BOW
    Participant

    We’ll we got it working (actually technical support got it working – nice guys too)

    Now we haven’t stress tested it yet, but its a very nice chat implementation, but what really sealed the deal for us (we had been trying arrow chat) was the cool little modules for page translations and facebook/twitter.

    We’ll worth a look and well worth $129

    Hooks nicely into our buddypress and only can be used by logged in users so im hoping that will help keep bandwidth hammering down a little bit.

    If it proves to be a sticky as i hope it will it will be a great investment.

    effone
    Participant

    @foxly

    Thanks for your reply. I’ll remember that about the album plugin in case we have more trouble (fingers crossed) down the road.

    effone
    Participant

    We figured out the problem. There was a bad SQL query.

    The file we had to edit : …wp-contentpluginsbuddypressbp-activitybp-activity-classes.php

    The offending code was on line 359:
    $fullname_where = “AND pd.user_id = a.user_id AND pd.field_id = 1

    The trick was to change the line to the following:
    $fullname_where = “AND pd.user_id = a.user_id

    The short explanation is that no records exists in the wp_bp_xprofile_data table that have a field_id value of ‘1’.

    We don’t know how this happened – during setup? We also aren’t yet sure if this change will cause adverse effects somewhere else, but replies are now working.

    Hope this helps someone else.

    #84454
    r-a-y
    Keymaster

    @ronia , @alierkurt
    Try the newest release — BP 1.2.5.1 — and see if that works:
    https://downloads.wordpress.org/plugin/buddypress.1.2.5.1.zip

    #84453
    Sven Lehnert
    Participant

    +1 Android!

    #84452
    Jeff Sayre
    Participant

    Bump

    #84451

    BuddyPress avatars have been a constant thorn in everyone’s sides because there are so many possible configurations available for where uploads will go, and how they are displayed.

    The more eyes we can get on this code is the better. Both Andy and myself have patched, adjusted, and repatched this code for the past few versions, fixing some issues and creating others.

    I suspect these issues stem from the WP-singlesite to WP-multisite conversion. Where there is still a setting for singlesite domain.com/uploads/ when multisite is looking for domain.com/files/, but I’m unable to duplicate the bug so far.

    #84450
    gpo1
    Participant

    Android native app….

    #84449
    Nahum
    Participant

    have you looked at this about the avatars not showing up. https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/custom-avatars-arent-shown-on-single-blogs-in-wpmu/

    @boonebgorges you opened my eyes to a easier way to doing this. i think your way is much more light than what i was doing. how would you suggest getting the blog owner id/user id and be sure that it is 1 admin?

    #84447

    Would be awesome to at least have a nice iPhone ready theme available. I know someone ( @modemlooper?) was working on an iPhone theme recently. You might want to hook up with him to check his progress.

    #84446
    xrun
    Member

    @nahummadrid
    Yes, that is some of what I was looking for. Thing is that it still only shows the standard gravatar, not the uploaded user profile image. That image was uploaded through the BP change avatar dialog on the main site ie. http://site.com and seems not to show up on the users own blog at http://blog.site.com. It does show up when going to the profile using the links in the menu bar though, those links point to the main site domain.
    It is a subdomain multiuser setup, but it should still work shouldn’t it?

    @boonebgorges
    Allright, I moved it to the wp-content/plugins folder. I can’t see any different in widgets or plugins, but I’m not sure where to look for it.
    Just to clarify, I’ve been working with WPMU for a couple of years, it’s just buddypress that’s virgin territory for me.

    #84441
    Boone Gorges
    Keymaster

    @xrun You got it all right, except that bp-custom.php should go into your plugins folder (probably wp-content/plugins).

    Mark
    Participant

    @boonebgorges Sorry, I wasn’t very explicit. I am visiting the user’s profile while logged in as an admin, which gives me the Admin options in the admin bar, including the option to “delete this user”. That way, it doesn’t work.

    I’m sure I can delete the user from within the WordPress interface, but that is what I want to avoid. So I want to find out what could be causing this BP error.

    #84439
    José M. Villar
    Participant

    Hi there. Thanx for the tuts & info.
    Any chance of updating malleable for BP theme ? I see you removed it from xfactor site.

    #84438
    Nahum
    Participant

    @xrun this should get you started https://buddypress.org/community/groups/bp-profile-widget-for-blogs/ for more customization as far as bringing in the “send message, follow, etc.” that would need a little more time and effort in getting the blog owner ID and relate it to the bp user and his profile actions you are looking to add, which it sounds like you want the member profile id card in the users blog sidebar. try the widget plugin first…it might be satisfactory enough. if you contact the plugin author he may even add some more of those features.

    #84436
    silversurferes
    Participant

    Hi

    I have the following error:

    Fatal error: Call to a member function getName() on a non-object in /home/www/webXXX/html/wp-content/plugins/buddypress-ajax-chat/bp-chat/chat/lib/class/AJAXChat.php on line 124

    I´ve got this problem since i updated to the newest BP Version

    #84442

    In reply to: profile fields by id

    Boone Gorges
    Keymaster

    That will work. The only problem is that it’s not entirely future-proof. If the structure of the $field object changes in future versions of BP, you’ll have to rewrite the code.

    If I were you, I would use a profile loop, as described at https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-profile-data-loop-bp_has_profile/. That way you can use the built-in template tags, which won’t break when BP is upgraded.

    The xprofile template tags aren’t as fleshed out as I wish they were, but they should work nicely for your purpose. Put the three fields that you want to appear in column 1 in a profile field group, the next three fields in another group, etc. Then it’ll be easy to create the markup using bp_profile_groups() loop.

    #84427
    thekmen
    Participant

    @anaxent sorry for the late reply, been away for a few days.
    Yes, the current version of the theme on http://bp-theme-converts.com/mystique-with-buddypress/ works with BP 1.2.5.
    Feel free to post any issues or support for plugins you want on the forums there.

Viewing 25 results - 49,951 through 49,975 (of 68,985 total)
Skip to toolbar