Search Results for 'buddypress'
-
AuthorSearch Results
-
July 6, 2010 at 5:48 pm #84481
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.
July 6, 2010 at 5:46 pm #84480r-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.July 6, 2010 at 5:26 pm #84477In reply to: Catchable fatal error: in 1.2.5.1 upgrade.
Paul Wong-Gibbs
KeymasterNot 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.
July 6, 2010 at 5:15 pm #84473In reply to: Catchable fatal error: in 1.2.5.1 upgrade.
hotforwords
Participantlincme.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!
July 6, 2010 at 5:09 pm #84468In reply to: how to access to bbpress admin from buddypress??
r-a-y
KeymasterI 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.
July 6, 2010 at 4:56 pm #84462In reply to: how to access to bbpress admin from buddypress??
alanchrishughes
ParticipantI’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/July 6, 2010 at 4:54 pm #84461Pisanojm
ParticipantHi 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…
July 6, 2010 at 4:32 pm #84459In reply to: CometChat – Facebook style chat for BuddyPress
BOW
ParticipantWe’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.
July 6, 2010 at 4:18 pm #84456effone
ParticipantThanks for your reply. I’ll remember that about the album plugin in case we have more trouble (fingers crossed) down the road.
July 6, 2010 at 4:17 pm #84455effone
ParticipantWe 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 = 1The trick was to change the line to the following:
$fullname_where = “AND pd.user_id = a.user_idThe 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.
July 6, 2010 at 4:15 pm #84454In reply to: Avatars aren’t shown after the upgrade
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.zipJuly 6, 2010 at 4:15 pm #84453In reply to: iPhone app for BuddyPress
Sven Lehnert
Participant+1 Android!
July 6, 2010 at 4:12 pm #84452Jeff Sayre
ParticipantBump
July 6, 2010 at 4:12 pm #84451In reply to: Displaying user profile
John James Jacoby
KeymasterBuddyPress 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.
July 6, 2010 at 4:07 pm #84450In reply to: iPhone app for BuddyPress
gpo1
ParticipantAndroid native app….
July 6, 2010 at 3:42 pm #84449In reply to: Displaying user profile
Nahum
Participanthave 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?
July 6, 2010 at 3:27 pm #84447In reply to: iPhone app for BuddyPress
John James Jacoby
KeymasterWould 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.
July 6, 2010 at 2:58 pm #84446In reply to: Displaying user profile
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.July 6, 2010 at 2:28 pm #84441In reply to: Displaying user profile
Boone Gorges
Keymaster@xrun You got it all right, except that bp-custom.php should go into your plugins folder (probably wp-content/plugins).
July 6, 2010 at 2:28 pm #84440Mark
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.
July 6, 2010 at 2:27 pm #84439In reply to: Buddypress version of wordpress 'mystique' theme?
José M. Villar
ParticipantHi there. Thanx for the tuts & info.
Any chance of updating malleable for BP theme ? I see you removed it from xfactor site.July 6, 2010 at 2:21 pm #84438In reply to: Displaying user profile
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.
July 6, 2010 at 2:04 pm #84436In reply to: New BP Chat plugin for Buddypress
silversurferes
ParticipantHi
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
July 6, 2010 at 1:21 pm #84442In reply to: profile fields by id
Boone Gorges
KeymasterThat 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.
July 6, 2010 at 12:24 pm #84427In reply to: Buddypress version of wordpress 'mystique' theme?
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. -
AuthorSearch Results