Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 7,076 through 7,100 (of 7,641 total)
  • Author
    Search Results
  • shedmore
    Participant

    Wow 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

    #54534
    Paul Wong-Gibbs
    Keymaster

    Welcome Pack 1.41 is out now, see if this clears up any issues.

    #54515
    copgarden
    Participant

    I 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.

    #54469
    Kailas
    Participant

    @Mike, thanks for taking care of this. I will give it a try now.

    #54440
    Paul Wong-Gibbs
    Keymaster
    #54424
    Michael J Challis
    Participant

    This 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)

    #54414
    Michael J Challis
    Participant

    OK, I see the error on my test site now. I will try to fix it.

    #54413
    Kailas
    Participant

    I 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

    #54411
    Michael J Challis
    Participant

    This 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.

    #54409
    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.

    #54408
    Michael J Challis
    Participant

    Why 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.

    #54383
    Anonymous User 96400
    Inactive

    Did 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 :)

    fubp
    Participant

    *Bump.

    Please anyone?

    #54311
    Anonymous User 96400
    Inactive

    Oh, 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.

    #54310
    bpisimone
    Participant

    Good one, thanks Travel-Junkie, would’ve been the next thing I’d have needed ;)

    #54309
    Anonymous User 96400
    Inactive

    To 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

    #54301

    @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.

    #54300
    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.

    #54278
    David Lewis
    Participant

    I’m gonna say no. This plugin is for adding metadata. Captcha and form validation is a different animal.

    #54249
    Reiner
    Participant

    this 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

    #54247
    Jake Spurlock
    Participant

    Could 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?

    #54245

    Same exact thing, except make the input a type=”checkbox” and give it the respective labels and things.

    #54238
    bpisimone
    Participant

    Yeah 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.

    #54062

    In reply to: BuddyPress Spam

    Ruth Maude
    Participant

    I’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.

    #54018

    In reply to: New User Signup

    Jeff Sayre
    Participant

    I’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.

Viewing 25 results - 7,076 through 7,100 (of 7,641 total)
Skip to toolbar