-
metalhead replied to the topic Disable Member page to non-logged in users in the forum Requests & Feedback 5 years ago
All 3 of these options (BP Simple Private, Buddypress Lock, or the custom code) all cause significant page speed issues. (like 3 seconds)
Any suggestions to combat the privacy issue without compromising speed?
-
metalhead replied to the topic Upload Avatar in registration page in the forum Creating & Extending 5 years, 5 months ago
Envato Market has a $20 plugin that claims to “add upload avatar to registration page.”
It adds it to the registration page, but the avatar doesn’t get saved; it’s a scam.
Never buy anything for your Buddypress site from Envato Market – I made a $20 mistake by not reading about the company first.
Listen to Venutius; he is totally correct about…[Read more]
-
metalhead replied to the topic There was a problem cropping your profile photo. in the forum How-to & Troubleshooting 5 years, 8 months ago
Thanks for sharing your solution. Shortening the filename worked for me too.
I’m going to search Buddypress Trac and see if the authors are aware of it. I’ll report it if it’s not in there.
-
metalhead replied to the topic Bypass Email Requirement in the forum Creating & Extending 5 years, 8 months ago
Thank you! I appreciate your help with this. Works great. Now I can start enjoying all those nifty Nouveau enhancements.
-
metalhead replied to the topic Autocomplete No Longer Working in the forum How-to & Troubleshooting 6 years, 7 months ago
Thanks for your advice.
I viewed the console, and found this:
But where do I go from here?
-
metalhead started the topic Autocomplete No Longer Working in the forum How-to & Troubleshooting 6 years, 7 months ago
Hello,
I’ve been using this line of code:
define( 'BP_MESSAGES_AUTOCOMPLETE_ALL', true );
in my bp-custom.php file, in order to turn on autocomplete when a user is composing a message.But, it no longer works. Have there been any changes to BP that I failed to read about?
Thanks in advance.
-
metalhead replied to the topic What is the best way to change "Friends" to "Contacts" sitewide..? in the forum How-to & Troubleshooting 7 years, 1 month ago
If you haven’t already, create a child theme.
Then copy your buddypress/template folder & subfolders over to your child theme.
Go through each file, search for instances of the word “FRIENDS,” and replace it with “CONNECTIONS.”
If you can’t find all instances of the word “FRIENDS” in these files, check your buddypress.po file and use Poedit to…[Read more]
-
metalhead replied to the topic What is the best way to change "Friends" to "Contacts" sitewide..? in the forum How-to & Troubleshooting 7 years, 1 month ago
If you haven’t already, create a child theme.
Then copy your buddypress/template folder & subfolders over to your child theme.
Go through each file, search for instances of the word “FRIENDS,” and replace it with “CONNECTIONS.”
Or, you can pay a developer thousands of dollars to make a plugin do it for you 🙂
-
metalhead replied to the topic BP sign up page in two rows in the forum How-to & Troubleshooting 7 years, 1 month ago
Put it all in one row:
/* Aligns Registration Profile Details fields to the left */
#buddypress .standard-form #basic-details-section,
#buddypress .standard-form #blog-details-section,
#buddypress .standard-form #profile-details-section {
width: 100%;
}
#profile-details-section {
margin-top: 20px;
}And the finish button too…[Read more]
-
metalhead replied to the topic Login button in homepage in the forum How-to & Troubleshooting 7 years, 2 months ago
This plugin puts a band aid on that issue.
-
metalhead replied to the topic FIXED: Css styling problem after updating to 2.9.0 in the forum Installing BuddyPress 7 years, 2 months ago
Which element(s) are styled wrong?
Are you using a Child Theme?
If not, you should create a child theme, apply changes to the css files in the child theme, and not typically have this problem ever again.
They said they changed the nchor tag in the new version. What kind of elements are displaying wrong?
-
metalhead replied to the topic FIXED: Css styling problem after updating to 2.9.0 in the forum Installing BuddyPress 7 years, 2 months ago
I had the same issue with the past 2 upgrades. It had something to do with my child theme. Are you using one?
I rolled back to the previous version, re-installed the update, and the 2nd try was a success.
Good luck!
-
metalhead replied to the topic Autocomplete shows both names in the forum How-to & Troubleshooting 7 years, 2 months ago
Correction: What I meant was, I didn’t find any parentheses in the span tag, but I removed them from the %s, and it display the name without parentheses, but it crippled the function; without those parentheses, I click on a name from the list and the name gets printed with html code wrapped around it.
Not a big deal – but let me know if you have…[Read more]
-
metalhead replied to the topic Autocomplete shows both names in the forum How-to & Troubleshooting 7 years, 2 months ago
Thanks! That worked.
One small problem that remains, is that I still have parenthesis wrapped around $user->name
Here’s a chunk of the code:
printf( '<span id="%s" href="#"></span><img src="%s" style="width: 15px"> %s (%s)' . "n",
[Read more]
esc_attr( 'link-' . $user->ID ),
esc_url( $user->image ),… -
metalhead started the topic Limit Private Messaging to only 2 Users in the forum Installing BuddyPress 7 years, 2 months ago
I’ve seen this topic discussed in an old thread, however, the solution was never made public.
I’m looking for a way to thwart the the input box display for additional recipients while composing a message.
The best way to do this, I assume, is to check to see if the first recipient string is empty. If it’s not empty, then we need to use inline…[Read more]
-
metalhead started the topic Autocomplete shows both names in the forum How-to & Troubleshooting 7 years, 2 months ago
I’m using this:
define( 'BP_MESSAGES_AUTOCOMPLETE_ALL', true );
to autocomplete entries for the user in the compose “To” field.The feature works great, but in the list it displays both the username and the display name (in parenthesis.) That is what I’d like to change. Can I hide one or the other, so it doesn’t show both names in the list?
-
metalhead started the topic Members Page Back Button in the forum Creating & Extending 7 years, 2 months ago
I noticed a small possible bug, or issue that I need help with.
While viewing the members directory beyond page 1, I’ll click on a member from the list, and view their profile.
When finished, there’s no “Back” button. I can my browser’s back button, but that returns me to page 1 every time, even if I’m viewing members on page 16.
That’s…[Read more]
-
metalhead started the topic How to hire buddypress developer in the forum Requests & Feedback 7 years, 3 months ago
Hello,
I’m looking to hire a developer familiar with BuddyPress for a handful of tasks that I can’t figure out on my own, or through support forums.
I’ve tried using upwork.com, but despite the way that site is advertised, there was nobody interested in my BuddyPress objectives.
I’m aware of Buddydev – that guy is great. But do I have any…[Read more]
-
metalhead replied to the topic Issues with new version in the forum How-to & Troubleshooting 7 years, 3 months ago
I reverted back to the previous version, and installed the update again.
This time, it worked without any problem.
Thanks!
-
metalhead replied to the topic Issues with new version in the forum How-to & Troubleshooting 7 years, 3 months ago
Thanks for your reply.
After reverting back to the previous version, I installed the update again, prepared to take notes, but this time, it worked flawlessly. Weird!
- Load More
@aaronthomas1979
Active 4 years, 11 months ago