Search Results for 'buddypress'
-
AuthorSearch Results
-
June 22, 2015 at 7:01 am #240953
danbp
ParticipantHi @rekwan,
Thank you for sharing !
But to be sure with that hack, i would recommend you do the same on NextGen support, and eventually ask the authors to take in account a better option, in case of BuddyPress.They’re also much cleaner and safe solutions, as explained here.
June 21, 2015 at 8:48 pm #240948Rodorm
ParticipantBy connect I mean become friends, interact, read posts, comment etc. Multisite is not what I’m looking for as Multisite installations are all managed by the same admin. I’m thinking about a kind of Diaspora or GnuSocial based on BuddyPress, a distributed social network.
June 21, 2015 at 8:30 pm #240947shanebp
ModeratorNot sure what you mean by ‘connect’.
Even if you could connect members from different installs, managing their interactions across multiple databases would be difficult.afaik, devs use multisite so that everyone uses the same db.
There are some threads about various multisite + BP approaches, here’s one:
https://buddypress.org/support/topic/resolved-how-multiple-buddypress-sites-with-some-shared-users/June 21, 2015 at 7:07 pm #240944In reply to: Buddypress Plugin all files inactive troubleshooting
shanebp
ModeratorNobody can walk you thru the issue based on your description.
Maybe:
https://buddypress.org/support/topic/activity-ajax-problem-with-bp-default-theme/June 21, 2015 at 6:51 pm #240943In reply to: activity ajax problem with BP Default theme
magicbmxfreestyle
ParticipantFixed the problem.
wp_enqueue_script( $id );i put this into
\buddypress\bp-core\bp-core-cssjs.phpjust under
wp_register_script( $id, $script['file'], $script['dependencies'], $version, $script['footer'] );Reference https://buddypress.trac.wordpress.org/attachment/ticket/5889/5889.01.patch
June 20, 2015 at 8:06 pm #240926In reply to: Unable to update user avatar as user
shanebp
ModeratorThe theme author is over loading the BP templates.
Sounds like the theme hasn’t been updated to work with the latest BP.
Instead of deleting the whole
[your-theme]\buddypress
Try just deleting this file:
[your-theme]\buddypress\members\single\profile\change-avatar.phpIf that doesn’t work, try deleting some more profile related files in
[your-theme]\buddypress.And tell the author about your issues.
June 20, 2015 at 7:52 pm #240925In reply to: Unable to update user avatar as user
CarpoA
Participant@danbp I mean’t the front-end upload. But I’ve found the issue. In the custom theme I bought is another Buddypress folder which overrides (I guess) the plugin, because when I remove the folder from the theme, I get a seperate menu item which links to uploading a new avatar.
The custom theme is Blackfyre by Skywarrior, did anybody else had this issue or knows the solution? Maybe like which function I need to include in the custom BuddyPress?
June 20, 2015 at 6:21 pm #240924In reply to: [Resolved] Add group redirects to 404 error!
June 20, 2015 at 4:26 pm #240914In reply to: Buddypress Plugin all files inactive troubleshooting
ct25
ParticipantAt this point the order by function does not trigger a new sort when changed. It does nothing when you change the ‘order by’ from alphabetical to last active and newly registered. It used to load and return nothing before updating to BuddyPress plugin to the latest version. I really need some help getting this fixed.
June 20, 2015 at 1:55 pm #240909In reply to: How to Design BP?
shanebp
ModeratorJune 20, 2015 at 1:53 pm #240908In reply to: Add custom fields (text) to MediaPress Images?
shanebp
ModeratorSomebody who has used that plugin and done some some customization, might see this thread, but
your best bet is to ask the plugin author.June 20, 2015 at 9:11 am #240901danbp
ParticipantSearch for
#buddypress form#whats-new-form textareain buddypress.css (bp-templates/bp-legacy/buddypress/css/buddypress.css)To operate such a modification, you need to create first a child theme.
See documentation.
Also, use a developper tool like Firebug to easely access such layout information.
June 20, 2015 at 9:06 am #240900In reply to: Unable to update user avatar as user
danbp
ParticipantHi,
not clear what is your issue.
First screenshot is related to Core bp-xprofile folder. No interest for this case, we have already BP installed.
Please read Getting Started guide and ensure anything is correctly setup first.
Use one of WP built-in theme while installing/testing BP.As of 2.2.3, BP use a new feature for users profile phot, so you can’t find much related informations about this feature on Google or elsewhere…
Also, note that users can modify their photo on front-end from their profile page, whithout accessing WP’s dashboard.
June 20, 2015 at 6:45 am #240896In reply to: Buddy Press Profile with UserPro
aless1973
Participanti also use userpro plugin , is not really working with buddypress.
June 19, 2015 at 8:56 pm #240894In reply to: Multisite Registration / Change From BP Prmary
Doctor Psyringe
ParticipantWould “Theme My Login” work with BuddyPress if only enabled for the Root Site and BP’s Primary was a SubSite?
Here’s a link to that; https://wordpress.org/plugins/theme-my-login/
Just spit-balling. More to come, I imagine, until the Ticket is Resolved.
June 19, 2015 at 3:10 pm #240891In reply to: Admin notification
shanebp
ModeratorNot sure what you mean by approval…
Use this hook, from buddypress\bp-groups\bp-groups-actions.php :
do_action( 'groups_group_create_complete', $bp->groups->new_group_id );And write a function that sends an email.
June 19, 2015 at 2:23 pm #240887In reply to: How to show pending memberships to user
shanebp
Moderatorafaik, there is no BP function for that.
You could gather all the group ids like so:function get_all_group_membership_requests( $user_id ) { global $wpdb; $bp = buddypress(); return $wpdb->get_col( $wpdb->prepare( "SELECT group_id FROM {$bp->groups->table_name_members} WHERE user_id = %d AND is_confirmed = 0 AND inviter_id = 0", $user_id ) ); }Use:
$pending_group_ids = get_all_group_membership_requests( bp_loggedin_user_id() );June 19, 2015 at 12:06 pm #240881In reply to: Buddypress Messaging
jourdesign
ParticipantSo I am using WordPress 4.2.2 running Cinematix theme and I am using Buddypress Version 2.3.2.1. As you suggested I changed the theme and it worked perfectly any ideas on how to fix it ?
June 19, 2015 at 11:29 am #240879In reply to: Chat plugin?
mariatrier
ParticipantJust wanted to give a heads up here. We chose Cometchat… and oh my what a mess. We ended up hiring them for a custom solution that they simply can’y seem to solve. It’s not an easy task as it’s their small chat window + adding their chat in a large chat window within the Buddypress profile (and so the two should sync instantly), but non the less should be fixable.
We should have been finished several weeks ago, it’s 7 days since we should have launched and we have a chat plugin that is utter rubbish as it does not work and cannot launch…
Either they fix one thing and destroy three other things within their plugin along the way, they fix one thing but mess up our site or they, as now, simply do not answer me (nor work on files) although their support is online. I’ve tried to chat them up on Skype but they have “limited Skype access” (their product is a chat…) although they are online.
So for now I cannot recommend Cometchat. I do still hope to hear from them and hope they will fix all these issues during today and tomorrow, saturday, but I doubt it.
Sigh!
June 19, 2015 at 9:54 am #240875In reply to: Forums not sending email on new topic
Antipole
ParticipantOK – in the absence of anyone enlightening me, I set up a test site with just WP, BuddyPress and bbPress, together with the plugin ’email log’. I determined that emails are not sent by bbPress.
I have now installed BuddyPress Forum Notifier, which seems to do the job.
I am presently experimenting with cron to ensure the batching of comments works reliably.
June 19, 2015 at 7:39 am #240870In reply to: Language change not working
danbp
ParticipantHi @thesmartone,
I even changed wp_config.php, variable WPLANG
This is no more necessary since WP 4.0If your WP is in portugese, BP should be in same language automatically (except if you deactivated this feature)
BP translation can be found on GlotPress. pt_BR is translated to 96% (see here)
The po/mo files goes to wp-content/languages/plugins/buddypress-pt_BR.moYour comment is awaiting moderation, is a default WP string. In many cases, it can also be in theme. To ensure this, activate 2013 or 2015 and test all translations for WP and BP.
Deactivate all other plugins while doing this.And before claiming about buggypress, check for PBCK. Or better, read the doc before installing something. 😉
June 19, 2015 at 7:26 am #240869In reply to: Display user Specific profile ?
danbp
ParticipantJune 18, 2015 at 10:53 pm #240863shanebp
ModeratorYou’re talking about the value of
$thisin the filter call inclass BP_Legacy extends BP_Theme_Compat?
add_filter( 'bp_get_activity_action_pre_meta', array( $this, 'secondary_avatars' ), 10, 2 );Good question.
And I’d be interested in the answer.There must be a simple way to disable secondary avatars…
You might want to ask about this on Slack.Meanwhile, this works, not very efficient ‘tho.
Hook is inbp-activity\bp-activity-template.phpfunction remove_secondary_avatar( $item_id ){ $item_id = ''; return $item_id; } add_filter( 'bp_get_activity_secondary_avatar_item_id', 'remove_secondary_avatar' );And this works, but I don’t know why :<
function remove_activity_secondary_avatars( $action, $activity ) { if ( $activity->component = NULL ) { // don't do anything } return $action; } add_filter( 'bp_get_activity_action_pre_meta', 'remove_activity_secondary_avatars', 10, 2 );June 18, 2015 at 7:04 pm #240858In reply to: How to update Activation link
shanebp
ModeratorI never suggested you remove the ‘old’ folder.
You mean this folder?
buddypress\bp-templates\bp-legacy\buddypress\members\activate.php
If so, no.
And re-read the whole codex page so that you understand what a template overload is.June 18, 2015 at 5:48 pm #240855In reply to: @mention autosuggest in visual editor
danbp
Participantall i could say is that is an old request, even if confidential.
See this ticket opened 4 years ago
and this bbpress ticket kicked to 2.7 as idea. And why not 6.0 ? 😉Supposing that if more people would ask, it will be resolved faster.
Aside, the gist given by imath need to be completed to work with BP 2.3.2.1 on text Tab (only) by adding
bp_is_grouptoif ( function_exists( 'bbpress' ) && is_bbpress() || bp_is_group() )And to enable visual editor, no need of a plugin. See here.
-
AuthorSearch Results