-
Zachary Lamczyk posted on the forum topic Moderate Signup / Restrict Registration in the group How-To and Troubleshooting: 14 years, 5 months ago
Figured this out, finally. Turns out that the file and function to modify was: wp-contentpluginsbuddypressbp-corebp-core-filters.php –>function bp_core_activation_signup_user_notification( $user, $user_email, $key, $meta ) Isn’t it redundant to have two functions so similar to each other? Both the above function and…[Read more]
-
Zachary Lamczyk posted on the forum topic Moderate Signup / Restrict Registration in the group How-To and Troubleshooting: 14 years, 5 months ago
@DJPaul Any way of modifying your Welcome Pack plugin to accomplish what I want? In addition to this BuddyPress post, I’ve created on here, too:
https://wordpress.org/support/topic/407338?replies=1 -
Zachary Lamczyk posted on the forum topic Moderate Signup / Restrict Registration in the group How-To and Troubleshooting: 14 years, 5 months ago
@crashutah Yes, Welcome Pack will work that way. The extra work for me to activate is, however, annoying as you presumed. @vanmurray Manual Member Approve will also work. But I still have to manually send an e-mail back to the user containing their username and password. One more step that I’d like to avoid. Temporarily, either of […]
-
Zachary Lamczyk posted on the forum topic Moderate Signup / Restrict Registration in the group How-To and Troubleshooting: 14 years, 5 months ago
I’ve searched through most of the current BuddyPress plugin files and I have yet to find anything containing activation content like bp-core-signup.php. However, after those changes I initially made I really expected it to work. How does registration using WPMU 2.9.2 and BP 1.2.4 work? I’m really under a time crunch and looking for some […]
-
Zachary Lamczyk posted on the forum topic Moderate Signup / Restrict Registration in the group How-To and Troubleshooting: 14 years, 5 months ago
Decided to try bp-registration-options plugin. Flagged errors… I found the following discussion about this. It’s from 1+ month ago….
I still think that the easiest thing to do would be to simply change the activation e-mail from being sent to the user to the admin(s) instead.
Help please!
-
Zachary Lamczyk posted on the forum topic Moderate members in the group How-To and Troubleshooting: 14 years, 5 months ago
@messenlehner I really wish this plugin was working for me. I’m getting the following warnings/errors after clicking Save Options. Top of page… Warning: implode() : Invalid arguments passed in …/wp-content/plugins/bp-registration-options/bp-registration-options.php on line 36 Next to each group checkbox is the same error/warning… Warning:…[Read more]
-
Zachary Lamczyk posted on the forum topic Moderate Signup / Restrict Registration in the group How-To and Troubleshooting: 14 years, 5 months ago
Does anyone know if I have been modifying the correct file to change where the activation e-mail is sent to:
bp-core-signup.php -
Zachary Lamczyk posted on the forum topic Moderate Signup / Restrict Registration in the group How-To and Troubleshooting: 14 years, 5 months ago
@vanmurray I haven’t had time to look into this yet, but yes, your problem sounds similar to my own. I don’t necessarily want to stop the user activation e-mail all together, I just want to change the wording and remove the activation url that is sent to them. Additionally, I’d like the activation url sent to […]
-
Zachary Lamczyk posted on the forum topic Moderate Signup / Restrict Registration in the group How-To and Troubleshooting: 14 years, 5 months ago
I guess I’ll try this:
https://buddypress.org/community/groups/bp-registration-options/Not very good ratings and no support apparently.
I will test and update.
If anyone has any other suggestions, please reply asap. Thanks, in advance.
-
Zachary Lamczyk started the forum topic Moderate Signup / Restrict Registration in the group How-To and Troubleshooting: 14 years, 5 months ago
WPMU 2.9.2 BuddyPress 1.2.4 I need admins to activate newly registered users, not the users themselves. I haven’t been able to come up with a working plugin – probably because I’ve got MU and BuddyPress both running on my “members only” site. I’ve modified the bp-core-signup.php file to send an e-mail to the user without […]
-
Zachary Lamczyk posted on the forum topic WPMU, require login to view any part of site, but allow registration in the group How-To and Troubleshooting: 14 years, 5 months ago
@piphut That plugin worked perfectly. Thanks for the suggestion! I can’t believe that I missed that plugin in the first place.
-
Zachary Lamczyk posted on the forum topic WPMU, require login to view any part of site, but allow registration in the group How-To and Troubleshooting: 14 years, 5 months ago
It is set to that. Thanks for your respond @piphut, but seeing my site is really not necessary. Registration is open to everyone. I have a different plugin that makes registration only active once an admin approves them. That makes registration managed by admin prior to a user having access. Problem with only this plugin is […]
-
Zachary Lamczyk posted on the forum topic WPMU, require login to view any part of site, but allow registration in the group How-To and Troubleshooting: 14 years, 5 months ago
The register link is present. When it is clicked, a user is redirected right back to the login page.
-
Zachary Lamczyk started the forum topic WPMU, require login to view any part of site, but allow registration in the group How-To and Troubleshooting: 14 years, 5 months ago
WPMU 2.9.2 BP 1.2.4 I want a “closed” site. Only registered members may be allowed to view any part of the site. I’m currently using the Authenticate (https://wordpress.org/extend/plugins/authenticate) plugin to assist with this. The Authenticate program uses the following lines of code to accomplish this: public static function check_auth_to_read…[Read more]
-
Zachary Lamczyk posted on the forum topic How do you get group home content when activity stream is disabled? in the group How-To and Troubleshooting: 14 years, 6 months ago
-
Zachary Lamczyk posted on the forum topic How to get group id while in activity-loop.php in the group How-To and Troubleshooting: 14 years, 6 months ago
@boonebgorges I successfully modified the “*/bp-default/single/home.php” so that static content was placed in the home page section of the individual group page. I also managed to collect the current group id! Your advice was spot-on (once I located the inherited home.php file, anyway, haha)!
-
Zachary Lamczyk posted on the forum topic How to get group id while in activity-loop.php in the group How-To and Troubleshooting: 14 years, 6 months ago
My theme does not have a groups directory – so no home.php there. There is a home.php here:
root/wp-content/plugins/buddypress/bp-themes/bp-default/single/
Is it possible that my theme simply inherits this file? -
Zachary Lamczyk started the forum topic How to get group id while in activity-loop.php in the group How-To and Troubleshooting: 14 years, 6 months ago
Running… WP 2.9.2 BP 1.2.3 I want to place static content on an individual groups home page. Ideally, I’d like to simply disable the activity stream from the admin menu and then implement this, but I’ve realized that the easiest thing to do would be to simply enable activity streams and then modify my BuddyPress […]
-
zlamczyk started the topic [Resolved] How to get group id while in activity-loop.php in the forum How-to & Troubleshooting 14 years, 6 months ago
Running…
WP 2.9.2
BP 1.2.3I want to place static content on an individual groups home page. Ideally, I’d like to simply disable the activity stream from the admin menu and then implement this, but I’ve realized that the easiest thing to do would be to simply enable activity streams and then modify my BuddyPress theme’s activity-loop.php file…[Read more]
-
Zachary Lamczyk posted on the forum topic How do you get group home content when activity stream is disabled? in the group How-To and Troubleshooting: 14 years, 6 months ago
@M How do I retrieve the group id from within the activity-loop.php?
- Load More
@zlamczyk
Active 7 years, 7 months ago