-
Hugo Ashmore replied to the topic Remove message sent after selecting 'This is a notice to all users' in the forum Installing BuddyPress 11 years, 3 months ago
?? there are a series of tabs on the sub navigation ‘inbox’, ‘sent’, ‘compose’, and ‘notices’ not sure why that got missed seems quite obvious, on that screen are your sitewide notices.
-
Hugo Ashmore replied to the topic Stop friend request after declining in the forum How-to & Troubleshooting 11 years, 3 months ago
If your a developer what solution or partial solution have you attempted, give us an idea of an approach you imagined or some work in progress code, then people may be more inclined to help if they can see something to work with.
As for it being an issue, it’s not one that I recall being raised before, although does kinda make sense, but what…[Read more]
-
Hugo Ashmore replied to the topic Where is a working demo in the forum Installing BuddyPress 11 years, 3 months ago
@bp-help Odd, I’ll try removing one and see what happens.
Removed from the backend.
-
Hugo Ashmore replied to the topic [Resolved] Charge visitors to upload files in the forum Creating & Extending 11 years, 3 months ago
Closing
-
Hugo Ashmore replied to the topic Is bp-friends-template.php editable? in the forum How-to & Troubleshooting 11 years, 3 months ago
@terraling version also works if you want more exacting control.
-
Hugo Ashmore replied to the topic customize the login page in the forum How-to & Troubleshooting 11 years, 3 months ago
the pages have templates that are called when that page url is accessed those templates are editable, copied over to your theme or child theme, then it’s simply a case of adding the styles you would like. The templates and their location are outlined in those guides, for instance registration lives in /members/
-
Hugo Ashmore replied to the topic Is bp-friends-template.php editable? in the forum How-to & Troubleshooting 11 years, 3 months ago
Not necessarily following this without a test case in front of me but are you able to produce a good use case for this behaviour, would we all ( the BP core app ) benefit from the change and then are you able to edit the core files to achieve it? In which case might be a cause for a patch to core?
-
Hugo Ashmore replied to the topic Groups "readable" access to all users in the forum How-to & Troubleshooting 11 years, 3 months ago
ok good stuff, shame to have to use a plugin to achieve something that used to happen, missed the fact it had changed entirely!
-
Hugo Ashmore replied to the topic Groups "readable" access to all users in the forum How-to & Troubleshooting 11 years, 3 months ago
So it looks like the default old behaviour has changed and auto joining no longer functions.
-
Hugo Ashmore replied to the topic Groups "readable" access to all users in the forum How-to & Troubleshooting 11 years, 3 months ago
🙂 again based on your original requirement my response is “but that is what is normal behaviour”
Members can always read and see activity and the act of responding to a group via an update or similar would auto join you to the group.
However just testing quickly on a test trunk install and I wasn’t added as a member to a group that I posted an…[Read more]
-
Hugo Ashmore replied to the topic Groups "readable" access to all users in the forum How-to & Troubleshooting 11 years, 3 months ago
but that’s the default behaviour of a normal group!
-
Hugo Ashmore replied to the topic Is bp-friends-template.php editable? in the forum How-to & Troubleshooting 11 years, 3 months ago
You needed to persevere with what you were trying as that’s no more than I was/am doing but it’s not for me 🙂
You lookm like you set the button text then checked if the button id wasn’t ‘is_friend’ then returned the $button.
This works:
[Read more]
function my_add_friend_link_text($button) {
if( 'is_friend' == $button['id'] ):
$button['link_text'] =… -
Hugo Ashmore replied to the topic Stop Spam, Allow Members to Flag Spammers, etc. in the forum How-to & Troubleshooting 11 years, 3 months ago
no, think that was a question needing clarification!
-
Hugo Ashmore replied to the topic Explanation for recurring coding pattern in BP core in the forum How-to & Troubleshooting 11 years, 3 months ago
in other words if you are needing to pass the function return through another function like a shortcode or filter the last thing you want is the function trying to echo out the content as it causes problems.
This is a common WP construct that BP follows, it’s useful to remember that nearly always when you see a WP function if you stick _get_ in…[Read more]
-
Hugo Ashmore replied to the topic Make BP Better Directories better! in the forum Requests & Feedback 11 years, 3 months ago
Not sure why you post this question on general WP forums and then again here, both calling Boone directly. The proper place to post questions about this would be on the support forum for a particular plugin or on the github account – assuming that this is on Boon’s github account
-
Hugo Ashmore replied to the topic BP User Profile Map -> display only in a profile member page in the forum Installing BuddyPress 11 years, 3 months ago
Again you shouldn’t be using that standalone function, it requires you to pass parameters, and is simply a convenience if you wanted a map on a page.
as i’ve said in the profile field screen you need a different function, it’s explained in the settings page however this was added as a specific requirement and isn’t functioning quite as I wanted…[Read more] -
Hugo Ashmore replied to the topic Bad Link to Profile Edit in the forum How-to & Troubleshooting 11 years, 3 months ago
This is not an obvious or Glaring error; I can’t reproduce any issue with editing the profile groups, naturally logged in as the member in question or as site admin.
Enabling groups is not a related matter to editing user profile screens.
We can’t get an idea of what may be wrong from your site link as we’re not members so can’t edit profiles,…[Read more]
-
Hugo Ashmore replied to the topic BP User Profile Map -> display only in a profile member page in the forum Installing BuddyPress 11 years, 3 months ago
Not sure why you are using the standalone function, but as mentioned in the instructions that function requires parameters to be passed through otherwise the function will simply use a series of default values.
I think you want the approach outlined further down in the settings page for adding a map into the actual profile loop of users account…[Read more]
-
Hugo Ashmore replied to the topic Is bp-friends-template.php editable? in the forum How-to & Troubleshooting 11 years, 3 months ago
Ah well my code wasn’t that tested might need to pick up the $args instead, have a look at the core function.
-
Hugo Ashmore replied to the topic BP User Profile Map -> display only in a profile member page in the forum Installing BuddyPress 11 years, 3 months ago
Then you should be able to? You should be able to manage the displays as you wish, it’s trickier on the user actual profile loop as you need to make some manual adjustments, adding a function directly to the template.
- Load More
@hnla
Active 6 years, 4 months ago