Search Results for 'buddypress'
-
AuthorSearch Results
-
August 19, 2016 at 8:52 pm #257806
In reply to: [Resolved] Wrap embeds in div
buddycore
ParticipantAugust 19, 2016 at 8:45 pm #257804In reply to: [Resolved] Wrap embeds in div
Henry Wright
ModeratorPerhaps that filter hook is for filtering embeds in WordPress content? BuddyPress must have a filter for this. I’ll need to have a dig around…
August 19, 2016 at 4:53 pm #257790In reply to: How to show all members regardless of activity
danbp
ParticipantWhy not making your member directory alphabetical by default ?
Add this to members-loop placed in /child-theme/buddypress/members/members-loop.php:22<?php if ( bp_has_members( bp_ajax_querystring( 'members' ) . 'type=alphabetical' ) ) : ?>Note:
– member must be approved (by validation mail or admin action) to appear in the list.
– default behave is that a new member only appear on directory after his first login.August 19, 2016 at 3:58 pm #257788danbp
ParticipantHi @bazingauser,
try this solution and give feed back
https://buddypress.org/support/topic/suppressing-rich-text-on-xprofile-text-area/#post-247640
August 19, 2016 at 3:09 pm #257783Paul Wong-Gibbs
KeymasterTry enabling a
BP_ENABLE_USERNAME_COMPATIBILITY_MODE: https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/August 19, 2016 at 2:59 pm #257781In reply to: [Resolved] Register form not working on mobile
sazler
ParticipantIf anyone else has the same problem I have fixed it by adding some mobile media queries in my custom CSS file for the #buddypress .standard-form #profile-details-section. Although it looks like I will need to setup lots more for different sections as mobile display is not working well for a few different sections.
August 19, 2016 at 2:17 pm #257780In reply to: email notifications stopped for @ mentions, replies
pixelpushermama
Participant@djpaul Any news on this? That mail bridge plug in did not work for us. We are currently running WP 4.5.3 (I know there is an update available)
BuddyPress Version 2.6.2
BuddyPress Edit Activity 1.0.8
BuddyPress Follow Version 1.2.2
BuddyPress Forum Editor Version 1.0
BuddyPress Global Search Version 1.1.4Along with
bbPress 2.5.10
BuddyBoss Wall Version 1.2.7
BuddyBoss Media Version 3.1.9
Along with Memberium and i2SDKThese appear to be a few revisions beyond when we asked originally and it is still not functioning.
It has been several months since we have had an operational email notification capability,which is a problem for us, running a paid site we need full functionality. Can you reccomend anything to try or anyone we should consult with?August 19, 2016 at 9:56 am #257773In reply to: Errors showing bp core ?
Paul Wong-Gibbs
KeymasterWhat version of WordPress, BuddyPress, are you using?
What theme, and what other plugins do you have active?
August 19, 2016 at 9:11 am #257772In reply to: Register LABEL
Paul Wong-Gibbs
KeymasterAh, what’s the profile field type for that? Is it a date field type or a “Birthday” field type?
Are you using the https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/ plugin ?
August 19, 2016 at 9:08 am #257771In reply to: Activate BuddyPress components programmatically
Paul Wong-Gibbs
Keymaster@schweizersolutions With your current solution:
1) If BuddyPress is loaded in this context, I’d strongly recommend you use
bp_update_optioninstead ofupdate_optionas this supports all the different configurations of BuddyPress install/configuration.2) If you look at
bp_version_updaterorbp_core_admin_components_settings_handlerfor example, it does what you’re doing, but it runs the installation routines afterwards. I’d recommend you copy the logic frombp_core_admin_components_settings_handler.3) An alternate approach is to filter the
bp_new_install_default_componentsarray as long as you can put that in place before BuddyPress loads.4) I think
activated_pluginmight be too early, i.e. before BuddyPress installs. I am not sure, I can’t test right now. BuddyPress’ core routines start fromplugins_loaded, and I think that’ll have already be triggered beforeactivated_plugin, so the behaviour will be undefined (i.e. it might install on the next page load, or part-install immediately, and I have no idea if this will break stuff).Hope this helps
August 19, 2016 at 8:52 am #257768Topic: Errors showing bp core ?
in forum How-to & Troubleshootingmagicvish
ParticipantHi we are having an error show up on our page
one is an error coming up on registration : page
http://imgur.com/a/QQlNHtheWarning: array_merge(): Argument #2 is not an array in /home/asianins/public_html/thebettinguniversity.org/wp-content/plugins/buddypress/bp-core/bp-core-taxonomy.php on line 132
Warning: Invalid argument supplied for foreach() in /home/asianins/public_html/thebettinguniversity.org/wp-includes/functions.php on line 3507
how can we solve this please
August 19, 2016 at 8:44 am #257766In reply to: first_name & last_name automatically altered
Paul Wong-Gibbs
KeymasterBuddyPress will try to sync the value of a user’s “Name” field to the First and Last Name fields in their wp-admin user profile.
To disable this, go to wp-admin Settings > BuddyPress, and disable Profile Syncing.
August 19, 2016 at 8:40 am #257765In reply to: W3 Total Cache
Paul Wong-Gibbs
KeymasterThe Object Cache feature inside W3TC is not compatible with BuddyPress. It does not work properly.
August 19, 2016 at 7:38 am #257763Topic: W3 Total Cache
in group forum Installing BuddyPressIveta Arnaudova
ParticipantHello,
I would like to ask you if the BuddyPress plugin is compatible with W3 Total Cache Plugin and if yes how do I have to set it up to work properly?
Thank you in advance
Regards,Iveta
August 19, 2016 at 2:37 am #257760In reply to: buddypress hosting
buddycore
ParticipantBuddyPress is solid, shared hosting is cheap but there are many alternatives. Do some research with different hosts and see what they can offer you.
August 18, 2016 at 5:24 pm #257754danbp
Participantyou can filter the activity stream. Read here:
You’ll also find many snippets on the forum by searching for “_parse_args”.
Updates are an activity type ! This is already available in the activity filter.
August 18, 2016 at 5:18 pm #257753In reply to: first_name & last_name automatically altered
danbp
Participant@mugwumpman,
first and last_name fields don’t belong to BuddyPress, but to WP profiles.BP use only a field called Name at first install. User can enter their first AND last name in that field. Is this what you’re talking about ?
After reading your topic on wp.org, it seems that you use those fields to enter datas which are not first and last names, but more for company and company activity or such.
As you use BP, i would suggest you use the power of xprofile and offer to your user a much better experience by adding a field for a company and another for company activity (or something like that). So you can forget WP’s profile fields and use BP’s xprofile fields.
WP’s profile field used when BP is activated are: username, email and password.
And BP adds his mandatory Name field, which can be first, lastname, username or whatever other unique name belonging to a subscriber (which can be a human, a pet, a company….).And yo can as many fields you want to the registery or for later on profiles.
The other problem related to font case is a mistery so far. Can be related to many things such as plugins or theme or custom function. This can be determined by debuging and using one of WP’s default theme and all plugins deactivated.
No matter to know if you fill a wp or a bp field for this. Both use a textarea, so it’s probably more a css thing somewhere.
August 18, 2016 at 4:07 pm #257750Topic: first_name & last_name automatically altered
in forum How-to & TroubleshootingMatt
ParticipantIs it possible that a piece of Buddypress code is altering my users’ first_name and last_name fields?
This change happens seemingly at random, without us asking for it to happen and it does two things:
- The first_name & last_name values change from uppercase to title case.
- Any first_name values more than one word long (in other words ones that contain a space) get shortened to the first word and the remaining words get prepended to the last_name value.
I’ve asked in a wordpress forum thread in case it’s a core thing, but people think it may be buddypress related.
Thanks in advance!
August 18, 2016 at 3:34 pm #257748danbp
ParticipantSee in bp-templates/bp-legacy/buddypress/members/single
and read here for some general guidance. Note: even if only Twenty theme are described as example, you can use (more or less) the same technique for any other theme.
What ever, all starts by creating a child-theme as very first step.
Related to your question, do drop down list of the sub nav and hide them in the object nav fields, i think you don’t need to alter a template, but to write a custom function.
As i can be wrong about you goal, perhaps take also a look to core file bp-core/bp-core-buddybar.php to understand how nav and subnav are instanciated.
Read also https://codex.buddypress.org/developer/navigation-api/
August 18, 2016 at 3:18 pm #257747danbp
Participant@fearthemoose, a solution is partially given in this topic. Check just the correct way to write the function from here:
It’s important also to try first with a Twenty theme, as the issue could came from your theme or another plugin as BP.
August 18, 2016 at 7:40 am #257739In reply to: Group with multiple forums?
mlwilkerson
ParticipantI posted the final bit of my solution to this problem over on BBPress Ticket #2191 here:
https://bbpress.trac.wordpress.org/ticket/2191#comment:17It’s filter code that helps bbPress to know what BuddyPress group is associate with any activities that might happen in a sub-forum.
So the BuddyPress group still has just one forum, but that one forum can have multiple sub-forums.
August 18, 2016 at 7:13 am #257737In reply to: Post On Buddypress Profile
danbp
Participant[URL’s removed] by user request.
Only 5 tickets of your’s on Trac: https://buddypress.trac.wordpress.org/search?q=dono12August 18, 2016 at 5:46 am #257736ziumzium
ParticipantHi I wanna change registration layaout with cornerstone
Every time I want see this http://localhost/meetmate/register
The site redirecting me to http://localhost/meetmateI have made child theme
I’ve tried adding this to functions.phpadd_action( 'init', 'signup_redirect_remove_init', 9 ); function signup_redirect_remove_init(){ remove_action( 'bp_init', 'bp_core_wpsignup_redirect' ); }or
remove_action( 'bp_init', 'bp_core_wpsignup_redirect' ); remove_action( 'bp_screens', 'bp_core_screen_signup' );but I still can’t get on this page.
Thanks for help
I’m using X theme. And newest versions of buddypress
Is there is any chance to use corner-stone/visual-editor or page builder to edit registration site or i’m only able to edit it by overwriting register.php ?
August 18, 2016 at 2:59 am #257735In reply to: Group with multiple forums?
mlwilkerson
ParticipantRegarding my caveat above (that BP activities were not showing up in the BP news feed of a non-admin user), I have discovered that two other plugins I have been using are effecting the behavior here:
- BuddyBoss Wall: this is not breaking anything, but it does change what the activity stream looks like to the user. In particular, it adds a “news stream” view, similar to Facebook. So for anyone reading this later wondering what I meant by “news stream” above, that’s apparently a BuddyBoss Wall specific view.
- BuddyPress Activity Privacy: It was when I disabled this plugin that the non-admin user started seeing the activity updates in his news feed as I would have expected. And I’m not saying that this plugin was breaking anything necessarily—could easily have just been some configuration mixup on my part. But it was time for me to remove this plugin anyway because it was adding unnecessary complexity to my site.
So removing the Activity Privacy plugin resolved the caveat. Scenario 4 is now working for me just as I need it to.
August 18, 2016 at 1:52 am #257734In reply to: Group with multiple forums?
mlwilkerson
ParticipantThanks for the suggestion, @earl_d. I had tried it already, but at your suggestion, I tried again. I did find one user error on part that was partially responsible for the fact that it didn’t work previously (the root group forum had a visibility of “Hidden”, which breaks makes the topic inaccessible to non-admin users). But still, your suggestion didn’t work for me.
TLDR: I got it working, mostly, though not entirely, and not using the approach you suggested, but your suggestion sent me down a fruitful path that ended up working out. See Scenario 4 below. Posting all of this for the benefit (hopefully) of others that may come along some day trying to work through the same issue.
(BTW, the way I interpreted your suggestion was that I should set the top-level group forum to have type=category instead of type=forum. In any case, here are my results…)
Versions
- WordPress: 4.6
- bbPress: 2.5.10
- BuddyPress: 2.6.2
Scenario 1:
(a) Create the BP Group without an associated forum.
(b) Separately, later, create a forum with type=category
(c) Go to the BP Group’s settings to try and associate the Forum to the BP GroupFail: The forum drop-down has the category forum greyed out, probably because it’s type=category.
Scenario 2:
(a) Create the BP Group *with* an associated Forum (which will automatically have type=forum)
(b) Separately, later, go edit that new Forum’s type, setting type=category
(c) Navigate to the forum’s page within the group. Say’s “the forum is empty.”
(d) Add a new sub-forum type=forum
(e) Create Topic A in the sub-forum
(f) Navigate to the group’s forum again (as a non-admin user)Expected: Topic A should appear
Actual: Topic A does not appear(g) How about directly linking to Topic A? Maybe Topic A is accessible to the user, but somehow the template simply isn’t outputting it under (f) above?
Expected: Topic A should be accessible
Actual: Topic A is accessibleTherefore: the user can see and interact with Topic, but BuddyPress doesn’t know about it as being part of the forum.
In retrospect, what seems to have actually happened here is that the original group of type=forum was regenerated and associated with the BP Group. So our topic is probably not showing up in the Group because it’s parent is the sub-forum of a forum the forum that is no longer associated with the group.
Scenario 3:
I thought: If sub-forums don’t work, then maybe multiple sibling forums could work. The Settings page for BuddyPress obviously only allows you to attach one forum, though the data model seems to allow for multiples. However, after slogging through the code, it’s clear that the current version of bbPress thwarts the adding of multiple forums. In at least two places that I saw in the code (like includes/extend/buddypress/groups.php), you have something like this:// No support for multiple forums yet $forum_id = (int) ( is_array( $forum_ids ) ? $forum_ids[0] : $forum_ids );So even if you were to completely bypass the user interface and do a hack of some kind to attach multiple forums to the group, this sort of code would thwart the hack.
Scenario 4:
So what if we go back to Scenario 1, but set up the initial group-associated forum with type=forum, instead of type=category. It would then be selectable in the admin UI, or could just be created automatically upon creation of the group.(a) Create a new private group with an associated forum
(b) Go create a new private forum and set its parent to be that initial group forum
(c) Create a topic in the sub-forum
(d) Navigate to the forum within the group as a non-admin userExpected: The sub-forum should be visible and navigable
Actual: It is! The user can click through, see the topic within the sub-forum, and reply on it.Conclusion: Success! This is the best and most functional scenario thus far.
Key differences from what I’d tried and failed before:
- All forums involved have to be set to Private visibility. If Hidden, then some aspects of this may success, but others will fail.
- The forum that is associated with the group will have to be type=forum, not type=category. But I wrote a little plugin that disallows creation of new topics within a forum, without having to mark it CLOSED (thereby also disabling comments). So this will functionally turn this top-level group forum into a category/container forum anyway
Caveat: I have noticed that when my admin user replies on the topic within the sub-forum, the BP Activity is created as expected (seen in the admin screen under Activities), but it doesn’t show up in the BP news feed of my non-admin test user. The other way works, though: if my non-admin user posts a reply to that topic, then this activity shows up in the news feed of my admin user. I need to debug that.
-
AuthorSearch Results