Search Results for 'buddypress'
-
Search Results
-
Greetings! I am coding my own custom theme at the moment that is supposed to work with just my
specifig wordpress setup.However when viewing the members page of Buddypress the page is just blank. I do not know what I need to include on the page to make the content visible, twentytwentythree works perfectly fine.
Buddypress is using my buddypress.php template which has the following code in it:
<?php include 'parts/header.php';?> <div class="content"> <div class="inner-page"><?php the_content();?></div> </div><!-- content --> <?php include 'parts/footer.php';?>Topic: Buddy Press on WordPress
Hi
Im new here.Is it possible to create buddypress in wordpress CMS?
A client of mine is saying it’s possible and we do not want to look dumb as we never worked on it.
Any response will be appreciated.
Topic: Smartphone home screen
I can’t find a way to upload any media to it. There are photos and videos that I’ve posted to the activity feed, but they don’t show up under that tab.
Can anyone help me with this?
I installed BuddyPress two weeks ago, and I’m on WP 6.2.
Hi, I want to use a buddypress group for sort of a general chat function for my website. I have found snippets to remove group tabs but I can’t seem to figure out how to hide a single tab in only one group.
The tab I want to hide in this single group comes from this plugin: BP Group Documents: https://wordpress.org/plugins/bp-group-documents/
Does anyone have any ideas? Thank you so much..
Topic: BuddyPress registration
Hi,
I am using BuddyPress on a multi-lingual Divi website (WPML) with 2 a subdomain for each languages.
The website is https://klm-huisjes.ellyvandriel.nl/
WordPress 6.2
BuddyPress 11.1.0The Registration and Activation pages exists but are empty and when trying to visit them, I am refered to the homepage. Adding a new Registration page did also not resolve the issue. This page is also empty.
I just read this and wonder if this is causing the issue: Please note: For BuddyPress Multilingual to work, your site’s language URL format needs to be set to use different languages in directories. You can find the language URL options by going to WPML → Languages and scrolling to the Language URL Format section.
If so, is there a solution. This website really needs the 2 different subdomains.
Thanks,
MargrietHi!
I installed BuddyPress on a multisite (activated both on the network and on the main site of the netowork) but all the BuddyPress pages returns blank and 404 pages, as you can see here: https://www.awesomescreenshot.com/video/17114642?key=29418fda6549e8fcd3499704aa44caf5.
How can I fix that?
Best regards,
Topic: ACF field in js-templates
Hi,
I created an ACF field in the users profile.
I will keep displaying this field in the list of users on the “send-invites” group page which is generated in “buddypress/common/js-templates/index”.
Do you know if it is possible to have a get_field(‘field_name’) there?
I can’t figured it out.THANKS
I have a problem translating members, activity and groups pages.
I am using Polylang & Loco Translate but still there is no option to translate them.
If i try to translate them with polylang, the content replaced with just a header.
Loco translate shows that Buddypress is 100% translated to all the languages, but i cannot find a way to display them..I’ve built a site in Elementor using BuddyPress and Buddybuilder to customize the profile page etc. However, I am also needing certain things to work with toolset views. Views requires either the ID or the username of the member.
When I use the regular shortcodes to display ID or Username it’s simply showing me mine for all profiles rather than that of the profile owner. How do I make a shortcode which will pull the buddy press data and show for the profile owner?
Out of about 6000 members, we have around 1000 who have no entry with the type
last_activityin thewp_bp_activitytable.I think some will be simply members who have yet to log in, but it doesn’t seem to be all of them.
For instance, if I search the data for members who have no
last_activitybut do have an entry with typeupdated_profile, I find over 700 members.As far as I can tell, the function
bp_core_record_activity()is hooked towp_head, and should be updatinglast_activityevery 5 minutes.There being no
last_activitydefinitely seems to be a bug of some kind. If I edit the Extended Profile in admin of a member with nolast_activity, ‘Last active’ in the ‘Member’s stats’ box shows the current date/time. This seems to be because in\BP_Members_Admin::user_admin_stats_metabox(), the account is activated (so$last_activedoesn’t get assigned the registration date), butbp_get_user_last_activity()returns nothing. Sostrtotime( $last_active )returns the current date/time.Any ideas as to how this might have happened?
I wondered about the ‘Repair member “last activity” data’ option under Tools > BuddyPress, but I ran this on my local installation and it doubled the number of members without
last_activity, so I’m not sure what that’s about.