Method | Description | |
---|---|---|
entryController_registrationSuccessful_handler ( ) | Redirect users to the /post/discussion end point after registration. | |
entryController_render_after ( EntryController $sender ) | Redirect users to the /post/discussion end point after email confirmation. | |
postController_beforeDiscussionRender_handler ( PostController $sender, array $args ) | Tweak the discussion form. | |
postController_render_before ( PostController $sender, array $args ) | Add needed resources to the page. | |
setup ( ) | Executed when the plugin is enabled. | |
structure ( ) | Create the target category that is needed for this plugin to work. |
Method | Description | |
---|---|---|
isWelcomePostActive ( Gdn_Request $request, integer | boolean &$categoryID ) : boolean | Check whether all condition are met for this plugin to do its magic. |
public entryController_render_after ( EntryController $sender ) | ||
$sender | EntryController | Sending controller instance. |
public postController_beforeDiscussionRender_handler ( PostController $sender, array $args ) | ||
$sender | PostController | Sending controller instance. |
$args | array | Event's arguments. |
public postController_render_before ( PostController $sender, array $args ) | ||
$sender | PostController | Sending controller instance. |
$args | array | Event's arguments. |
public structure ( ) |