Code Monkey home page Code Monkey logo

wp-user-signups's Introduction

WP User Signups

This is the best way to manage user (and site) sign-ups in WordPress.

Use it to:

  • View & manage sign-ups the WordPress way
  • Resend activation emails to users who haven't received theirs yet
  • Manually edit & activate sign-ups for users who are having trouble

Installation

  • Download and install using the built in WordPress plugin installer.
  • Activate in the "Plugins" area of your network admin by clicking the "Activate" link.
  • Consider sponsoring future development by clicking "Sponsor".
  • No further setup or configuration is necessary.

FAQ

Does this work with on single-site, multi-site, and multi-network installations?

Yes. Yes. Yes.

Does this work with BuddyPress, bbPress, and GlotPress?

Yes. Yes. Yes.

Does this work with other membership plugins?

Ya know, I'm not really sure. Please test it with your favorite ones and let me know!

Credits

This plugin is largely inspired by:

  • BuddyPress
  • Unconfirmed

Where can I get support?

This plugin is free for anyone to use.

Contributing

Please open a new issue to discuss whether the feature is a good fit for the project. Once you've decided to work on a pull request, please follow the WordPress Coding Standards.

wp-user-signups's People

Contributors

biont avatar jjj avatar roborourke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

wp-user-signups's Issues

PHP 7.4 Compatibility issues

This plugin generates a number of errors when used with PHP 7.4.

The latest version of the plugin (5.0.0) indicates that it supports PHP 7.3 which has moved past its "active" support phase and will be unsupported by the end of this year. https://www.php.net/supported-versions


vendor/stuttter/wp-user-signups/wp-user-signups/includes/classes/class-wp-signup.php: 4 errors

[170] : "$this" can no longer be used in a plain function or method since PHP 7.1. - PHPCompatibility.Variables.ForbiddenThisUseContexts.OutsideObjectContext

[210] : "$this" can no longer be used in a plain function or method since PHP 7.1. - PHPCompatibility.Variables.ForbiddenThisUseContexts.OutsideObjectContext

[222] : "$this" can no longer be used in a plain function or method since PHP 7.1. - PHPCompatibility.Variables.ForbiddenThisUseContexts.OutsideObjectContext

[243] : "$this" can no longer be used in a plain function or method since PHP 7.1. - PHPCompatibility.Variables.ForbiddenThisUseContexts.OutsideObjectContext

stuttter/wp-user-signups/wp-signups/includes/classes/class-wp-signup.php: 4 errors

[162] : "$this" can no longer be used in a plain function or method since PHP 7.1. - PHPCompatibility.Variables.ForbiddenThisUseContexts.OutsideObjectContext

[202] : "$this" can no longer be used in a plain function or method since PHP 7.1. - PHPCompatibility.Variables.ForbiddenThisUseContexts.OutsideObjectContext

[214] : "$this" can no longer be used in a plain function or method since PHP 7.1. - PHPCompatibility.Variables.ForbiddenThisUseContexts.OutsideObjectContext

[235] : "$this" can no longer be used in a plain function or method since PHP 7.1. - PHPCompatibility.Variables.ForbiddenThisUseContexts.OutsideObjectContext

Warning on PHP 7.3

I updated my dev machine to PHP 7.3 and now I'm starting to see these errors thrown from this plugin:

 Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in (...)/wp-content/plugins/wp-user-signups/wp-signups/includes/functions/admin.php on line 279

There are a couple of them, and it seems the fix would be as easy as replacing continue with break

Screenshot?

It's hard to tell what exactly this plugin does just by reading README.

Signup query cache not invalidated when user added on multisite

At the moment if a new user is added from a site on a multisite install direct from the admin (without skipping the confirmation email) they don't show up in the signups list.

Note that the first user added may appear in the list if the cache hasn't been primed yet so to reproduce you should try adding multiple new users.

The below code is a workaround I'm using for now:

add_action( 'after_signup_user', function () {
	wp_cache_set( 'last_changed', microtime(), 'signups' );
} );

Use PHP namespaces

Code should be updated to use proper PHP name spacing.

This needs to include backwards compatibility for all existing functions and classes.

Bulk delete feature doesn't work

Hello,

Thanks for your plugin that I use for weeks, it's very usefull.

I got one problem, in the signup list table, the bulk delete action don't work, nothing appears. I'm on a WordPress 4.7 installation and PHP 7.0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.