Search Results for 'registration'
-
AuthorSearch Results
-
October 6, 2009 at 7:37 pm #53999
In reply to: Extend Profiles.. wait.. not at signup!
Trevor Green
ParticipantThats great. thanks, I’ll take another look.
Right now, I’m trying to figure out how to getting google analytics goals setup for registrations.
Is there a plugin that would help with that? Or do I have to delve deep into the registration code to figure out where to output the javascript?
During Registration it seems to have /Registration/ the whole time. I would love to just put in a plugin that would allow me to set the event names for different BP and WPMU functions and have it outputted and reported. I don’t have the time to build that right now.
Any ideas?
October 4, 2009 at 6:19 pm #53794In reply to: Registration Email with wrong passwort, WPMU Bug?
madloki
Participant@socialpreneur: but here are some good cracks
@djpaul: has anyone else this problem with the password? Don´t know, if this is an bug from wpmu
October 4, 2009 at 2:40 pm #53777In reply to: Registration Email with wrong passwort, WPMU Bug?
Paul Wong-Gibbs
KeymasterThe group invite code in Welcome Pack 1.4 now just calls the BuddyPress functions. BP Bug?
October 4, 2009 at 2:31 pm #53775In reply to: Registration Email with wrong passwort, WPMU Bug?
takuya
ParticipantIf you think it’s wpmu problem, then this isn’t the place to ask questions…
October 3, 2009 at 11:33 pm #53735In reply to: BuddyPress says themes are missing, but they aren't
baronvonlego
ParticipantIs there a tutorial online that can assist me with this? Or alternatively, is there a workaround for the issues I was facing with the user registration glitch I was having using the 1.0.1 Default theme with Buddypress 1.1? Everything was running very smoothly with 1.0.1 with the exception of the user registration.
October 3, 2009 at 5:10 pm #53699In reply to: "Auto Group Join" plugin added
bcbccouk
ParticipantThanks testalib — I was looking through the code myself to try to find what was wrong!
Users don’t seem to get automatically added to groups during registration/activations on my setup for some reason. Is there something wrong with the hooks? The functionality does when when users edit there profiles.
October 1, 2009 at 6:17 am #53389In reply to: how to change from e-mail for new registrations
Paul Wong-Gibbs
KeymasterThis is a WPMU question and you are best off looking on their forums. I think this is a setting in the Site admin panel, though.
October 1, 2009 at 3:34 am #53380Ed N.
ParticipantNEVERMIND!
I did not have MU settings configured to allow registrations. Made the change and the registration page works.
(Side note: May want to add a if_can_register type of function if someone does not want to allow registrations)
September 30, 2009 at 11:37 pm #53354In reply to: Functions.php using Pre-1.1+ theme
colinloretz
ParticipantFixed this issue. Use the Functions.php file inside of /bp-themes/deprecated/bphome in the 1.1rc branch.
Because I intend to move to 1.1 with a parent-child theme, I’ve been liberal in changing the bp core files to make it work with my deprecated theme as a temporary fix but there are two issues with 1.1 and old themes that I ran into.
Registration:
There is a function called ‘get_edit_html’ that is deprecated from the BP_XProfile_Field class. (it still exists in a deprecated class extension but it’s having a hard time finding it). I simply moved it back into the BP_XProfile_Field Class and everything works again.
Activation:
Even with the functions.php file correct, it fails to find the activation page because it tries to use the new activation screen from 1.1. You need to add the following to LINE 9 of bp-core/bp-core-activation.php. This will check if you’re using a legacy theme and then default to looking for the activate.php in your bphome theme.
if ( file_exists( WP_CONTENT_DIR . '/bp-themes' ) )
return false;My next steps:
These issues and changes to the core only apply to deprecated themes. I will do a fresh BP install of 1.1 when we are ready for the parent-child theme.
Site launch in t-minus….4 days!
September 26, 2009 at 5:04 pm #53116In reply to: BuddyPress Spam
wordpressfan
ParticipantI read your example. I need something with a wider net. First off, the robot registration never leave an e-mail address. Unlike WP comment spam, WPMU registration robots appear able to bypass required fields, including e-mail address.
I receive e-mails announcing new registrations that contain only IP addresses. Meaning I would need to include hundreds of IP addresses in your code.
The real solution is somehow create a bullet-proof required registration field or move the registration page behind a firewall. I’ve seen single-user WordPress installations that move the wp-admin or wp-signup pages to avoid robot attacks using the default name and location of these pages.
September 26, 2009 at 2:49 pm #53109In reply to: BuddyPress Spam
wordpressfan
ParticipantAskimet does great catching spammers comments on regular WordPress installations, but WordPress MU is commonly the target of spam registrations, which is my problem. I tried reCaptcha and the same day had to delete spammers.
I’m hoping a future version of BuddyPress or WPMU will include finer security, allowing admins to block access to only humanly-registered users, rather than either shut off all registrations. Another possibility would be to follow the example of WordPress and allow admins to relocate or rename the registration component.
September 25, 2009 at 10:57 pm #53089In reply to: SI CAPTCHA for WPMU and BuddyPress
Michael J Challis
ParticipantThanks for the suggestion I changed it.
beta Version: 1.9.4
PS. I am having a CSS problem with the layout of the registration page. The wigets are trying to display in the middle of the page instead of the right hand side.It is not related to the captcha, because it still happens with SI captcha uninstalled.
Is this a reported bug or should I report it?
September 25, 2009 at 10:35 pm #53086In reply to: SI CAPTCHA for WPMU and BuddyPress
Andy Peatling
KeymasterLooks good, but I’d recommended changing the hook
bp_before_account_details_fields
to
bp_before_registration_submit_buttons
for better positioning on the registration page.
September 25, 2009 at 6:11 pm #53078In reply to: SI CAPTCHA for WPMU and BuddyPress
Michael J Challis
ParticipantI think I figured it out.
Anybody with BudyPress 1.1 want to test the registration CAPTCHA for me?
beta Version: 1.9.3
Same download URL:
http://www.642weather.com/weather/scripts/si-captcha-for-wordpress1.9-beta.zip
September 25, 2009 at 4:12 pm #53063In reply to: SI CAPTCHA for WPMU and BuddyPress
Andy Peatling
KeymasterMike: You may want to look at updating this for BuddyPress 1.1 since the registration page has been re-written to make it easier to edit.
September 25, 2009 at 12:29 pm #53045In reply to: BuddyPress Spam
wordpressfan
Participant@r-a-y: I added the .htaccess commands to avoid robot registrations. We’ll see how that works.
September 24, 2009 at 3:18 am #52982In reply to: Bug: Register Still Skips Required Fields
Mohit Kumar
ParticipantIf you use custom profile fields in your registration spammers wont effect you.I dont know why but i havent had a spam sign up since i tried this
September 22, 2009 at 4:41 pm #52903In reply to: User registration is not working
thatmtnman
Participanthaving a similar problem, but this time its buddy press not creating the subdomain for the user name-anyone know how to solve this?
cheers!
September 21, 2009 at 3:32 pm #52842In reply to: Is this the way Forums are supposed to work?
bpisimone
ParticipantI agree that the setup is not ideal – users should be able to post new topics anytime and then chose where to post in. Like this it is far too complicated – I plan to run a help forum – so registration and posting of topics should be as easy as it gets.
But since BuddyPress uses the full bbpress files, it should be possible to do exactly that, using some of the basic kakumei files?
September 16, 2009 at 5:07 pm #52569In reply to: give each blog their own buddypress?
Anointed
ParticipantI believe that the first huge step towards each buddypress install having it’s ‘own’ members is now complete. In order to accomplish this, we needed to start out where each blog can have it’s own members.
I just uploaded a new plugin to wpmudev.org that may be useful to you. I know many have complained about this.
It allows people to register for an individual blog using the normal registration process. In WPMU all registrations are forwarded to wp-signup.php, so it is impossible for a visitor to register for only a sub-blog. This plugin overrides WPMU and restores the default WordPress registration page for sub-blogs (sub-blog.domain.com/wp-login.php?action=register).
Features:
* Compatible with plugins like Register Plus to control registrations.
* You can edit the default user role sitewide (subscriber, author, etc.).
* You can also control whether users can adjust their own blog registration settings.
* If users can control their own registration settings, a menu with that option appears under Users->User Registrations.
* Does not affect main blog. Registrations there are maintained at wp-signup.php.
Check it out: http://wpmudev.org/project/wpmu-blog-registrations
I would be curious to hear from the bp devs if this is the right plan of attack for laying the groundwork for individual blogs to have their own buddypress.
My idea being that once we have ‘separated’ the wpmu members so each member actually registers and belongs to an individual blog, we can then start filtering the bp widgets to only show activity/members/groups/etc.. that belong to the blog which is displayed.
September 15, 2009 at 3:47 pm #52475In reply to: Extend Profiles.. wait.. not at signup!
John James Jacoby
KeymasterWith BuddyPress1.1, you can also recreate a custom registration page to include only the fields you specifically want them to have on sign-up, put it in your child theme, and let it do the dirty work.
September 15, 2009 at 11:57 am #52444In reply to: General Settings Change Password Broken
Sven Lehnert
ParticipantI found the problem, but I do not understand it.
Could somebody please give me some information about way it is working now?
If I go to wp-content/plugins/buddypress/bp-core/bp-core-settings.php
on line 27 an comment out require_once( WPINC . ‘/registration.php’ );
All is running without error.
I can change my password.
September 13, 2009 at 3:49 pm #52328Jeff Sayre
ParticipantI’m glad it helped!
September 13, 2009 at 3:40 pm #52325In reply to: Calling BP Pages From Within WP Themes?
wordpressfan
ParticipantThanks. Would function bp_show_register_page() allow my wpmu site to display the bp registration page? Until 1.1 is released, I’m using 1.03’s hometheme/member theme construct.
September 13, 2009 at 1:15 pm #52322In reply to: Fighting Splogs
Michael Berra
ParticipantThanks – but sadly nothing seems to work:
I have now:
– rename or even delete the wp-signup.php…
– Using a captcha on my registration page (register.php)
– I installed the hashcash plugin with signup-protection activated
– deleted the register-page in BBpress
– added the .htaccess lines
– (and by the way added a couple domains to block in WPMU backend – but still the same domains get through
Is there really no way out?
-
AuthorSearch Results