Search Results for 'registration'
-
AuthorSearch Results
-
May 3, 2010 at 4:51 pm #76452
bobs12
Participant1.1.x (whatever it was) was great. I had an activity stream widget on the front page, so I could immediately see (well, once I’d deleted all the spam registrations) who’d been doing what and where, and I click to go and view the context and respond in the same place.
Now I get the feeling that BuddyPress is a platform for creating communities of BuddyPress users
Now there is no profile wire (I renamed it to ‘wall’ because nobody understood what a ‘wire’ is) – it was an absolutely fantastic way for me to greet new users and have a bit of open chat with them.
Now there is this @username nonsense which I don’t understand myself (I am not and never will be a twitter user) – where does that post go? It shows up as if it’s my (Facebook-style) status update. Someone can reply to it but I can’t reply to their reply. All continuity has been lost. I can see the advantage of AJAX replies in the activity stream, but not when it seems a random factor whether the post will appear only in the stream or whether it will appear at source..
The default theme is awful (1.1.x or whatever I had was beautiful, right out of the box) – It took me forever just to get the home page working with two widget columns (surely that wouldn’t have been hard to include in the release..?) but the profile page… ooooh no, it’s a disaster
In 1.1.x I had no problems tweaking the profile page to make it do what I want… with 1.2 it defaults to the awful activity stream and I have to click through to profile on every user to see if he comes from xgGT54GRerju and works at Ox8iHghuf34 before I delete him as a spammer.
I started using BP because I needed to replace an ancient platform that I’d written myself ages ago, and I wanted something reliable and extensible because I just don’t have the free time to work on my site anymore. BP 1.1.x was exactly what I wanted (I tried Elgg and some other yucky, heaving nonsense before stumbling on the beautiful BP).
But now it’s just gone off on an utterly bizarre tangent and lost all its intuitive user- (and admin-)friendliness
I know it’s free and I know I’m moaning and not being productive but I really can’t write plugins or themes for BP (much as I would love to – I can’t even work out how to put the wire back) but I feel it’s very sad to see something so good (and so free) go so wrong
May 3, 2010 at 11:47 am #76400Jeff Sayre
ParticipantIt looks like you also have the 3rd-party plugin bp-registration-options installed and activated. If you can log the dashboard as Site Admin, then go to the Plugins menu and deactivate the plugin bp-registration-options. If you cannot login to your site, then manually remove the bp-registration-options plugin from the /plugins/ directory.
Either way, that should bring your site back up. You will then need to contact the plugin author and tell him/her about the error.
NOTE: This thread should be moved to the support forum Third Party Components & Plugins
April 30, 2010 at 4:00 pm #76154kriskl
ParticipantYes! Please
This is really the essentials when it comes to registration.
of course, my fear is that our email address has been blacklisted by some servers, so there is probably nothing we can do, but
many other users simply.. have no idea they have to activate anything, and may have missed the email or the activation ,ink has already expired when they found it..kris
April 28, 2010 at 10:14 pm #75831In reply to: put some conditions and redirection upon login
techguy
ParticipantThere’s a few plugins that do this if you search for redirect login (or something like that).
Otherwise, you could do your own with some code like this:
function bp_redirect_to_page()
{
$redirect_url_cc = ‘URL to redirect to’;
bp_core_redirect($redirect_url_cc);}
/*Add an action to redirect user after login*/
add_action(“wp_login”,”bp_redirect_to_page”,100,0);You can add a lot more functionality to that too. I’m also playing with this redirect at registration. Very nice little function.
April 28, 2010 at 8:45 pm #75809In reply to: since installing bp new users can not sign up
r-a-y
KeymasterAre you sure you enabled registrations? If you did enable it, you should see a “Sign up” button right next to “Login” in the BuddyBar.
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/faq-how-to-code-snippets-and-solutions/?topic_page=2&num=15#post-41850April 28, 2010 at 7:14 pm #75781In reply to: since installing bp new users can not sign up
Anthony
Participantyes alllow new registrations are enabled
April 28, 2010 at 7:06 pm #75772In reply to: since installing bp new users can not sign up
José M. Villar
Participant@Anthony why don’t you check if “allow new registrations” is enabled at “options” under “site admin” in your wordpress backend ? Read the same question today and provided the same answer, let’s hope it is the same problem !
April 28, 2010 at 1:09 pm #75680In reply to: Plugin Hall of Shame! :) Plugin Devs Please Read
Brian Messenlehner
ParticipantUpdated BP Registration Options to do the BP check.
April 28, 2010 at 8:36 am #75650finni3
ParticipantMaybe you will find this info from the Google SoC site interesting @derekbolden:
Student Name: Kunal Bhalla
Mentor Name: John Jacoby
Title: Events Plugin for WordPress and BuddyPress
Abstract: Events have become an integral part of Social Networking; this plugin would also be useful for WordCamp.org – allowing people to handle WordCamp registration through the WordCamp site itself, etc.This plugin will provide basic event functionality for plain vanilla WordPress installs and enhanced capabilities for BuddyPress installs by leveraging the new WordPress Custom post types and moving on from that.
Source: http://socghop.appspot.com/
April 26, 2010 at 11:54 pm #75378techguy
ParticipantOne other idea. In the link to sign up, why not include the group number (or list of numbers) so that the registration theme page could be customized with a special welcome based on the group that invited them without having to do an extra query to the database to see which group they’ve been invited to join.
Something like: http://domain.com/register/accept-invitation/test2%40test.com/groupid=12
April 26, 2010 at 11:03 pm #75364In reply to: Email notification not working
techguy
ParticipantI had this same problem on one of my Bluehost domains. However, I was a little disturbed because I had 2 other Bluehost domains with BP that worked perfectly fine. In fact, one WPMU and one WP install as well. However, the emails wouldn’t deliver. I almost used the mail from plugin, but decided to redirect the MX record for my “broken” domain first.
So, I redirected the MX (mail record) from Bluehost’s crappy email service to Google Apps free (and fantastic) email service. Once I finished redirecting the MX record from Bluehost to Google Apps I tried the registration again on BP and the email went through with no problems.
Just thought I’d offer another solution for those on Bluehost.
Now I’m interested to see if the single WP install with BP will be a resource hog or if it’s just the WPMU that was/is the resource hog on a shared host like Bluehost.
April 26, 2010 at 9:55 am #75229helloari
ParticipantFYI the ‘delete’ button in site wide activity didn’t work for me (bp 1.1) but this fix worked:
http://www.bestbop.com/sitedev/topic.php?id=4April 26, 2010 at 1:40 am #75211Ruth Maude
Participantthe hack adds “the new users’ e-mail address to the e-mail with the activation link. This way you’ll know which activation link belongs to which user.” This is really needed!
Is there another line to add to functions.php that will add the email address?
Actually what we need is a plugin that creates a pending membership panel in the admin so you can go in and active or mark as spam… just like comments!
April 25, 2010 at 10:21 pm #75191@mercime
ParticipantApril 25, 2010 at 10:08 pm #75190Ruth Maude
ParticipantThe /*disable blog signup for non logged in member*/ code from @sbrajesh didn’t work… it didn’t remove the create a blog from the signup page.. I got a spam blog within minutes.
ah well that’s it for this rainy Sunday afternoon…. When I get some time next I’ll start but updating to php5 and then I’ll check back with the forum. Thanks everyone!
~ Ruth
April 25, 2010 at 9:56 pm #75189r-a-y
KeymasterIt’s better to make your changes in a child theme. This way your changes will not be overwritten when you have to upgrade BP.
April 25, 2010 at 7:50 pm #75178Ruth Maude
ParticipantTHANK YOU! THANK YOU! THANK YOU!
So all I had to do was add the following two code snippets to my /wp-content/plugins/buddypress/bp-themes/bp-default/functions.php file and both these issues are fixed! Next step will be upgrading to php5.
/*redirect activation email to admin for approval*/
function my_redirect_activation_email()
{
return get_site_option( “admin_email” );
}
add_filter(‘bp_core_activation_signup_user_notification_to’, ‘my_redirect_activation_email’);/*disable blog signup for non logged in member*/
add_filter(“wpmu_active_signup”,”bpdev_check_current_users_blog”);
function bpdev_check_current_users_blog($active_signup){
global $current_user;
if( !is_user_logged_in() )
return “none”;
else
return $active_signup;//if the user is logged in, do not change the site policies
}April 25, 2010 at 7:40 pm #75176Ruth Maude
Participantfound it I think… wp-content/plugins/buddypress/bp-themes/bp-default/registration/register.php, line 225,
April 25, 2010 at 7:20 pm #75175Ruth Maude
ParticipantThanks so much @r-a-y that code worked….
I’m really struggling to find my way around – I’m experienced with WP but not with WPMU or BuddyPress structure. How do I change this text?
Sign Up Complete!
You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.April 25, 2010 at 7:20 pm #75174r-a-y
KeymasterTry using the post snippet I posted above.
April 25, 2010 at 7:04 pm #75171Ruth Maude
Participant@r-a-y I’m using WPMU
April 25, 2010 at 7:01 pm #75169r-a-y
Keymaster
function my_redirect_activation_email()
{
return get_site_option( "admin_email" );
}
add_filter('bp_core_activation_signup_user_notification_to', 'my_redirect_activation_email');
Add this to wp-content/plugins/bp-custom.php or your theme’s functions.php file.
April 25, 2010 at 6:55 pm #75168Ruth Maude
Participant@r-a-y I have no idea where to begin with this…. I guess I’ll give the core hack a try
thanks
April 25, 2010 at 6:49 pm #75167r-a-y
Keymaster#buddypress-dev on freenode.
Or use this java applet:
http://java.freenode.net/?channel=buddypress-devApril 25, 2010 at 6:48 pm #75166Ruth Maude
Participantexcuse me r-a-y what is the IRC room? could you give me a link?
-
AuthorSearch Results