Search Results for 'buddypress'
-
AuthorSearch Results
-
October 27, 2014 at 7:04 pm #227794
In reply to: No profile name on profile page
shanebp
ModeratorUnless you are specifically use the BP default theme, BP will use the files in
buddypress\bp-templates\bp-legacy\Are you sure that your theme or child-theme is not overloading those files?
October 27, 2014 at 5:17 pm #227791FlickChicks
ParticipantI’m still new to buddypress. I’m wondering if this thread might be close to what I need. I don’t want to get any new user notifications sent to me (my admin email address). The notification I get shows the new user’s email address. I want email addresses to be private and drop into some kind of database that I can later use to send newsletters to. Anyway to fix that?
Thanks
October 27, 2014 at 4:48 pm #227789In reply to: redirect buddypress groups page to forum page
shanebp
ModeratorThe function works on a test site when I go to
home_url() . '/groups/'You may need to put it in bp-custom.php.
October 27, 2014 at 12:56 pm #227775In reply to: Avatar link broken on woocommerce product page
gcskye
ParticipantHey,
Thank you for the response!
I’m using this theme:
http://themeforest.net/item/keronchong-band-music-event-woocommerce-theme/6461791?WT.oss_phrase=&WT.oss_rank=1&WT.z_author=Tokokoo&WT.ac=search_list&ref=GCSkyeAs for plugins, I have quite a few installed. If I disable all of them other than woocommerce and buddypress, the avatars have the same issue. The issue is solved by removing buddypress.
The avatars are broken everywhere (blog posts, woocommerce product reviews, admin panel) but on the buddypress profile page.
Edit:
I should mention, the theme developer has mentioned they did not do any work with making the theme compatible with buddypress. If there is something that needs to be done, please let me know. This is my first time using buddypress on a theme that wasn’t made to support it.October 27, 2014 at 9:20 am #227770In reply to: Comment Notifications
milenushka
ParticipantHey @chatty24, thanks. Buddypress actually added this functionality to the latest update (activity mentions) but It would be great to have a more convenient bbpress forums mentioning system.
October 27, 2014 at 9:12 am #227767In reply to: Comment Notifications
chatty24
ParticipantHi
This might help you – Buddypress Activity Comment Notifier
October 27, 2014 at 8:28 am #227764In reply to: WHY create a child theme?
Hugo Ashmore
ParticipantBut I donโt understand how BuddyPress understand that
It does because it’s written to understand that. WP knows what type of theme is in operation, a main parent ‘ template’ or a theme acknowledging another theme as the template source thus labelling it a child theme; WP provides that information to anything that cares to ask. BP performs a series of simple checks, it looks to see what type of theme in operatio, it checks various hardcoded directory names to see if they exist either in a parent theme or in a child theme and if they contain BP template files, if they exist and do have BP templates then those are used in preference to the original BP ones. It’s not that complex a process but you do need to understand the basic principles of template hierarchy which is a WP construct.
You can only ever have two themes max a parent and one containing ‘some’ copied files or additional files coded. WP always loads the child theme up checks anything in functions.php then looks at the parent theme and loads that themes templates and functions.php unless it has found a necessary template already in the child.
October 27, 2014 at 2:37 am #227756In reply to: WHY create a child theme?
tecbay
ParticipantI’m feeling so noob ‘-‘
Anyways, let me know if I get it…So I knew childtheme had the purpose of “protecting” the theme updates. But I don’t understand how BuddyPress understand that. I mean if I paste a new pages.php in childtheme it will just change all templates of both themes or just the theme of the BP community?If this last its right. I have just to create a subfolder /buddypress/ in my CHILDtheme and copy all the content of /plugins/buddypress to that subfolder?
*Of course, considering that already have a functions.php and style.css for the childtheme.October 26, 2014 at 10:44 pm #227752In reply to: WHY create a child theme?
danbp
ParticipantOctober 26, 2014 at 9:25 pm #227751In reply to: WHY create a child theme?
tecbay
ParticipantI already have an childtheme(blank and useless) of my own parent theme, but my question is for the buddypress theme. How can I connect him with the BP plugin? What the BP updates means to this childtheme? o.O
October 26, 2014 at 7:10 pm #227738In reply to: WHY create a child theme?
danbp
ParticipantBetter a child theme and to start, read here first:
https://codex.wordpress.org/Child_Themesand once you understood how it works, you can read again
https://codex.buddypress.org/themes/building-a-buddypress-child-theme/and search on the forum for topics related to theme. ๐
October 26, 2014 at 6:17 pm #227737In reply to: New Users can't register
thatchrischaos
ParticipantWell I deactivated all my plugins (with the exception of the buddypress plugin) and then tried to create and new account as a user and it worked. No white screen.
So then I thought id activate my plugins one at a time and see at what point would I get the white screen again after submitting the sign up page. Well I didn’t. All my plugins are back to being active again and I can still sign up as a new user. Not sure if it has to do with the order in which plugins are installed and activated or what but it seems to work now.
October 26, 2014 at 2:47 pm #227733In reply to: Change link in confirmation email
mohammad-mursaleen
ParticipantSure you can change that link as well as content of confirmation email by adding the following code in you function.php;
add_filter( 'bp_core_signup_send_validation_email_message', 'custom_buddypress_activation_message', 10, 3 );function custom_buddypress_activation_message( $message, $user_id, $activate_url ) { $user = get_userdata( $user_id ); $activate_url = 'http://www.domain.de'; // change this link to what ever you want. return "Hi $user->user_login, Thanks for registering! To complete the activation of your account please click the following link: $activate_url Thanks, Jesin"; }For more details you can visit the following link;
http://jesin.tk/custom-buddypress-activation-email/October 26, 2014 at 2:33 pm #227732In reply to: New Users can't register
mohammad-mursaleen
ParticipantTry deactivating all plugins and then check if this issue still continues.
Explanation:
Mostly it happens if some plugin is interfering in registration process because the way BuddyPress registers a user is a bit different then what happens in WordPress by default for which usually plugins are designed.October 26, 2014 at 2:15 am #227724In reply to: Hide profile page of admin from other users
iburnthings
Participanthttps://buddypress.org/support/topic/hide-profiles-of-a-specific-role-not-admin/
I created a new thread. Sorry to hijack/resurrect this thread.
October 25, 2014 at 9:05 pm #227714In reply to: BP Group Extension API
shanebp
ModeratorWhere are you running your code?
Try it in a plugin or in bp-custom.phpOctober 25, 2014 at 8:15 pm #227710In reply to: How to change page layout of user profiles?
shanebp
ModeratorCreate a template overload of one or more of the files found here:
\buddypress\bp-templates\bp-legacy\buddypress\members\single\October 25, 2014 at 6:43 pm #227703In reply to: How Do I Make A Registration Field Read From DB
shanebp
Moderator1. No need to create register.php, just copy this file:
buddypress\bp-templates\bp-legacy\buddypress\members\register.php
into your theme/ child theme using this approach.Then adjust it accordingly.
You don’t say whether ‘location’ is a required field – that will affect where in the file you make your adjustments.Will the values for ‘location’ change very often?
If not, you can use code to create both the field and all the values, so you don’t have to manually enter all the values.
And won’t have to overload register.php
ExampleOctober 25, 2014 at 4:13 pm #227416In reply to: Is it better to use a Buddypress specific theme?
Ben Hansen
Participantit depends for some theme developers it just means they have tested it out and not found any major issues for others they have taken the time to do custom layouts with buddypress specific features in mind. but yes to reiterate most any theme should at least be basically compatible since buddypress takes care of its own layout automatically.
October 25, 2014 at 9:24 am #227398In reply to: Attach files Safari BIG PROBLEM!
Henry Wright
ModeratorSee this post. There’s a bug in iOS 8 file uploads. I’m not sure if it has been resolved yet.
October 24, 2014 at 9:50 pm #227386In reply to: Is it better to use a Buddypress specific theme?
Ben Hansen
Participanti would only add that a theme which is designed specifically for buddypress can be better depending on your situation especially if the theme dev took special time to do a better job on those buddypress specific pages.
October 24, 2014 at 3:45 pm #227370danbp
ParticipantOctober 24, 2014 at 11:14 am #226207jjese
ParticipantWell, my answer may be found somewhere in here: https://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/
But after reading it, I’m still unlear as to how to match the Buddypress page style/template with the rest of my site.
October 24, 2014 at 8:20 am #225864In reply to: Members Directory
Chrisw83
ParticipantFor anyone looking. Here is an update.
1) I have created a page and called it, Homeowners Directory. In buddypress I have selected this page to show the members directory Buddypress -> Pages -> Members. How do I change the title of this page from Members to something else?
/wp-content/plugins/buddypress/bp-members/bp-members-loader.php
‘directory_title’ => _x( ‘Members’, ‘component directory title’, ‘buddypress’ ),
Change Members to what you need.
2) Currently on the Members Directory the members Name is shown, how do I add other profile fields here?
(Note, I am using s2member)Add the following code below “><?php bp_member_name(); ?><br />
Change street_address to your s2member profile ID.
<?php
$id400 = bp_get_member_user_id();
$fields = get_s2member_custom_fields($id400);
echo $fields[“street_address”][“user_value”];
?>/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/members-loop.php
4) When you click on and view someones profile, what file do I need to edit to add a Return button to go back to the members directory?
/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/member-header.php
October 24, 2014 at 12:18 am #225815In reply to: Page Not Found error for some members but not others
danbp
ParticipantHave you tested with one of the bullet proven 2013 or 2014 themes ?
Some Dynamix related topics can be found here.
โ Members import โ I used it two other times a year ago for different lists with no problem.
A year ago means datas from BP ~1.7 and the reason why i mentionned the ticket.my issue isnโt with avatars
I have a doubt ๐ : on your members directory, the default avatar is gravatar who doesn’t appear. Avatars may not be the issue but are related to profiles.Try to use Mystery Man instead. if he appears as default avatar, there is perhaps a conflict with media upload or permalinks.
The other thing i observe, is that you and the other user who’s profile access is ok, are the only one using a username in the URL. All other members have first and last name.
Do you use a custom function or a plugin to get this ?
About wpengine, is this already the case ?
-
AuthorSearch Results