-
Henry replied to the topic [Resolved] Changing the default mystery man avatar in the forum How-to & Troubleshooting 11 years, 5 months ago
I stripped my bp-custom.php down so that it is almost empty. @modemlooper‘s code works great now. Must have been something in there causing a conflict.
Thanks guys
-
Henry started the topic Member search results in the forum How-to & Troubleshooting 11 years, 5 months ago
Entering “hello” in the member search returns a list of members, many of which don’t have “hello” anywhere in their name.
I have raised this as a bug report over at BuddyPress Trac but am not entirely sure it is a bug so should have posted here first.
Is the member search supposed to search data beyond first name and…[Read more]
-
Henry replied to the topic [Resolved] Member search form in header in the forum How-to & Troubleshooting 11 years, 5 months ago
Perfect! many thanks
-
Henry replied to the topic 1.9 top features – ideas in the forum Requests & Feedback 11 years, 5 months ago
Upload profile image at activation https://buddypress.trac.wordpress.org/ticket/4132
+1 to that idea or any way of encouraging users to add an avatar during sign up.
A big improvement could also be made to the activity stream. Currently it isn’t possible to have personal activity AND friend’s activity in the same feed. Would be nice.
-
Henry started the topic [Resolved] Member search form in header in the forum How-to & Troubleshooting 11 years, 5 months ago
Anyone know how I could have a member search form in the site header?
bp_directory_members_search_form()
Using that displays the form but it doesn’t work when you enter a person’s name and hit go.
-
Henry replied to the topic 'Are you sure' needed for 'Delete' button in Profile Fields in the forum Requests & Feedback 11 years, 6 months ago
I’ve done this too! Many times. Very annoying i agree!
-
Henry replied to the topic Activation page? in the forum Installing BuddyPress 11 years, 6 months ago
The activation page is used to activate a member’s account manually (as an alternative to automatic activation after clicking the link sent in the activation email).
Both the member and site admin are able to enter the activation key manually. Useful if the member is having problems receiving the activation email.
Hope this helps
-
Henry replied to the topic Members count missing 1/5 of the actual number? in the forum How-to & Troubleshooting 11 years, 6 months ago
Could the missing members be users that have signed up but not yet activated their account?
Just a thought
-
Henry replied to the topic bp using archive template instead of page in the forum Requests & Feedback 11 years, 6 months ago
do you have a page.php file in your theme’s directory?
-
Henry replied to the topic [Resolved] Changing the default mystery man avatar in the forum How-to & Troubleshooting 11 years, 6 months ago
@modemlooper popping this into my bp-custom doesn’t work for me
define ( 'BP_AVATAR_DEFAULT', 'http://www.petfinder.com/wp-content/uploads/2012/11/101418789-cat-panleukopenia-fact-sheet-632x475.jpg' );
It could well be my install (i have heavily used functions.php). Mind you, i’ve not used many plugins. I’ll try on a fresh install and report…[Read more]
-
Henry replied to the topic [Resolved] Changing the default mystery man avatar in the forum How-to & Troubleshooting 11 years, 6 months ago
@bphelp haha!
you’re right i suppose, it does depend a lot on the plugin. After all, a plugin can be a few lines of code in a single file or a huge folder full of badly written buggy spaghetti code.
I’m trying to get this to work purely for my own satisfaction now as I had it working at some point in the past.
-
Henry replied to the topic [Resolved] Changing the default mystery man avatar in the forum How-to & Troubleshooting 11 years, 6 months ago
@tbermudas thanks for the idea, i used to have it working (without the need for a plugin). Thinking using a plugin for this is like using a sledgehammer to crack a nut.
-
Henry replied to the topic [Resolved] Changing the default mystery man avatar in the forum How-to & Troubleshooting 11 years, 6 months ago
@modemlooper have you tested this recently? It used to work for me but not right now. Very puzzling!
-
Henry replied to the topic How to change buddypress browser title? in the forum How-to & Troubleshooting 11 years, 6 months ago
How about accounting for usernames, first names, surnames across multiple components such as Activity, Profile…? Only a plugin will let you do that, unless you want to write some bulky custom code.
-
Henry started the topic [Resolved] Changing the default mystery man avatar in the forum How-to & Troubleshooting 11 years, 6 months ago
I have read a million threads on how to change the default mystery man avatar but none of the solutions work.
Is there a solution that works with the current version of BP (1.7.2)?
-
Henry replied to the topic Buddypress phone app in the forum Creating & Extending 11 years, 6 months ago
+1
-
Henry replied to the topic How to change buddypress browser title? in the forum How-to & Troubleshooting 11 years, 6 months ago
The SeoPress plugin will let you do that.
-
Henry replied to the topic BuddyPress with bbPress & WordPress SEO integration in the forum How-to & Troubleshooting 11 years, 6 months ago
Although Yoast’s WordPress SEO works perfectly with WordPress, it isn’t currently compatible with BuddyPress. I suggest you try a plugin such as SeoPress. There are some problems with that plugin (lacking 404 page support, registration page title buggy, incompatible Friends component etc) but on the whole it is about the best option on the market…[Read more]
-
Henry replied to the topic [Resolved] bp_core_remove_subnav_item dropped in 1.7.2? in the forum How-to & Troubleshooting 11 years, 6 months ago
Thanks for getting back to me. The file is complete and unmodified.
The error was echo’d to the “Update Plugin” screen during update from v1.7.1 to 1.7.2. I was making use of the function in my functions.php to remove the mentions tab:
function remove_mention_nav() {
[Read more]
global $bp;
bp_core_remove_subnav_item( $bp->activity->slug, 'mentions'… -
Henry started the topic [Resolved] bp_core_remove_subnav_item dropped in 1.7.2? in the forum How-to & Troubleshooting 11 years, 6 months ago
bp_core_remove_subnav_item()
I have been using this function to remove items from the sub-navigation
Has the function been dropped in 1.7.2? I am getting a function undeclared error message.
- Load More
@henrywright-1
Active 9 years, 10 months ago