Search Results for 'registration'
-
AuthorSearch Results
-
October 14, 2009 at 7:48 pm #54538
shedmore
ParticipantWow thanks…I will try as soon as I get back to the local computer hosting my test dev. What seems to be happening (in short) is that becuase my users use facebook to login/register…it never goes through the “activation” email scenario….and becuase it registers a new user (and activates them) BEFORE those messages_global are set – the send message function fails.
I tried reording the load_plugin order of the core and the message globals so that they would boot before, but once I did that it screwed up other things (like the order they need to be in to boot through the various functions in buddypress)..so I reverted, and have sense been trying to figure out how to maybe Trigger the “activation” silently in the registration process so that the email verification is not necissary.
I will try the new plugin and report back
October 14, 2009 at 7:33 pm #54534In reply to: Registration Email with wrong passwort, WPMU Bug?
Paul Wong-Gibbs
KeymasterWelcome Pack 1.41 is out now, see if this clears up any issues.
October 14, 2009 at 2:34 pm #54515In reply to: Registration Email with wrong passwort, WPMU Bug?
copgarden
ParticipantI am also having problems with Welcome Pack. BP1.1 & BP1.1.1 same problem, WPMU2.8.4a. Fatal error on activation of the plugin, though it mostly works here’s what I get:
Register a user as admin in dashboard, select “skip confirmation”. Sends out confirmation anyhow, and email dies at activation link. I do get all other welcome pack emails except:
If sent from main WPMU blog don’t get the email that states username & pw
If sent from sub blog do get the email that states username & pw
Both tests have the same confirmation email that shouldn’t be sent that dies at activation link.
October 13, 2009 at 4:00 pm #54469In reply to: reCAPTCHA for registration
October 13, 2009 at 11:16 am #54440In reply to: Custom Fields Not Saving in Registration
October 13, 2009 at 6:29 am #54424In reply to: reCAPTCHA for registration
Michael J Challis
ParticipantThis should be fixed now. You have to install this new version.
== Changelog ==
= 2.0.6 =
– (13 Oct 2009) – Fixed array_merge error on WPMU, Buddypress.
– Added Czech (cs_CZ) – Translated by [Radovan](http://algymsa.cz)
October 13, 2009 at 5:44 am #54414In reply to: reCAPTCHA for registration
Michael J Challis
ParticipantOK, I see the error on my test site now. I will try to fix it.
October 13, 2009 at 5:06 am #54413In reply to: reCAPTCHA for registration
Kailas
ParticipantI am not able to get it working. I do get following errors:
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home1/kailas/public_html/blogs/wp-content/mu-plugins/si-captcha.php on line 90
Warning: Invalid argument supplied for foreach() in /home1/kailas/public_html/blogs/wp-content/mu-plugins/si-captcha.php on line 93
October 13, 2009 at 3:52 am #54411In reply to: reCAPTCHA for registration
Michael J Challis
ParticipantThis is how to install SI Captcha globally on WPMU.
Step 1: upload the /si-captcha-for-wordpress/ folder and all it’s contents to /mu-plugins/
Step 2: MOVE the si-captcha.php from the /si-captcha-for-wordpress/ folder to the /mu-plugins/ folder.
Please report back here is this worked for you.
October 13, 2009 at 2:46 am #54409In reply to: reCAPTCHA for registration
Kailas
Participant@Mike Challis: I need a captcha plugin that can be enabled sitewide. But it seems that SI captcha can’t enabled sitewide; every user needs to enable it manually.
October 13, 2009 at 1:46 am #54408In reply to: reCAPTCHA for registration
Michael J Challis
ParticipantWhy did you uninstall SI captcha?
SI CAPTCHA Anti-Spam works with WordPress 2.6+, WPMU, and BuddyPress
https://wordpress.org/extend/plugins/si-captcha-for-wordpress/
WP-reCAPTCHA is not up to date for BuddyPress 1.1, that is why it does not work.
October 12, 2009 at 1:38 pm #54383In reply to: How to add custom $usermeta to registration
Anonymous User 96400
InactiveDid some checking and it appears that the above code I posted doesn’t work as advertised.
All the error messages are picked up correctly, but it seems that the additional $_POST values from register.php aren’t picked up, so it always displays an error message and a user basically can’t sign up.
Any ideas are welcome, cause I don’t really have a clue
October 11, 2009 at 4:46 pm #54338fubp
Participant*Bump.
Please anyone?
October 11, 2009 at 2:00 am #54311In reply to: How to add custom $usermeta to registration
Anonymous User 96400
InactiveOh, forgot something. You also need to add
do_action( 'bp_NAME_OF_FIELD_IN_TEMPLATE_errors' );
where you want the error message to appear in your register.php file.
October 11, 2009 at 1:29 am #54310In reply to: How to add custom $usermeta to registration
bpisimone
ParticipantGood one, thanks Travel-Junkie, would’ve been the next thing I’d have needed
October 11, 2009 at 12:09 am #54309In reply to: How to add custom $usermeta to registration
Anonymous User 96400
InactiveTo check if a field has been filled in you can use this function.
function sv_check_tos()
{
global $bp;
if ( empty( $_POST['name_of_field_in_template'] ) )
$bp->signup->errors['name_of_field_in_template'] = __( 'Your error message', 'sv' );
}
add_action( 'bp_signup_validate', 'sv_check_tos' );Useful for things like agreeing to TOS. Put the function in your functions.php or bp-custom.php file
October 10, 2009 at 9:39 pm #54301In reply to: How to add custom $usermeta to registration
John James Jacoby
Keymaster@jake spurlock, if you want to write an evaluation function to check a value, that is possible starting with this process, but you would need to check the value and return an error message if it’s wrong. This example is just a very primitive textbox with no error checking to get started.
October 10, 2009 at 8:37 pm #54300In reply to: Integrating several buddypress + one vBulletin
Anointed
Participant@tonyaccardo – We have spent the past 5 or 6 months now working on a new vb/wpmu/bp system and it’s getting close to completion. I have no plans of releasing the software, but I can give you a little insight into why no-one has responded to your request.
Bottom line:
It’s a HUGE job. It has taken the coders hundreds of hours of work to complete the project. The amount of code is actually rivaling the core of bp itself. You REALLY have to have a specific reason for wanting to take on wpmu-bp-vb.
What we’ve built:
Well I also run a number of very large vb communities, and while vb has ‘blogs’ they suck, and many members asked to have blogs and social networking. The ‘easiest’ solution would have been to simply dump vb for bbpress, and migrate all of the data over to bbpress.
However bbpress is nowhere near what vb is, not even close. Yeah it’s nice code, but vb has years and years of development behind it and bbpress is just beginning. So for us dumping vb was not an option.
So we needed a real plan and decided to bridge the programs together, but the bridge is the smallest part of the equation. Not only did I want one registration/session setting for the users, I also wanted auto vb forum creation upon group creation within bp. I also wanted automatic vb forum creation upon new blog creation within wpmu.
Simply put, if you signup and create a blog, a new vb forum is created behind the scenes that belongs to that blog. The same thing goes if you create a group within bp.
Well that’s all and good, but as vb is commercial software, there is no way I wanted to have to install new copies of vb for each blog. I wanted to run only one copy of vb, just like bbpress does. That is where the HUGE amount of work came into play.
Not only did I want each blog to have their own vb forum, but we also had to deal with member roles and forum creation. So we built the system so that ‘technically’ each blog is able to manage every single aspect of vb from styles, to membership, to permissions, heck you name it. As far as the blog owner is concerned, they are running their own full blown copy of vb, fully integrated.
There are many other things to consider as well. Many of the function names within the programs are the same, so you can’t just call functions from bp within vb. Even including things as simple as your wordpress header within a vb template took a bit of work. You see, wordpress header navigation is dynamic, add a page/category, and you have a new link. Obviously you do not want to have to manually change your header in vb to match wp everytime a navigation button is added, so you have to automate that part. Well the function names are the same in both, so now you have to create your own header nav functions so it stays dynamic. Not hard but still more work.
If all you are after is bridging wp/vb together, there is a basic bridge script you can use from vb.org. It does not work with wpmu, but can be modded to work. We started out with this route and after making the changes it worked perfectly.
However, it is designed to use vb for reg/sessions, and this caused some major issues that we had not thought of in the beginning. Think about hosting ‘paid’ blogs on your network, and telling them that their members have to go to another site forum to register, yeah that went over real well. LOL.
So that is where we are at now. We are rewriting the bridge code to use wpmu reg/sess so that users signup on whatever wpmu blog they come across and they are registered into the entire system (even having the ability for a visitor to signup directly from a sub-blog in wpmu took a bit of custom code which is done). I expect the coders to have this part finished shortly.
Once that code is finished then we begin work on bringing in the vb posts into the wire and activity streams of bp. There seems to be little to no documentation on doing this within bp so I can imagine it’s gonna be an interesting project.
We will then begin work on filtering out the pm system within bp and replacing it with the pm system from vb. (I’d rather use bp pm system, but it’s a kiddy toy compared to vb right now, and I don’t care to wait years for bp to catch up).
We are not touching the core code of either wp, bp, or vb so future upgrades are not going to be a problem. That is another thing you have to really consider.
Bottom line is, it was a massive job that took months of work, but we’ve mu’d vbulletin and should have the perfect deep integration replacement for bbpress shortly.
I hope now you can see why you are not getting any responses. Even in it’s ‘simplest’ form, what you are asking is going to take someone hundreds of hours to build, and that’s only if your coders know vb/wpmu/bp code inside and out.
anyhow, hope it helps.
October 10, 2009 at 3:29 pm #54278In reply to: How to add custom $usermeta to registration
David Lewis
ParticipantI’m gonna say no. This plugin is for adding metadata. Captcha and form validation is a different animal.
October 10, 2009 at 7:32 am #54249In reply to: BuddyPress External Group Blogs Plugin
Reiner
Participantthis is a great plugin. since I do not want anyone to create a blog with a group (so far users are only allowed to start their own group and blog registration is disabled): How could I – as admin – exclusively attach blogs to certain groups? Is there any way that only admins (of bp and not group admins) are allowed to create “group blogs”?
thanks,
Reiner
October 10, 2009 at 2:49 am #54247In reply to: How to add custom $usermeta to registration
Jake Spurlock
ParticipantCould this be used as a simple captcha? ie 2+2= “4” and they have to put “4”. I have seen simple captchas like this where the field is labeled name or something, so the spammer put zuingling0234. Normal user just puts 4 and is able to proceed. Your thoughts?
October 10, 2009 at 2:40 am #54245In reply to: How to add custom $usermeta to registration
John James Jacoby
KeymasterSame exact thing, except make the input a type=”checkbox” and give it the respective labels and things.
October 9, 2009 at 10:42 pm #54238In reply to: How to add custom $usermeta to registration
bpisimone
ParticipantYeah I think this is interesting. Is there a way to hack this to include a simple TOS button, one you need to click in order to register? I’ve tried to hack the TOS plugin, but could not make it the way I needed it.
October 7, 2009 at 3:22 pm #54062In reply to: BuddyPress Spam
Ruth Maude
ParticipantI’m struggling with a lot of spam registrations.
– a lot list country entry as random characters “Ot9XLfiFD7WNCu” Is there a way to set Country so it has to be a legit one?
– a lot come from email addresses such as “myspacee.info” “@mysace.info” Is there a way to force email confirmation … so they have to receive an email and click on a link to confirm registration?
– is there a way to mark someone as a spammer and delete them at the same time in the admin?
Sigh… I don’t have time for this so I may give up.
Would be nice if a site user can “Flag” a spam entry to disable the user.
October 6, 2009 at 10:43 pm #54018In reply to: New User Signup
Jeff Sayre
ParticipantI’m confused. They are sent an email to join when they fill out the registration form? If they are actually filling out the registration / sign-up form, then they should be sent a welcome message with their new account details.
-
AuthorSearch Results