PHP 클래스 GettingStartedPlugin, vanilla

This plugin should: 1. Display 5 tips for getting started on the dashboard 2. Check off each item as it is completed 3. Disable itself when "dismiss" is clicked
상속: extends Gdn_Plugin
파일 보기 프로젝트 열기: vanilla/vanilla

공개 메소드들

메소드 설명
pluginController_dismissGettingStarted_create ( $Sender )
postController_render_before ( $Sender ) If the user starts a discussion, they've completed step 5: profile customization.
profileController_render_before ( $Sender ) If the user posts back any forms to their profile, they've completed step 4: profile customization.
saveStep ( $Step ) Record when the various actions are taken.
settingsController_render_before ( $Sender ) Adds a "My Forums" menu option to the dashboard area.
setup ( )

메소드 상세

pluginController_dismissGettingStarted_create() 공개 메소드

postController_render_before() 공개 메소드

If the user starts a discussion, they've completed step 5: profile customization.
public postController_render_before ( $Sender )
$Sender

profileController_render_before() 공개 메소드

If the user posts back any forms to their profile, they've completed step 4: profile customization.
public profileController_render_before ( $Sender )
$Sender

saveStep() 공개 메소드

1. If the user edits the registration settings.
public saveStep ( $Step )
$Step

settingsController_render_before() 공개 메소드

Adds a "My Forums" menu option to the dashboard area.

setup() 공개 메소드

public setup ( )