-
Henry Wright replied to the topic Having a spring clean – most efficient way to clean up the activity stream? in the forum How-to & Troubleshooting 10 years, 5 months ago
Just to add, if you are looking for something to delete, old notifications might be a good place to start. The usual way (in BuddyPress) is to keep all of these, but many places around the web nuke them after they’re ~7 days old.
-
Henry Wright replied to the topic Having a spring clean – most efficient way to clean up the activity stream? in the forum How-to & Troubleshooting 10 years, 5 months ago
Am I okay to just clear the db table for bp_activity and bp_activity_meta
I wouldn’t do this because if anyone has notifications which point to the items you delete, then the member will be taken to a broken link.
I’m also guessing stream items DON’T get indexed by Google? I’m not going to create loads of broken results?
There’s nothing in Bu…[Read more]
-
Hegel's profile was updated 10 years, 5 months ago
-
@mercime replied to the topic Add profile fields groups to registration in the forum How-to & Troubleshooting 10 years, 5 months ago
@shmk profile fields you add in the Base Field Group shows up in the Registration Form https://codex.buddypress.org/administrator-guide/extended-profiles/
-
koma khoklp's profile was updated 10 years, 5 months ago
-
Henry Wright replied to the topic Quoted message in activity stream in the forum How-to & Troubleshooting 10 years, 5 months ago
This is theme-related. You’ll need to use CSS to change the text size.
-
Henry Wright replied to the topic Dynamically Display HTML depending on User in the forum Creating & Extending 10 years, 5 months ago
Maybe try
echo c_ws_plugin__s2member_user_access::user_access_level( $user );to see what that outputs?Note:
$usershould be aWP_Userobject. -
Henry Wright replied to the topic Dynamically Display HTML depending on User in the forum Creating & Extending 10 years, 5 months ago
You need a way of getting the user’s type, then you can do this:
if ( $type === 'employee' ) {
// Show button.
} elseif ( $type === 'employer' ) {
// Hide button.
} -
Henry Wright replied to the topic Vendor registration is currently closed. If you have an existing account, you ma in the forum How-to & Troubleshooting 10 years, 6 months ago
But where is the text “Vendor registration is currently closed. If you have an existing account, you may login and apply to become a vendor” coming from? I did’t find that anywhere in BuddyPress code when I just ran a search.
-
Henry Wright replied to the topic Vendor registration is currently closed. If you have an existing account, you ma in the forum How-to & Troubleshooting 10 years, 6 months ago
Vendor registration is currently closed. if you have an existing account, you may log in and apply to become a vendor
Are you sure this line of text is associated with BuddyPress? What plugins do you have activated? And also what theme? It could be coming from one of those?
-
Henry Wright replied to the topic Strange links in Buddypress profiles in the forum How-to & Troubleshooting 10 years, 6 months ago
No problem 🙂
-
Henry Wright replied to the topic Strange links in Buddypress profiles in the forum How-to & Troubleshooting 10 years, 6 months ago
Make sure you have no white space at the start of bp-custom.php.
This might cause the “headers already sent” error:
<?php
Your code..This is the same file with whitespace removed:
<?php
Your code.. -
Henry Wright replied to the topic "Profile" shown in navibar 3 times in the forum How-to & Troubleshooting 10 years, 6 months ago
The first link will take you to the profile edit screen. I’m not sure why you see the 2nd? I see “Personal”, “Mentions” and “Favourites”. The 3rd option takes you to your profile settings page.
-
Henry Wright replied to the topic Vendor registration is currently closed. If you have an existing account, you ma in the forum How-to & Troubleshooting 10 years, 6 months ago
How do I remove buddyPress completely from my wordpress and restore everything as pre-installation of BuddyPress?
You can just deactivate the plugin and remove the “Register” and “Activate” pages you created at Dashboard > Pages.
-
jeelama godlanks's profile was updated 10 years, 6 months ago
-
Henry Wright replied to the topic Buddypress and Calypso? in the forum How-to & Troubleshooting 10 years, 6 months ago
@ronia BuddyPress uses the admin area too 🙂
-
ronia replied to the topic Buddypress and Calypso? in the forum How-to & Troubleshooting 10 years, 6 months ago
@henrywright Thanks for the link. In any case what I understood Calypso is for Admin backend of WP – so its not very relevant for BP.
-
Henry Wright replied to the topic Strange links in Buddypress profiles in the forum How-to & Troubleshooting 10 years, 6 months ago
Hi @koreancandy
Looking at the Name and Location profile fields, they’re also linked? To remove these links, check out the bp-custom.php article.
-
Henry Wright replied to the topic php fatal error $message->send() in the forum How-to & Troubleshooting 10 years, 6 months ago
If I have no recipients I get a php error.
Are you sure the problem is you have no recipients?
Once
messages_control()returns, the following code is executed immediately:if ( empty( $this->recipients ) )
return false;Ref:…[Read more]
-
Stacy (non coder) started the topic "Profile" shown in navibar 3 times in the forum How-to & Troubleshooting 10 years, 6 months ago
“Edit my profile” under the name
“Profile” under Activity
“Profile” under Settings
- Load More