Search Results for 'wordpress'
-
Search Results
-
Hi,
I want to make the Activity Post Form accessible to WordPress pages using short codes.
The reference to the post form can be found here: html/wp-content/plugins/buddyboss-platform/bp-templates/bp-nouveau/buddypress/activity/index.phpWhich contains this…
<?php /** * The template for BuddyBoss Activity templates * * This template can be overridden by copying it to yourtheme/buddypress/activity/index.php. * * @since BuddyPress 2.3.0 * @version 1.0.0 */ ?> <?php bp_nouveau_before_activity_directory_content(); ?> <?php if ( is_user_logged_in() ) : ?> <?php bp_get_template_part( 'activity/post-form' ); ?> <?php endif; ?> <?php bp_nouveau_template_notices(); ?> <?php if ( ! bp_nouveau_is_object_nav_in_sidebar() ) : ?> <?php bp_get_template_part( 'common/nav/directory-nav' ); ?> <?php endif; ?> <div class="screen-content"> <?php bp_get_template_part( 'common/search-and-filters-bar' ); ?> <?php bp_nouveau_activity_hook( 'before_directory', 'list' ); ?> <div id="activity-stream" class="activity" data-bp-list="activity"> <div id="bp-ajax-loader"><?php bp_nouveau_user_feedback( 'directory-activity-loading' ); ?></div> </div><!-- .activity --> <?php bp_nouveau_after_activity_directory_content(); ?> </div><!-- // .screen-content -->I want to reuse the following code which can also be found in the file above:
<?php if ( is_user_logged_in() ) : ?> <?php bp_get_template_part( 'activity/post-form' ); ?> <?php endif; ?>So I created a short code in functions.php in the child theme, which I use to place in WordPress pages as a shortcode…
function InsertPostForm() { if ( is_user_logged_in() ) : php bp_get_template_part( 'activity/post-form' ); endif; } add_shortcode('InsPostForm', 'InsertPostForm');However, my solution does not work. I am very desperately in need of a solution. Please note my knowledge of PHP is very limited.
Thank you!
Apologies for the repeat. I was told that the first topic was marked as spam, that’s the reason for this one, incase the first one is not seen.
I am running the current versions of WordPress and buddypress. I all of a sudden cannot see my admin tool bar or login to my WordPress backend. Activated the debug feature and found out its an issue with buddypress plugin. Please how Do I resolve this? I had to disable the entire plugins, to be able to login of give access to my backend. The web url is http://www.wokshop.com
https://mywokshop.com/wp-content/uploads/2022/09/Screenshot-2022-09-01-at-00.15.15.png
I downloaded the Buddypress plugin to use with my Buddyboss plugin but ended up not needing it. After trying to delete I kept getting a deletion failure message. I’m not sure what to do. I should also note that my site isn’t broken from this but I got an email that there was a critical error so I wanted to fix it. I’m on wordpress 5.2 and my site link is: https://your-introverted-space.com
ThanksAccording to https://codex.buddypress.org/translations/ we should store the
bbpress-de_DE.moandbbpress-de_DE.pounder/wp-content/languages/buddypress/, which we did. But these language files are being ignored.We are using buddypress in de_DE and made some tweaks to the wording (we replaced the string “group” with “cluster” in German).
Buddypress uses the files stored under
/wp-content/languages/plugins/and ignores the aforementioned folder.What we already tried:
- deleting the
buddypress-de_DEfiles in/wp-content/languages/plugins/: this partially works. Buddypress then uses our files stored in/wp-content/languages/buddypress/. But somehow wordpress (or buddypress?) regenerates the files in/wp-content/languages/plugins/after some hours. And then these “new” translations are used again of course. (Our own translations in/wp-content/languages/buddypress/stay untouched by wordpress/buddypress) - Created a folder
/wp-content/languages/plugins/buddypressand copied our files over to this folder. But to no avail – these files are being ignored completely (even if we delete the buddypress files in/wp-content/languages/plugins/). - Copied our files directly to
/wp-content/languages/plugins/: this works until these files get overwritten after a couple of hours
Specs:
- WordPress 6.0.1
- Buddypress 10.4.0
- Custom template, which we’ve written on our own
Multisite
Questions:
- What are we missing?
- Is there a way to stop wordpress/buddypress regenerating the files living directly in
/wp-content/languages/plugins/? - What is the right place to store our translations?
I like the security features of UM and considered using bbPress as UM has an extenion for it. But I don’t want to pay $45 a year just for a logon front end.
I want to use UM for front end Recatcha, etc., but want to be able to use BuddyPress.
BP version 10.4.0 WordPress 6.0.1 PHP 7.4.28
If I can’t use the twp together, how can I migrate users from UM? And can I add recatcha?
Hello there,
A while ago I installed BuddyBuilder and attempted to create my own profile page. Something broke and since then I am unable to access any profile page. I have tried creating a brand new page and selecting it in the Buddypress settings. I have tried uninstalling buddybuilder. I’ve tried removing all of the xprofile fields and even uninstalling it. Absolutely nothing will work and I geta critical error every time. Hoping someone can help me. Here is the stack trace:
WordPress version 6.0.1 Active theme: Twenty Twenty-One (version 1.5) Current plugin: BuddyBuilder Pro (version 1.6.7) PHP version 7.4.26 Error Details ============= An error of type E_ERROR was caused in line 81 of the file /mnt/customers-man/customers-el-2731002-14723-clubhx-wordpress-pvc-61003d1e6074e8003173bf8a/wp-content/wp-content/plugins/stax-buddy-builder-pro/core/dynamic-tags/MemberXProfileTag.php. Error message: Uncaught Error: Call to undefined function Buddy_Builder_Pro\bp_get_profile_field_data() in /mnt/customers-man/customers-el-2731002-14723-clubhx-wordpress-pvc-61003d1e6074e8003173bf8a/wp-content/wp-content/plugins/stax-buddy-builder-pro/core/dynamic-tags/MemberXProfileTag.php:81 Stack trace: #0 /mnt/customers-man/customers-el-2731002-14723-clubhx-wordpress-pvc-61003d1e6074e8003173bf8a/wp-content/wp-content/plugins/elementor/core/dynamic-tags/tag.php(35): Buddy_Builder_Pro\MemberXProfileTag->render() #1 /mnt/customers-man/customers-el-2731002-14723-clubhx-wordpress-pvc-61003d1e6074e8003173bf8a/wp-content/wp-content/plugins/elementor/core/dynamic-tags/manager.php(216): Elementor\Core\DynamicTags\Tag->get_content() #2 [internal function]: Elementor\Core\DynamicTags\Manager->get_tag_data_content() #3 /mnt/customers-man/customers-el-2731002-14723-clubhx-wordpress-pvc-61003d1e6074e8003173bf8a/wp-content/wp-content/plugins/elementor/core/dynamic-tags/manager.php(109): call_user_func_array() #4 /mnt/customers-man/cusHello guys.
I need to create a social network on BuddyPress and I have some questions.
I hope you can help me.1 – In BuddyPress do we configure a database when we start in WordPress?
If so, do I do this directly with the platform where I host my site or with WordPress?2 – In BuddyPress can I put that ‘social access’, that is, the person uses a Facebook or Google login that they already have?
3 – I came to see that we were able to customize the person’s registration on BuddyPress. This information goes straight to the database, right?
4 – I saw that it is possible to create groups, my question is if there is a possibility of being private groups.
5 – With the registration information, is it possible to do email marketing and invite others by email and by cell phone?
Thank you all for your cooperation and I look forward to your responses.
Helio Correia
I am getting this error:
Unable to locate WordPress content directory (wp-content).I assume I can point my ftp log in to the wp-content directory but not really sure how.
Thanks.
Topic: page tab missing in admin
Hello,
I just installed Buddypress and I can’t find the “page” tab in its setting.wordpress version : 6.0.1
buddypress version : 10.4.0
theme : OceanWP Version 3.3.4 children
site : wp.ladralha.frHi,
since I am a lost and have no idea were to start: how do I create WordPress pages for BuddyPress to use for Registration and Activation? I know how to crate WordPress pages – but …
Did not find anyting here ..
Message shown: “Die folgenden aktiven BuddyPress Komponenten haben keine damit verbundenen WordPress Seiten: Aktivieren, Registrieren. Reparieren”
“The following active BuddyPress components have no associated WordPress pages: Activate, Register. Repair”
WordPress 6.0.1
BuddyPress Version 10.3.0I purchased the new hosting in hostinger platform and migrate my (purikhaja.com) website using all in one wp migration plugin. When I create a backup of my purikhaja.com website and upload in the hostinger buddy press is not working. everything is fine, all the files related to the plugin available in backend too. but when I try to access page which belongs with buddy press it’s displaying sample page of WordPress.
WordPress version- 5.8.4
BuddyPress version- 2.1.0
Website Link- https://purikhaja.com/Our web site is at https://www.gleanr.com.au/. Its a member site and we use Ultimate member plugin into Buddypress member area and its a WordPress site. We are having issues with people registering into the site with what appear to be bogus email addresses. We have an email activation process that follows new member registration. We use the google recaptcha tool which sometimes has the choice from images in boxes come up and at other times is only a tick box (I am not a robot). Its very random and seems out of our control.
It seems that some people registering with bogus email addresses can activate their account (which is weird) and they have been creating spam groups in our member area. So in summary, my questions are:1. Are there any plugins or obvious processes we are missing to stop the bogus registrations
2. Are there plugins or processes that can prevent bogus groups being created and at the very least provide an easy pathway for the site administrator to be involved in group approval process and/or be alerted whenever a new group is created.Thanks
Hello all,
I am having trouble using the Tatsu Builder (https://tatsubuilder.com/) on Buddypress pages (ex the member directory page). Each time I want to use the media uploader (or media library) it tells me that https://xxx.test/wp-admin/admin-ajax.php is not found and the popup freezes on the loading part. The json response that is received tells me there is no error though (success is true with the appropriate data element)
When I edit the same page with the classic WP editor, the media uploader shows up perfectly. Has anyone run into the same issue or what could be the problem here. I asked the Tatsu builder support but they said it’s a Buddypress issue.
Thank you for your help.
Wordpress v6.0
Buddypress v10.3.0
Tatsu v3.4.0Hi!
I get the following error message on https://greenfilmnet.org (only when logged in!):
Warning: Creating default object from empty value in /home/.sites/838/site2533937/web/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-group.php on line 771
Any idea what the problem could be?
Best regards and thank you in advance
MarkusWordPress 6.0.1
Buddypress 10.3.0 - deleting the