Search Results for 'wordpress'
-
AuthorSearch Results
-
December 23, 2023 at 3:50 pm #332493
In reply to: Slugs with -2 after update
jaroslawistok
ParticipantSELECT id, post_type FROM wp_posts WHERE post_name LIKE “members%”
SELECT id, post_type FROM wp_posts WHERE post_name LIKE “members%” LIMIT 0, 25
MySQL meldet: Dokumentation#1146 – Tabelle ‘xiwglwbv_rainbow.wp_posts’ existiert nicht
adding: remove_filter( ‘wp_unique_post_slug’, ‘bp_core_set_unique_directory_page_slug’, 10, 6 );
to functions wordpress quiting with failure
It is so aanoying now with this issueDecember 23, 2023 at 12:28 pm #332486In reply to: Slugs with -2 after update
Mathieu Viet
ModeratorSo you’re using BP version 12.0 on a regular site (not a multisite config), you activated, then deactivated BP Classic because it was no more needed. And now when you go into the URLs tab of the BuddyPress settings and tries to customize slugs, it adds a
-2suffix.Is it happening when these slugs are default BuddyPress ones only (eg:
activity,members) or is it happening even with these slugs: ‘activites’, ‘membres’ for example?If it’s only happening with BuddyPress default slugs: check there are no regular WordPress pages using the BP slugs.
Then try to use the Reset Slugs BuddyPress tools from the WP Admin tools menu.
If it didn’t fixed the issue, try to temporarily add this code to the functions.php of your active theme:
remove_filter( 'wp_unique_post_slug', 'bp_core_set_unique_directory_page_slug', 10, 6 );Go to the URLs tab of the BuddyPress settings and try to customize slugs again.
Then remove the custom code you added to the functions.php of your active theme.
December 23, 2023 at 9:43 am #332478In reply to: BuddyPress 12.0.0
Mathieu Viet
ModeratorFor your info, I’ve started your config tests and I found a bug with slug customization:
https://buddypress.trac.wordpress.org/ticket/9048So I confirm there’s an issue. I’m working on it.
December 23, 2023 at 3:47 am #332470In reply to: Error in buddypress code bp-menu bp-logout-nav
Mathieu Viet
ModeratorHi @fasirathore
Thanks for your feedback, are you using BP version 12.0.0?
Can you check your error log file to see if something was traced in it?
What’s your WordPress set up ? Multisite or not ? If Multisite is BuddyPress activated on the network ?December 23, 2023 at 3:43 am #332469In reply to: Slugs with -2 after update
Mathieu Viet
ModeratorSorry to read about it. Can you tell me a bit more about your config?
– regular or Multisite WordPress ?
– if Multisite how BuddyPress is activated ? Network widely, on the main site or on a subsite ?
– If activated network widely, are you using the constant to set the BP root site to be a subsite instead of main one?December 22, 2023 at 9:27 pm #332463In reply to: BuddyPress 12.0.0
perchenet
ParticipantThank you Mathieu
Critical error:
Notice: La fonction map_meta_cap a été appelée de façon incorrecte. Le type de publication buddypress n’est pas enregistré. Il n’est donc pas possible de vérifier de manière fiable que la permission « edit_post » correspond à ce type de publication. Veuillez lire Débogage dans WordPress (en) pour plus d’informations. (Ce message a été ajouté à la version 4.4.0.) in /var/alternc/html/d/davduf/www/auposte.fr/wp-includes/functions.php on line 6031 Deprecated: La fonction bp_core_get_user_domain est obsolète depuis la version 12.0.0 ! Utilisez bp_members_get_user_url() à la place. in /var/alternc/html/d/davduf/www/auposte.fr/wp-includes/functions.php on line 6031 Deprecated: La fonction bp_core_get_user_domain est obsolète depuis la version 12.0.0 ! Utilisez bp_members_get_user_url() à la place. in /var/alternc/html/d/davduf/www/auposte.fr/wp-includes/functions.php on line 6031 Warning: require(/var/alternc/html/d/davduf/www/auposte.fr/wp-content/themes/onecommunity/inc/typography.php): failed to open stream: No such file or directory in /var/alternc/html/d/davduf/www/auposte.fr/wp-content/themes/newsblock/inc/filters.php on line 205 Fatal error: require(): Failed opening required '/var/alternc/html/d/davduf/www/auposte.fr/wp-content/themes/onecommunity/inc/typography.php' (include_path='/var/alternc/html/d/davduf/www/auposte.fr/wp-content/plugins/kirki/:/var/alternc/html/d/davduf/www/auposte.fr/wp-content/plugins/kirki/core:.:/usr/share/php') in /var/alternc/html/d/davduf/www/auposte.fr/wp-content/themes/newsblock/inc/filters.php on line 205 Il y a eu une erreur critique sur ce site.The Query:
SELECT id, post_type FROM wp_4_posts WHERE post_name LIKE "activity%"; +----+-----------+ | id | post_type | +----+-----------+ | 88 | page | +----+-----------+December 22, 2023 at 8:48 pm #332462fasirathore
ParticipantWhen I added “bp-menu bp-logout-nav” to my menu items in BuddyPress, clicking on any other BuddyPress menu item such as notifications, messages, or profiles would log me out of WordPress unexpectedly. After removing the “bp-menu bp-logout-nav” from the menu, I no longer experienced logging out when clicking on any menu component.
“bp-menu bp-logout-nav” is affecting other menu items of buddypress. How can I resolve it, I also have reinstalled buddypress plugin after deleting it but problem is still present.December 22, 2023 at 12:43 pm #332451In reply to: BuddyPress 12.0.0
Mathieu Viet
ModeratorHi @priyam1234
Cool, thanks for your feedback.
I was about to point you to the update they did 21 hours ago: https://plugins.trac.wordpress.org/changeset/3013040
December 22, 2023 at 12:28 pm #332449In reply to: Viewing other profiles
alexhales123
ParticipantTo enable users to view other profiles on BuddyPress:
1. **Install and Activate BuddyPress:**
Make sure you have installed and activated the BuddyPress plugin on your WordPress site.2. **Check Privacy Settings:**
Ensure that users’ profile privacy settings allow their profiles to be viewed by others. Users can control this setting in their profile settings.3. **Activate Extended Profiles:**
Enable the “Extended Profiles” component in the BuddyPress settings to allow additional fields and information on user profiles.4. **Verify Theme Compatibility:**
Confirm that your WordPress theme is compatible with BuddyPress to ensure proper display of profile information.5. **Check User Roles:**
Verify that users attempting to view profiles have the necessary capabilities. By default, registered users should be able to view other registered users’ profiles.6. **Use BuddyPress Widgets/Shortcodes:**
Utilize BuddyPress widgets and shortcodes to display member directories and user lists. Refer to the BuddyPress documentation for guidance on implementing these features.7. **Review BuddyPress Documentation:**
Consult the official BuddyPress documentation for any specific settings or features related to profile viewing.By following these steps, you should enable users to view other profiles seamlessly on your BuddyPress-enabled WordPress site.
December 22, 2023 at 11:51 am #332447In reply to: BuddyPress 12.0.0
perchenet
ParticipantHello everyone, bonjour Mathieu
Bravo pour le travail !
Since the update in 12, I have a slug problem.
My BP is installed as a sub-site, according to the procedure described here https://codex.buddypress.org/getting-started/installation-in-wordpress-multisite/#b-network-wide-activation-buddypress-root-blog-in-secondary-site
Main site: auposte.fr
BP site: comico.auposte.frHowever, I can’t impose my slugs. WP refuses to overwrite the slugs and use the basic slugs. It always adds -3 (activity-3, members-3).
Example: https://www.auposte.fr/wp-admin/network/admin.php?page=bp-rewrites won’t register simple slugs (without the -3). I tried in English (groups, members): same defeat.
What I don’t understand is how BuddyPress generates different slugs (members, members, members-3) for the same thing?
Where are the slugs managed in the database since BP version 12? Can I modify them in the database directly?
Thanks/Merci mille fois Mathieu et l’équipe!
DavidDecember 21, 2023 at 10:53 pm #332441In reply to: v12 removed bbcode buttons on reply box
Mathieu Viet
ModeratorMaybe it’s due to this bug we’ll be fixing in 12.1.0
Can you test adding the following code to see if it’s fixing the issue into the functions.php file of your active theme for example:
add_filter( 'bp_enqueue_assets_in_bp_pages_only', '__return_false' );December 21, 2023 at 8:10 pm #332439In reply to: Unable to view other profiles
Mathieu Viet
ModeratorHi,
I advise you to download and activate the BP Classic backwards compatibility Add-on for 3rd party plugins not ready yet for version 12.0.0 of BuddyPress (bbPress is not currently ready for it, see: https://bbpress.trac.wordpress.org/ticket/3576)
December 21, 2023 at 8:02 pm #332437In reply to: v12 removed bbcode buttons on reply box
Mathieu Viet
ModeratorHi,
Have you tried to download and activate the BP Classic backwards compatibility Add-on?
December 21, 2023 at 7:31 pm #332435In reply to: BuddyPress 12.0.0
Mathieu Viet
ModeratorHi @awol
Thanks for your initiative, a possible way to find it is to download your
/wp-contentdirectory and use a code/text editor like vscode and use their “Search in directory” feature.Hi @priyam1234
Really happy you found the way to fixing your issues 👍.
Hi @cristan17
Sorry to read about the issues you’re facing.
The first thing I would do if I were you would be to make sure errors are not logged on front-end but only into your error log file: you can define
WP_DEBUG_DISPLAYtofalseinto yourwp-config.phpto do so, see: https://wordpress.org/documentation/article/debugging-in-wordpress/#wp_debug_displayThen, there’s a good chance these errors are deprecated notices which means the 3rd party BuddyPress plugins or theme have not updated their code to be ready for 12.0.0. We anticipated this case building the BP Classic backwards compatibility Add-on. If you haven’t activated this Add-on with BuddyPress 12.0.0, you can try to do so to see if it fixes your issues.
If you want to roll back once you updated BuddyPress, you’ll need the BP Classic Add-on to first find back your BuddyPress pages. Then deactivate BuddyPress and all other BuddyPress plugins except BP Classic. BP Classic will make sure you have your BuddyPress pages will stay in place. Then only deactivate BP Classic. Remove the
wp-content/plugins/buddypressfolder of your site. Before installing version 11.4.0, make sure to edit manually the BuddyPress db version option for the one of version 11.4.0. Into thewp_optionstable the_bp_db_versionoption value needs to be13408.Here’s the download link for 11.4.0:
https://downloads.wordpress.org/plugin/buddypress.11.4.0.zipDecember 21, 2023 at 5:56 pm #332433Topic: WordPress’ “Forgot password?” broken
in forum How-to & TroubleshootingCeraus
ParticipantI seem to be having an issue where I want to use the wordpress login/register/forgot password, but the forgot password brings back an empty page. Turning off Buddypress makes it work fine, but not sure which setting to toggle to get it to work.
Any help would be appreciated!
December 21, 2023 at 9:18 am #332422In reply to: BuddyPress 12.0.0
cristan17
ParticipantHello, thank you for your assistance. I have upgraded to BuddyPress v12, but now I am facing an issue. I am unable to customize my site from WordPress, specifically under APPEARANCE/CUSTOMIZE. Every time I try to customize the site, I receive an error message. Even the widget page is not loading properly for customization and some widgets stopped working (eg: who’s online widget)
This issue prompted me to use WP Rollback to revert to the previous version, but going back broke my site. Is there a fix for this? I would really appreciate your help.
December 21, 2023 at 6:05 am #332416In reply to: How To Delete Register Page
Mathieu Viet
ModeratorNow I’ve read the other topic you posted into, I know you are using WordPress Multisite.
My question about viewing the registration page being disconnected might seem a bit obvious but I wanted to check if you were using or not the Site invitation feature of BuddyPress which uses our signup page although global registration are disabled.
But I guess registration is on since you’re using a specific plugin.
Using BuddyPress < 12.0.0, once you removed the registration page, were you getting a notice to do the page association ?
I believe reading your post we should probably stop assuming you want BuddyPress to manage registration to your site, so I’ll work on a way to only do so if the admin opts in.
December 21, 2023 at 5:32 am #332414In reply to: How To Delete Register Page
Mathieu Viet
ModeratorHi @bermudastream can you give more details about your config:
– WordPress Multisite or regular ?
– In the site health information tab, what are the values of:
– WordPress > registration
– BuddyPress > URL parser– being disconnected, what do you see when you go to this registration page ?
December 20, 2023 at 8:52 pm #332408Ceraus
ParticipantHello,
I am trying to change back the sign up process to use WordPress’ and not the BuddyPress registration page. I attempted to use the following to no avail.
Any help would be appreciated!
Resolved – How to disable the registration function of buddypress?
December 20, 2023 at 8:49 pm #332407In reply to: How To Delete Register Page
Ceraus
ParticipantUnsure if this is what you mean, I am trying to get back the WordPress Registration form, maybe you will fare better with it?
Resolved – How to disable the registration function of buddypress?
December 20, 2023 at 8:07 pm #332404In reply to: BuddyPress 12.0.0
Mathieu Viet
ModeratorHi @priyam1234
Well we are not using Post IDs to decide what content should be displayed but URI globals that can be accessed through these functions : https://github.com/buddypress/buddypress/blob/master/docs/developer/functions/uri-globals.md
The post ID is reset to 0 when you reach a BuddyPress page to avoid PHP notices. There’s a new way to get this ID though adding an action to this hook https://github.com/buddypress/buddypress/blob/master/src/bp-core/classes/class-bp-component.php#L1260 (the query parameter has a
queried_object_idproperty ($query->queried_object_id) where you’ll get this ID.The code I shared with you is adding a new WP Admin Menu « BuddyPress directories ». Thanks to it you’ll get the list of directory pages similarly to regular WordPress pages and you’ll be able to reach the edit part of these pages. As the
buddypresspost type doesn’t support the editor, this page will only show the directory title. I believe from what I know of ACF it should be enough for this plugin to generate its metabox.December 19, 2023 at 7:24 pm #332391In reply to: how to edit register page for buddypress?
bermudastream
ParticipantPreviously, it was possible to eliminate the registration page entirely, which I had to do because of excessive spam sign-ups. However, after the latest update, I attempted to delete the page, only to find that BuddyPress pages are no longer accessible in the network admin panel. I even tried renaming the registration page to something obscure, but I’m still inundated with bot and spam sign-ups.
Is the BuddyPress team aware of what I perceive as a major setback in the latest update? Previously, I used a plugin (https://wordpress.org/plugins/user-registration/) to navigate around the weak registration page and I am still using it except that I have the main buddypress registration page causing problems which I cannot cancel. Perhaps I’m overlooking something. If so, could you provide suggestions on how to secure the BuddyPress registration page or eliminate it completely which I would prepare to do as
I’ve never been able to customize it
Mark M.December 19, 2023 at 5:21 pm #332388In reply to: BuddyPress 12.0.0
Mathieu Viet
Moderator@jaymzwayne if you want to rollback, activate BP Classic (to get the regular directory pages back into your regular WordPress pages), then deactivate BuddyPress and BP Classic. You’ll need to manually reset the « DB Version » for the one of version 11.4.0. Into the
wp_optionstable the_bp_db_versionoption should be13408. Only then download and activate a previous BuddyPress version (11.4.0).Here’s the download link for 11.4.0:
https://downloads.wordpress.org/plugin/buddypress.11.4.0.zipDecember 19, 2023 at 12:07 pm #332381In reply to: Help with labels
Mathieu Viet
Moderator12.0.0 brings URL slugs customization, that’s a big improvement to have meaningful URLs for non English communities.
These communities are using different words for things like Activity, groups etc.. They can do so thanks to the l10n feature of WordPress. So a good way to reach your goal is to use a custom translation file. And I believe it’s the best way to do so, because the page title or labels won’t be enough to really reword all places where we use groups.
You can try to put your custom translation file into
wp-content/languages/buddypress/buddypress-xx_XX.moreplacing the xx_XX with your locale maybe it’s even working with en_US.December 18, 2023 at 10:54 am #332359In reply to: BuddyPress 12.0.0
Mathieu Viet
Moderator@hengstigal Reading your error it looks like the BP Groups component is not active. Moreover I also see that your plugin Grimlock BuddyPress is not ready for version 12.0.0 of BuddyPress. I advise you to activate BP Classic : it’s the backwards compatibility plugin we’ve built on purpose for such a situation:
@cdb44 bbPress needs the same backwards compatibility plugin ^^. Please activate it. Moreover it looks like you’ve disabled deprecated functions loading probably using theBP_IGNORE_DEPRECATEDconstant into your wp-config.php file or elsewhere. -
AuthorSearch Results