ZenphotoCMS 1.6.5

registeruser

Table of Contents

Classes

registerUserOptions
Options class
registerUser
Plugin class
register_user
Plugin class

Functions

printRegistrationForm()  : mixed
Parses the verification and registration if they have occurred places the user registration form
printRegisterURL()  : mixed
prints the link to the register user page

Functions

printRegistrationForm()

Parses the verification and registration if they have occurred places the user registration form

printRegistrationForm([string $thanks = NULL ]) : mixed
Parameters
$thanks : string = NULL

the message shown on successful registration

Tags
deprecated
2.0

– Use registerUser::printForm() instead

printRegisterURL()

prints the link to the register user page

printRegisterURL(string $_linktext[, string $prev = '' ][, string $next = '' ][, string $class = NULL ]) : mixed
Parameters
$_linktext : string

text for the link

$prev : string = ''

text to insert before the URL

$next : string = ''

text to follow the URL

$class : string = NULL

optional class

Tags
deprecated
2.0

– User registerUser::printLink() instead


        
On this page

Search results