Search Results for 'buddypress'
-
AuthorSearch Results
-
October 24, 2016 at 6:06 pm #260246
In reply to: BuddyPress Components
danbp
ParticipantDoes the server has the minimum requirements to run WP and BP ?
What about the htaccess file ? When you moved the site directory, have you regenerate this file ?About blank pages
October 24, 2016 at 5:59 pm #260245In reply to: Creating users database with email ids and password
danbp
ParticipantHi,
this question is not related to BuddyPress.
You have several options, from simple to overcomplicated.1) If you have only a few friends to add, you can do that manually from dashboard. You need also a phone field in xprofile.
2) If you have hundreds, you need to write or generate a csv file and import them via phpmyadmin or any msql command line…All this is explained on WP Codex.
October 24, 2016 at 5:43 pm #260243In reply to: Hide xProfile fields from EDIT
danbp
ParticipantSorry for the outdated trick.
bp_is_profile_editis deprecated in favor of bp_is_user_profile_edit.Check for the outdated fn in the plugin mentionned in the error msg.
In case of, here a tutorial with more options.October 24, 2016 at 1:17 pm #260231In reply to: buddypress user roles different colours
planetoffitness
ParticipantHey guys!
@kida18 thanks for your hint 🙂 i will remember the next time!
@hnla thanks for your response. Uff, this sounds really complicated for me, im not a really good coder! 😉 So i think, i’ll wait for your update.What i want: i need different name colours of the profiles. For exemple admins red, subscriber black, fitnesscenters green. (for this is can give the fitnesscenters another user role for exemple editor)
The name colour should be everywhere, in the profile, in the member list, in the activity list, everywhere. (Much better whould be, if you just can give the users different colours in the user list in the dashboard, and i dont have to give them different user roles.) This would be very usefull and easy to handle, i think this feature would also be interesting fot other buddypress users here.
Look at my screenshots, will this be enable in your update 2.8?

