Unofficial SMF API Documentation

./Themes/default/Register.template.php

template_registration_agreement

function template_registration_agreement(): void

Before showing users a registration form, show them the registration agreement.

template_registration_form

function template_registration_form(): void

Before registering - get their information.

template_after

function template_after(): void

After registration… all done ;).

template_coppa

function template_coppa(): void

Template for giving instructions about COPPA activation.

template_coppa_form

function template_coppa_form(): void

An easily printable form for giving permission to access the forum for a minor.

template_verification_sound

function template_verification_sound(): void

Show a window containing the spoken verification code.

template_admin_register

function template_admin_register(): void

The template for the form allowing an admin to register a user from the admin center.

template_edit_agreement

function template_edit_agreement(): void

Form for editing the agreement shown for people registering to the forum.

template_edit_reserved_words

function template_edit_reserved_words(): void

Template for editing reserved words.

template_edit_privacy_policy

// Form for editing the privacy policy shown to people registering to the forum.
function template_edit_privacy_policy()

Suggest an edit to this page on GitHub