Search Results for 'buddypress'
-
AuthorSearch Results
-
January 18, 2017 at 7:47 am #262974
In reply to: xprofile fields on Group members directory
danbp
ParticipantYou simply use one of the 6 action hook available on the group member template.
The file to check isbuddypress/bp-templates/bp-legacy/buddypress/groups/single/members.phpThe hook to use, for example
bp_group_members_list_item.WP hook reference.
January 18, 2017 at 4:56 am #262971rmessick
ParticipantOk doing more testing if we deactivate “Activity Streams” in BuddyPress it stops calling this function on this page. Is there a way to keep this enabled but turn it off through remove actions on this page template?
January 18, 2017 at 3:55 am #262970rmessick
ParticipantI do not have anything else but buddypress loaded to be calling this function. Is there a way to override this function to exit out without modify plugin code?
wp-content/plugins/buddypress/bp-friends/bp-friends-functions.php
// Bail out if the site has a ton of users.
if ( is_multisite() && wp_is_large_network( ‘users’ ) ) {
return;
}Would like it to just be:
// Bail out if the site has a ton of users.
if ( wp_is_large_network( ‘users’ ) ) {
return;
}January 18, 2017 at 12:47 am #262968In reply to: xprofile fields on Group members directory
psmorrow
ParticipantI found this:
which adds xprofile fields to member directory, but I can’t seem to get this working for the group members directory.
January 17, 2017 at 9:42 am #262954In reply to: how to redirect to custom login page?
paulbntz
ParticipantHi Masoud , i have the same issue that you write or very similar.
I have found a solution in this URL
Restrict not logged in users from accessing BuddyPress or bbPress pages
I hope it can help you as me. ๐
Have a nice day.
Regards.
January 17, 2017 at 9:33 am #262953In reply to: I cant Access registration page
Solomonsun
Participanthello @hurior. i made sure i deleted buddypress from my cpanel and Plugin tab in wp-admin. then i reinstalled buddypress, manually created pages like member, profile, registratoin, activation, etc. then i went to settings > buddypress > pages > and associate the pages there with the pages i created and saved them. thats all
Check it out https://schoolhome.com.ng
January 17, 2017 at 4:10 am #262949In reply to: Wont let me accept or apply to groups
gprovostjr
Participant1. Which version of WordPress are you running? 4.7.1
2. Did you install WordPress as a directory or subdomain install? Directory
3. If a directory install, is it in root or in a subdirectory? Root
4. Did you upgrade from a previous version of WordPress? If so, from which version? no
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. yes
6. Which version of BP are you running? 2.7.4
7. Did you upgraded from a previous version of BP? If so, from which version? no
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? YES
Analytics Cat 1.0.1
bbPress 2.5.12
Photo Gallery 1.3.26
Ultimate Social Media PLUS 2.5.1
User Role Editor 4.31.1
WP Discord 0.2.39. Are you using the standard WordPress theme or customized theme? Standard
10. Which theme do you use ? 2017
11. Have you modified the core files in any way? no
12. Do you have any custom functions in bp-custom.php? no
13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? listed earlier
14. Please provide a list of any errors in your serverโs log files.
15. Which company provides your hosting? ipage
16. Is your server running Windows, or if Linux; Apache, nginx or something else?
January 16, 2017 at 11:44 pm #262943bcanr2d2
ParticipantConsider this one resolved, I found the function for the OneAll Social Login that fires off after the accounts are created, and it will now send off welcome emails for those that create accounts via the social media logins!
Thanks for the tip, whilst they didn’t have an example of what I was after, they had plenty showing what function fired off after their account creation.
In the end, so little code -will put on here for reference.
add_action( 'oa_social_login_action_after_user_insert', 'oa_social_login_send_welcome_email', 10, 2); function oa_social_login_send_welcome_email ($user_data, $identity) { //Fire off BuddyPress Welcome email $user_id = $user_data->ID; bpdev_welcome_user_notification( $user_id); }January 16, 2017 at 4:33 pm #262852In reply to: [Resolved] Multisite – unwanted toolbar displaying
danbp
ParticipantThe toolbar is part of WordPress, not BuddyPress.
BP offers in his Main Settings to show the Toolbar for logged out users (default: enabled).Removing WP’s toolbar is a very common task, widely commented and explained over the web and on WP’s codex. Read here.
January 16, 2017 at 4:23 pm #262851danbp
ParticipantWhich update ? Do you use a child theme ?
Do you follow changelogs ? If so, have you noticed the recent template changes made in BuddyPress 2.7 ?Also, because BP pages are not exactly ordinary WP pages, how have you implemented your slider ? Those details may help to help you.
Note also that an issue with Canvas/BP 2.7 was reported 2 mounth back. I ignore if you are concerned, but in case of, the discussion is here.
January 16, 2017 at 4:10 pm #262849In reply to: [Resolved] Selecting Members tab automatically.
danbp
ParticipantJanuary 16, 2017 at 9:32 am #262841In reply to: How do I change the BuddyPress menu
danbp
ParticipantPlease, search the forum before asking common question!
https://buddypress.org/support/search/change+buddypress+menu/
January 15, 2017 at 11:24 pm #262832In reply to: Profile Field Drop Down Select Box Limit
wfott
Participantdanbp,
I seem to hit a limit around 250 items, however, the quantity does vary as I try to add more. I need to increase this to 375. I switched to a radio button and I was up to around 300. I also read that tables do not like capitals so converted to lower case with little impact. I have tried explorer, firefox and safari on a PC and MAC with no impact.
I did look at the class-bp-xprofile-field-type-selectbox.php file and did not see a limiting parameter. The posts you referenced said they had over 1,000 items so I am not sure if it may be something with my host. Anyway, below is my theme and plug-ins, any help would be appreciated.
Thanks,
Bill
Theme
Boss
Plug-ins
BP Auto Group Join
BuddyBoss Media
BuddyBoss Wall
BuddyPress
BuddyPress Custom Profile Menu Pro
BuddyPress Default Data
BuddyPress Global Search
BuddyPress Member Types
BuddyPress Reorder Tabs
Contact Form 7
Custom Sidebars
Duplicate Post
Duplicator
Invite Anyone
Meta Tag Manager
Mobile Smart
Recent Posts Widget Extended
The Events Calendar
User Role Editor
W3 Total Cache
Wiki
WP Editor
Yoast SEO
January 15, 2017 at 12:04 am #262827beforeplastic
ParticipantOn a profile page / viewed blog results, the previous entries link at the bottom of the results page takes you to a 404 page. Would this be a buddypress or buddyforms issue?
January 14, 2017 at 12:59 pm #262824In reply to: bp commands in other files
danbp
ParticipantMost of BP functions are working within loops. If you want to use them, you simply have to use the parent loop.
January 13, 2017 at 8:00 pm #262810In reply to: Creating a database of trails
grinsemaenner
ParticipantDid you find any solution? I plan something similar but with canoeing and other water sports.
Thus, I’d be interested whether you managed to tweak your buddypress so that users can post new trips on maps themselves!?
January 13, 2017 at 2:52 pm #262805shanebp
ModeratorYou can use the theme approach by overloading a group template,
home.php, from a plugin.
https://codex.buddypress.org/plugindev/template-overload-from-a-plugin/Then in your overload, add a conditional at the top.
That should side-step switching themes issues for most themes.
January 13, 2017 at 11:20 am #262802In reply to: After Installing, Everything Disappears
djsteveb
ParticipantI am guessing an installer from a web host likely includes some plugins and different themes.
I suggest deactivating or deleting all plugins, and switch to default theme in wordpress before you try to install buddypress. then follow the prompts from there.January 12, 2017 at 9:58 pm #262791In reply to: remove name field in registration page
Luisa Oreglia
ParticipantSolved!! ๐
I view this post https://buddypress.trac.wordpress.org/ticket/5373
and I changed database field value.January 12, 2017 at 4:07 pm #262774In reply to: Custom Member Tab
The API Guys
ParticipantStarting point is https://codex.buddypress.org/developer/function-examples/core/bp_core_new_nav_item/
But adding a full function looks like:
/** * adds the profile user nav link */ add_action( 'bp_setup_nav', 'add_calendar_2_bp_nav_item' ); function add_calendar_2_bp_nav_item() { global $bp; $args = array( 'name' => __( 'Calendar', 'buddypress' ), 'slug' => 'my-calendar', 'default_subnav_slug' => 'my-calendar', 'position' => 80, 'screen_function' => 'bp_nav_tab_stuff', 'item_css_id' => 'my-calendar', ); bp_core_new_nav_item( $args ); }But to do anything with the above, you’ll need to add stuff to display:
/** * Creates the screen function content */ function bp_nav_tab_stuff() { add_action( 'bp_template_title', 'bp_nav_tab_screen_title' ); add_action( 'bp_template_content', 'bp_nav_tab_screen_content' ); bp_core_load_template( apply_filters( 'bp_core_template_plugin', 'members/single/plugins' ) ); } function bp_nav_tab_screen_title() { echo '<h3>My Calendar Title</h3>'; } function bp_nav_tab_screen_content() { echo '<p>You can choose to embed an iframe from Google Calendar and then the source will be the ID of the calendar you want to embed. You can find this under Settings > Calendar Address > Calendar ID.</p>'; echo '<p><iframe src="https://calendar.google.com/calendar/embed?src=barthmaier.com_sd2o58ua3efj7ne1m8o3p8n91g@group.calendar.google.com&ctz=America/New_York" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe></p>'; echo '<p>Of course, the above is just one way to add a calendar.</p>'; }January 12, 2017 at 8:46 am #262766In reply to: Need Advice for Stopping Spam at the Gate
Lars Henriksen
ParticipantHi
#2, Buddypress Registration Options is doing the job for me.
January 11, 2017 at 9:32 pm #262756Topic: Quote under profile picture
in forum How-to & Troubleshootingmedicinalplantclub
ParticipantWordpress 4.7.1
Buddypress 2.7.4
http://www.medicinalplantclub.comHi, I am hoping someone can help. I just got buddypress set up on my site and there is a quote under my admin profile page that I apparently do not have access to change?? I cannot find it anywhere. I want to remove or change it but don’t know how. Sorry if this is extremely basic, but I am new to buddypress and there is no field within the profile or settings page. Thanks!
January 11, 2017 at 4:39 pm #262752In reply to: change bp from activated to network activated
The API Guys
ParticipantWhy do you say you should have network-activated BuddyPress?
January 11, 2017 at 11:23 am #262741In reply to: I cant Access registration page
Solomonsun
Participantwell said @djsteveb. thanks for your support and kindness. if i try those steps above (though i dont understand all of them) and it didnt work, i’ll say goodbye to buddypress.
Much love from Nigeria
January 11, 2017 at 9:31 am #262739In reply to: how display content in submenu?
danbp
ParticipantThanks for sharing. But take in account that such solution is not recommended as your modification will be overwritten at next plugin update.
Never, under any circumstances, should you hack core files.Don’t forget to save a copy of your modified file in a safe place, so you can remember later what you’ve done, as it seems you forget easily such details ๐
-
AuthorSearch Results