-
shanebp replied to the topic How to turn off e-mails in 1.7 beta 2 in the forum Installing BuddyPress 11 years, 8 months ago
Or…
You can write a snippet, and maybe add it to your import script, that turns off notifications for all users.
But you’ll need to store the actual settings so that you can restore them later. […] -
shanebp replied to the topic How to turn off e-mails in 1.7 beta 2 in the forum Installing BuddyPress 11 years, 8 months ago
Yup, spamming your own users is not good.
How are you importing to your database ?
It may not be feasible for your situation, but one way to handle this is to import in two passes.
In the […]
-
shanebp replied to the topic BP Block Member 0.5 in the forum Creating & Extending 11 years, 8 months ago
I’m almost done.
But not sure if I want to release as a premium plugin.
So removed git repo until I decide. -
shanebp replied to the topic Enterprise Nation in the forum Showcase 11 years, 8 months ago
Looks great – and like a lot of work.
What are you using for hosting ? -
shanebp replied to the topic Approve user to group hook with wp_email function ? in the forum How-to & Troubleshooting 11 years, 8 months ago
You can contact me thru the info in my profile under profile link.
-
shanebp replied to the topic bp_has_members ignores user in the forum How-to & Troubleshooting 11 years, 8 months ago
> just one user, e.g. id 21
It is always id 21 ?
It it always a random id from your include string ?
How do you know it’s ignored ?
etc, etc.Use pastebin or gist and show us the code you use to […]
-
shanebp replied to the topic friendship request in the forum Creating & Extending 11 years, 8 months ago
This will put all notifications in your sidebar:
-
shanebpdev updated the Core page, on the BuddyPress Codex 11 years, 8 months ago
[…]
-
shanebp replied to the topic bp_core_avatar_save action hook missing? in the forum Creating & Extending 11 years, 8 months ago
Well, you could over-ride the whole function – yikes.
-
shanebp replied to the topic bp_core_avatar_save action hook missing? in the forum Creating & Extending 11 years, 8 months ago
Take a look at
function bp_core_avatar_handle_upload(…)
in bp-core-avatars.php
and use the apply_filters hook near the top.But that is pre-upload, so may not be useful to you.
Although you could […] -
shanebp replied to the topic Adding custom article types to activity streams in the forum How-to & Troubleshooting 11 years, 8 months ago
By ‘article types’ you mean custom post type ?
Google this: ‘buddypress add custom post type to activity stream’
Check […]
-
shanebp started the topic BP Block Member 0.5 in the forum Creating & Extending 11 years, 8 months ago
Making good progress on a plugin that allows members to block each other.
Please use the “Issues” area of the git repo to report any NEW issues / bugs.
https://github.com/shanebp/BP-Block-Member
Thanks.
-
shanebp replied to the topic Approve user to group hook with wp_email function ? in the forum How-to & Troubleshooting 11 years, 8 months ago
Create an add_filter on one or both of the apply_filters_ref_array(…) near the bottom of that function.
Put it in your theme/functions.php or your plugin or plugins/bp-custom.php
If you don’t know how to […]
-
shanebp replied to the topic Approve user to group hook with wp_email function ? in the forum How-to & Troubleshooting 11 years, 8 months ago
If they aren’t sending, you have a less specific problem.
In BP 1.7beta2, this sends the email:
groups_notification_membership_request_completed()
in
bp-groups/bp-groups-notifications.phpIf you are […]
-
shanebp replied to the topic Approve user to group hook with wp_email function ? in the forum How-to & Troubleshooting 11 years, 8 months ago
Default behavior is to send the member an email when their request is approved or denied.
Are those emails not being sent ?
-
shanebp replied to the topic [Resolved] How to detect use is on a bp page in the forum How-to & Troubleshooting 11 years, 8 months ago
Thank you.
-
shanebp replied to the topic [Resolved] How to detect use is on a bp page in the forum How-to & Troubleshooting 11 years, 8 months ago
@chouf1 –
I don’t think members is a component.
What does bp_user_query have to do with the OP’s question ?
What about this ?
if ( 0 == bp_displayed_user_id() )
//show the widget -
shanebp replied to the topic BP Block Member uber-beta in the forum Creating & Extending 11 years, 8 months ago
>why all the spaghetti?
The client didn’t want it to be obvious to a blocked member that they had been blocked.
So it required at lot of intercepting, etc.What you describe is quite simple and would […]
-
shanebp replied to the topic [Resolved] How to detect use is on a bp page in the forum How-to & Troubleshooting 11 years, 8 months ago
I’m also interested in an answer to your question.
There used to be this bool, but no longer:
$is_member_page
You could check $bp_unfiltered_uri[0] but I’m not sure that will work if you also […]
-
shanebp replied to the topic Activity post time incorrect under Ajax in the forum Installing BuddyPress 11 years, 8 months ago
I believe your report is covered by:
https://buddypress.trac.wordpress.org/ticket/4573It’s a gremlin that doesn’t appear for most installs.
It’s been reported in various guises for quite awhile.
I was […] - Load More
@shanebp
Active 7 hours, 19 minutes ago