Search Results for 'buddypress'
-
AuthorSearch Results
-
September 5, 2018 at 3:33 am #276139
timothylegg
ParticipantAny suggestions or is this still a known and unsolved issue with BuddyPress?
September 4, 2018 at 11:29 pm #276137In reply to: Organic Square theme
peter-hamilton
ParticipantLol, back again, still working hard with the Buddypress, all going very good and have a “facebook killer” of a site that I am very happy with.
seedclub.org
But is “adult” content if Cannabis falls under that warning…lol
September 4, 2018 at 6:48 pm #276134In reply to: My Profile Page Change Template
robintime
ParticipantGood afternoon. My question is far more basic! We’re using BuddyPress for a high school reunion class, and I’m trying to customize using only basic settings so that somebody else can take this on if I get hit by a bus! lol Anyway, I want to modify the page template for the profile page to use the full width template rather than the one with the sidebar. I don’t see the page in the list of pages. Help? How would I do that? Thanks very much!
September 3, 2018 at 1:20 pm #276124In reply to: Change the tittles in page
akenach
ParticipantNo exactly, i have a template for all “buddypress.php” in this template have in <h1> this…
<div id=”barra_titulo_cursos”>
<h1><?php the_title(); ?></h1>
</div>But… in some cases, for “messages” pages, apears the Username, not apears tittle “Messages” and this is my problem.
I have a little solution but i dont like, some like this:
<div id=”barra_titulo_cursos”>
<h1>
<?php
$mypage = trim( $_SERVER[“REQUEST_URI”] , ‘/’ );
if($mypage = “members/akenach”) {
$tit_page = “Account”;
} elseif ($mypage = “members/akenach/messages”){
$tit_page = “Messages”;
} else {
$tit_page = the_title();
}
echo $tit_pagina ;
?>
</h1>
</div>What is your opinion about this patch ?
September 3, 2018 at 11:06 am #276118In reply to: how is the autocomplete list for mentions compiled?
Prashant Singh
ParticipantSeptember 3, 2018 at 10:38 am #276116In reply to: how is the autocomplete list for mentions compiled?
Prashant Singh
ParticipantYou can follow some guides as well https://codex.buddypress.org/member-guide/activity-mentions/
September 3, 2018 at 10:32 am #276114In reply to: Remove (not hide!) activity filter
Prashant Singh
ParticipantHi,
Please let me know which template pack you are using?
If it is legacy you can override the file index.php(buddypress->bp-templates->bp-legacy->buddypress->activity) and there you will find the code
bp_activity_show_filters();. You can directly remove it with complete HTML wrapper.Thanks
September 3, 2018 at 10:31 am #276113In reply to: Link does not display correctly
thedark52
ParticipantProblem resolved. Just changing the template from Buddypress Nouveau to Buddypress Legacy
Prashant Singh
ParticipantSeptember 3, 2018 at 10:17 am #276106In reply to: WordPress profile files to bp
Prashant Singh
ParticipantYes, this is how it works.
It will need customization to map WordPress fields to BuddyPress xProfile fields.
You can check this plugin https://profilepress.net/downloads/wordpress-buddypress-extended-profile-sync/ as well.
Thanks
September 3, 2018 at 10:14 am #276105In reply to: Activation Page not Working as Child
Prashant Singh
ParticipantI mean that it is suppose to work as parent page instead of child page.
It will need changes in code of BuddyPress core to do so.
Thanks
September 3, 2018 at 10:13 am #276104In reply to: Biographical info field in profile
Prashant Singh
ParticipantHi,
You have to create a profile field in BuddyPress itself for the biographical info.
BuddyPress do not fetch it from WordPress. When you will create the field users will be able to add edit that from their profile.
Thanks
September 3, 2018 at 10:08 am #276101In reply to: how is the autocomplete list for mentions compiled?
Prashant Singh
ParticipantHi,
For mention feature we have a javascript file there https://github.com/buddypress/BuddyPress/blob/master/src/bp-activity/js/mentions.js
You can look at it.
September 3, 2018 at 10:04 am #276099Prashant Singh
ParticipantHi,
You can follow this thread https://premium.wpmudev.org/forums/topic/buddypress-wordpress-avatars-not-synching
You can remove the condition where it is checking if the user has uploaded avatar or not.
Thanks
September 3, 2018 at 9:53 am #276096In reply to: Change the tittles in page
Prashant Singh
ParticipantHi,
You can install a plugin like https://wordpress.org/plugins/loco-translate/ and then can easily change the text.
You can also check https://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/
Thanks
September 3, 2018 at 9:50 am #276095In reply to: Upload Avatar
Prashant Singh
ParticipantHi,
You can follow this link: https://www.parorrey.com/blog/simple-local-avatar-custom-upload-page-for-buddypress-avatar/
Most probably, it will help you.
Thanks
September 3, 2018 at 6:53 am #276089In reply to: Buddypress create errors in my Theme
liberdbell
ParticipantI was just having this same problem with buddypress and customify and went into panic mode. However I found a fix. You need to go to plugins > buddypress settings > click options tab > find template pack and switch that to BuddyPress Legacy > save and youre done!
September 2, 2018 at 7:23 pm #276088In reply to: All members friend requested by all members
Commandrea
ParticipantHey! If you were using the Paid Membership Pro Buddypress add on, I’ve found a fix 🙂
https://wordpress.org/support/topic/suggesting-a-patch/#post-10648783
September 2, 2018 at 6:56 pm #276086Commandrea
ParticipantDUH. I’m embarrassed but I figured out that it was a conflict with the Paid Memberships Pro buddypress plugin. If I find a fix I’ll post it here.
September 2, 2018 at 4:52 pm #276079In reply to: Private Message Button Not Working Right?
bamadale
ParticipantTHANK YOU SO MUCH for this help!
It worked PERFECTLY! We were really in a bind with a new website we just launched.
I hope this is included in the next revisions of BuddyPress!
September 2, 2018 at 4:25 pm #276078In reply to: User profile page not showing
kkk1066977
ParticipantI have the same issue. I am currently using an Avada theme. My user profiles were working perfectly fine. Now they are just showing a blank page. I have tried deleting the buddypress plugin and reinstalling it but that has not helped. I have checked the pages that buddypress creates but these are blank, when viewed through the backend of wordpress. Any help on this problem?
September 1, 2018 at 3:20 pm #276075shanebp
ModeratorThere is no setting for that, afaik.
But there is code you can use – place the code in your theme/functions.php or in bp-custom.php
Read about the filter towards the bottom: https://codex.buddypress.org/emails/
More info: https://buddypress.org/support/topic/change-the-email-from-name-buddypress-email-templates/
August 31, 2018 at 10:33 pm #276069In reply to: Display Field Group On New Page
shanebp
ModeratorI might try to just query it totally independent of the plugin functions…
Always an option, but first look at the functions provided in the
buddypress\bp-xprofile\directory.
For example: http://hookr.io/functions/xprofile_get_field_data/August 31, 2018 at 6:57 pm #276065In reply to: User profile page not showing
shanebp
Moderator@bonjarvis – thanks for the update. It is most often the case that the error is caused by code outside of BP – but determining the cause can be tricky. Momentarily deactivating plugins and/or switching themes is a solid first step.
If somebody thinks they have found an actual bug, they can create a ticket here
August 31, 2018 at 6:46 pm #276063In reply to: WordPress profile files to bp
matthewgrutledge
ParticipantIt won’t let me edit the post: I have fields in the WordPress profiles I’d like to be viewable and editable through the buddypress profile page, but the only way I can see is creating new profile fields which I can’t seem to link to the existing WordPress profile fields. Which means I’d have to manually copy date from the profile to the buddypress profile fields.
What am I missing? -
AuthorSearch Results