• Hello,

    Is there any way to use this plugin with Ponzi System like Tetrax 1-9-90?

    For following features are available or achiveable?

    1: User Register under User with Invite Codes.

    2: Epin like unique Register Validation?

    3: Displaying users like Matrix or Groups or Tables?

    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter Uranbold

    (@uranbold)

    Hello,

    Ignore the 1,2 questions.

    Can you please tell us more about this changelog for version 2.0.

    deprecated global $ultimatemember; variable (use UM() instead);

    I was using this code.

    add_action('um_submit_form_errors_hook_','bvrtgel_code_validation', 999, 1);
    function bvrtgel_code_validation( $args ) {
    	global $ultimatemember;
    
    	if ( isset( $args['bvrtgel_code'] ) && ( $args['bvrtgel_code'] != 1989 ) ) {
    		$ultimatemember->form->add_error( 'bvrtgel_code', 'Б?ртгэлийн код буруу байна' );
    	}
    }

    And how to use this function?

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Ponzi Register’ is closed to new replies.