-
frank thirteen replied to the forum topic How to Change Mystery Man Graphic without Overwriting Core Image File [Unresolved] in the group How-To and Troubleshooting 12 years, 3 months ago
Any Guru’s out there? I think the ability does not exist so I created a Trac enhancement ticket request.
-
frank thirteen started the forum topic Plugin for Sending Email Messages to All Members [Unresolved] in the group How-To and Troubleshooting 12 years, 3 months ago
Does anyone have a recommendation on a good plugin that cal send an email message to all active Buddypress members?
Thanks.
-
frank thirteen replied to the forum topic Plugin for Sending Email Messages to All Members [Unresolved] in the group How-To and Troubleshooting 12 years, 3 months ago
This plugin works perfectly –> https://wordpress.org/extend/plugins/email-users/
I tested it and it does email everyone user @joelshakespear
-
frank thirteen replied to the forum topic How to Change Mystery Man Graphic without Overwriting Core Image File [Unresolved] in the group How-To and Troubleshooting 12 years, 3 months ago
Has anyone had any success substituting the
Mystery Man
graphic by placing it in non-core or non-plugin directory without actually replacing the actual out-of-the box graphic?I am trying to avoid having my […]
-
frank thirteen replied to the forum topic Failed Update Forums attempt After Upgrading to 3.4.1 in the group How-To and Troubleshooting 12 years, 3 months ago
all three questions (a) – (c) simply related to the same issue @mercime.
I got a warning so do I really need to update the forums anyway? So what if I don’t? My question about being concerned was not to get […]
-
frank thirteen replied to the forum topic How to hook into Add New Member in BuddyPress [Unresolved] in the group How-To and Troubleshooting 12 years, 3 months ago
per @r-a-y: “Is there any reason why you need multisite?”
It is my understanding that as of WordPress 3.0 MU was automatically built into core. I am not using multisite, per se, that I know if. At least I did […]
-
frank thirteen replied to the forum topic Failed Update Forums attempt After Upgrading to 3.4.1 in the group How-To and Troubleshooting 12 years, 3 months ago
So @mercime, if I already have bbPress installed and running, I should download it and install it again? It’s bbPress that drives this warning message?
-
frank thirteen started the forum topic What is the code for current logged in Member in the group How-To and Troubleshooting 12 years, 3 months ago
Does anyone know the function call to retrieve the current logged in member?
Thank you.
-
frank thirteen replied to the forum topic What is the code for current logged in Member in the group How-To and Troubleshooting 12 years, 3 months ago
Solved it.
Use WordPress functions but you must declare $current_user as GLOBAL
global $current_user;
get_currentuserinfo();Then you can reference:
$current_user->user_login
-
frank thirteen replied to the forum topic What is the code for current logged in Member in the group How-To and Troubleshooting 12 years, 3 months ago
Thanks @RogerCoathup.
I actually did Google it…i thought I needed a BP login.
So I tried
get_currentuserinfo();
echo $current_user-user_login;But I get nothing.
Then I tried […]
-
frank thirteen replied to the forum topic How to Change Mystery Man Graphic without Overwriting Core Image File [Unresolved] in the group How-To and Troubleshooting 12 years, 4 months ago
My Avatar Default was set already to Mystery Man.
So let me ask this…
Maybe it is not overwriting because it already saved the mystery man avatar to their profile? Is that what is happening?
I am trying […]
-
frank thirteen replied to the forum topic How to hook into Add New Member in BuddyPress [Unresolved] in the group How-To and Troubleshooting 12 years, 4 months ago
Ughh…excuse my frustration.
Scope and Objective: to enable the Admin (me) to create user accounts. To capture the username created and pro grammatically write to an external file in order to allow user to […]
-
frank thirteen replied to the forum topic How to hook into Add New Member in BuddyPress [Unresolved] in the group How-To and Troubleshooting 12 years, 4 months ago
I have some screen shots over here — http://wordpress.stackexchange.com/questions/59649/how-to-hook-into-add-new-member-in-buddypress/59937#59937
They might help trigger something you have done or seen in your […]
-
frank thirteen replied to the forum topic How to Change Mystery Man Graphic without Overwriting Core Image File [Unresolved] in the group How-To and Troubleshooting 12 years, 4 months ago
any BP mystery men experts out there?
-
frank thirteen replied to the forum topic How to hook into Add New Member in BuddyPress [Unresolved] in the group How-To and Troubleshooting 12 years, 4 months ago
With some assistance from @r-a-y:
The bp_core_signup_user hook does something after BP has registered the user. Registering the user does not mean the user is activated yet.I ran a test:
`function myTest() […] -
frank thirteen started the forum topic How to hook into Add New Member in BuddyPress in the group How-To and Troubleshooting 12 years, 4 months ago
I have a hook into the WordPress Add New User process via an
add_action('user_register', 'doMyFunction');
hook.What results is that I am (Step 1) adding a new user through WordPress and then (Step 2) […]
-
frank thirteen replied to the forum topic Plugin for Sending Email Messages to All Members in the group How-To and Troubleshooting 12 years, 4 months ago
Still awaiting feedback from the plugin developer –> https://wordpress.org/support/topic/plugin-email-users-questions-about-capabilities-before-i-attempt-to-install
-
frank thirteen replied to the forum topic How to hook into Add New Member in BuddyPress [Resolved] in the group How-To and Troubleshooting 12 years, 4 months ago
Mainly to help anyone that looks here and tries to take away that
bp_core_signup_user
is the solution…well, it isn’t.In my plugin I simply replaced:
`add_action(‘user_register’, ‘rebuildAuthUsers’); […] -
frank thirteen started the forum topic How to make a Discussion Group "Sticky" in the group How-To and Troubleshooting 12 years, 4 months ago
Discussion Groups sort on activity. Is it possible to make them sticky to always appear on top of the list?
Thanks.
-
frank thirteen replied to the forum topic How to make a Discussion Group "Sticky" in the group How-To and Troubleshooting 12 years, 4 months ago
Can’t be done (http://wordpress.stackexchange.com/questions/59656/how-to-make-a-discussion-group-sticky-in-buddypress).
Have posted this as a Trac entrancement request. Hopefully it will get attention there…
- Load More
@frank13
Active 9 years, 2 months ago