PHP Class IndexPhotosPlugin, vanilla

Inheritance: extends Gdn_Plugin
Mostra file Open project: vanilla/vanilla

Public Methods

Method Description
assetModel_styleCss_handler ( $Sender )
categoriesController_afterDiscussionLabels_handler ( $Sender, $Args )
categoriesController_beforeDiscussionContent_handler ( $Sender ) Trigger on Categories.
discussionsController_afterDiscussionLabels_handler ( $Sender, $Args ) Add OP name to start of discussion meta.
discussionsController_beforeDiscussionContent_handler ( $Sender ) Trigger on All Discussions.

Protected Methods

Method Description
displayPhoto ( $Sender ) Display user photo for first user in each discussion.

Method Details

assetModel_styleCss_handler() public method

public assetModel_styleCss_handler ( $Sender )
$Sender

categoriesController_afterDiscussionLabels_handler() public method

public categoriesController_afterDiscussionLabels_handler ( $Sender, $Args )
$Sender
$Args

categoriesController_beforeDiscussionContent_handler() public method

Trigger on Categories.

discussionsController_afterDiscussionLabels_handler() public method

Add OP name to start of discussion meta.

discussionsController_beforeDiscussionContent_handler() public method

Trigger on All Discussions.

displayPhoto() protected method

Display user photo for first user in each discussion.
protected displayPhoto ( $Sender )