Thanks guys
October 24, 2016 at 12:42 pm #260230In reply to: buddypress user roles different colours
Hugo Ashmore
Participant@planetoffitness
If you inspect the generated markup you will see that the loop list elements will have a members type class rendered if user has a type you can then use those to effect styling on.In the member single screens it’s a little trickier you do have the ability to use the template hierarchy to set a template for a user type (please refer to the codex for instruction) otherwise for the moment you would need to modify the home.php template to add this yourself something like:
<?php $user_type = bp_get_member_type( bp_displayed_user_id() ); ?> <div id="buddypress" class="<?php echo esc_attr( $user_type ); ?>">First line is an addition the second you need to modify the existing element to add the class and php – all in a child copy of the home.php template naturally.
We will update buddpress core to add a class to the body elements for 2.8 as this would be useful and styling could be effected on that too so if you would rather wait for 2.8…October 24, 2016 at 12:39 pm #260229In reply to: Error 404 for non logged in users
tizianopitisci
ParticipantUnfortunally I didn’t find any solution. The issue is not reported to buddypress (I’ve tried but it was a bit complicated).
October 24, 2016 at 11:42 am #260227In reply to: buddypress user roles different colours
kida18
ParticipantHey there,
I’m no expert, just a buddypress user like you, but you should precise what you want to change and where, for people to understand and help you.
What element should have a different color? And where? On the members directory? In profiles?everywhere? etc
Good luckOctober 24, 2016 at 9:38 am #260221In reply to: READ THIS FIRST – BuddyPress 2.7 Master List
Paul Wong-Gibbs
KeymasterReported problems
Extended Profiles – Field visibility option missing from registration form.
Confirmed and being fixed for BP 2.7.1: #7298—
Extended Profiles – “years” missing from “Date Selector” field type.
Workaround: edit the field, and reselect the “absolute” range option, customising the date range as required (default is from 1956 to 2026 for most servers).Confirmed and being fixed for BP 2.7.1: #7300
—
Backwards incompatible function signature change for
groups_get_group
Confirmed and being fixed for BP 2.7.1: #7302—
Changes to loading deprecated code causing fatal errors.
For certain very old themes, and for sites that use the Sites component.
Confirmed and being fixed for BP 2.7.1: #7307October 24, 2016 at 9:32 am #260218In reply to: bp_send_email problems – not finding template email
Paul Wong-Gibbs
KeymasterI remember looking at Mailgun before when someone asked about it. Looking at its code very quickly, it has an option to send via its API or not. You’ll need to disable its “useAPI” option (otherwise, it redeclares the
wp_mailfunction, which will force BuddyPress to send plain-text only emails). Another consequence of doing this is that Mailgun configures PHPMailer to send via SMTP, and some web hosts/servers block external SMTP requests.If that has no affect, I think you’re going to have to do debugging inside the
bp_send_emailfunction. Specifically, I’d start looking at the return value of this line:$status = $delivery->bp_email( $email );With luck, PHPMailer will give you an error message with some clues in.
October 24, 2016 at 9:22 am #260216In reply to: bp_send_email problems – not finding template email
Paul Wong-Gibbs
Keymaster> I have fixed the error I was getting of email_missing by adding information into the taxonomy tables manually. There is no documentation about this which is odd.
I don’t think it’s explicitly documented outside of the PHP – but it is hard to find, at the best of time – but this guide https://codex.buddypress.org/emails/custom-emails/ does mention it uses a custom taxonomy, so I wouldn’t call it “undocumented”. “Very badly documented”, maybe 😀
October 24, 2016 at 9:20 am #260214In reply to: [Resolved] Wrong member count
Paul Wong-Gibbs
KeymasterAssuming everything is working as it is, I don’t know why it would show more users than you have, either. Have you tried going to Tools > BuddyPress, and running “Repair total members count” as a workaround for now?
October 23, 2016 at 4:34 pm #260195ico33
ParticipantI mean: is it enough to create a file bp.custom.php and upload it in the right folder? or do I have in some way “say to buddypress that there is that file”? It’s enough to create it (because I don’t have that file) and upload it?
October 23, 2016 at 1:28 pm #260192sven1988xyz
ParticipantOr is there maybe a way to sync the members of a Buddypress Group with for example the plugin “Groups”? So the group admin is able to change user role in this group in the backend?
October 22, 2016 at 9:49 pm #260179In reply to: Changing the image for groups.
Venutius
ModeratorBuddyPress does not come with a default image for groups, this must be getting added by something else, could it me your theme?
October 22, 2016 at 7:20 pm #260172In reply to: Problems with xprofile field visibilty on 2.7.0
Paul Wong-Gibbs
KeymasterThe issues here are being tracked in https://buddypress.trac.wordpress.org/ticket/7298 and https://buddypress.trac.wordpress.org/ticket/7300
October 21, 2016 at 5:11 pm #260157In reply to: Error 404 for non logged in users
phucitol
Participantdid you find a solution to this, or do you have a link to the buddypress trac where it was reported?
October 21, 2016 at 2:42 pm #260156Hugo Ashmore
ParticipantIt sounds like a template issue, there do need to be template revisions, additional template function tags to make this process work as detailed in the codex page here:
Custom themes may well not have updated their templates.
Registering the new types can be done in theme functions files but then are locked to that theme or site.
October 21, 2016 at 1:29 pm #260152Venutius
ModeratorIf you are pretty new to BuddyPress you might be interested in my website, set up to help people get the most out of BuddyPress – BuddyPress User
October 21, 2016 at 9:03 am #260133In reply to: Error Call to undefined function dbDelta ()
Paul Wong-Gibbs
KeymasterdbDelta is a WordPress function, @danbp, it’s not bbPress specific. It’s used to update the schema of a MySQL database. The bigger question is how did something trigger the BuddyPress installation methods yet not make sure the relevant WordPress function was loaded.
@nhatnnt1 What version number of WordPress are you using?October 21, 2016 at 1:17 am #260125In reply to: Custom filters should execute only on custom page
mayschje
ParticipantIn your filter functions, why not check for page_id or title – if not available, then just
returnWell, ask the WP/BP page lifecycle 😉 Making a hook dependent on a variable that in some stages of the page lifecycle does not exist leads to that some hooks are never fired (e. g. bp_members_directory_order_options or bp_pre_user_query, etc.).
Thanks again for your replies and the offer to help out with the code. I solved the issue yesterday by implementing the custom page independent from BuddyPress as it was a faster, cleaner and more reliable solution.
🙂
October 20, 2016 at 11:13 pm #260124In reply to: Set Birthday value buddypress
Matt2012
ParticipantI spent a lot of time on a similar issue and the only thing that worked was using this format.
date(“Y-m-d 00:00:00”)
In other words must have h:i:s but they must be zeros. That seems like a bug to me but thats the only thing that worked with a buddypress date field whilst using xprofile_set_field_data
October 20, 2016 at 9:57 pm #260120danbp
ParticipantAdd the code to bp-custom.php
Read also here, might help for test
October 20, 2016 at 9:54 pm #260119In reply to: Bp custom Menu
danbp
ParticipantSuch snippet is usually working when added to bp-custom.php
October 20, 2016 at 8:29 pm #260084In reply to: Very Important Features For BP
livingflame
ParticipantCustom Menu with Bubbles RESOLVED here:
October 20, 2016 at 8:14 pm #260082In reply to: Very Important Features For BP
eKnizky
ParticipantIam using buddypress and I dont need block users.
I have menu with notify. It takes me about 15 min.
Search activities by Date is what I have never want.Less talking more teaching.
-
AuthorSearch Results

