How to handle wizard? to switch in wizard mode: set $::isWizard to true; if $::Wizard_no_previous is set to true, the wizard won't display the previous button. Usefull for first step if $::Wizard_finished is set to true, the wizard will display Finish instead of Next. Usefull for last step how to code: Code as if there were no wizard. OK button is displayed as Next Cancel is displayed as Previous a additional button Cancel is added, xhich die with the exception 'wizard_cancelled' You have to handle the previous button. For example: step 1: ask_from list( blablablabl) or return; step2: ask_from list( blablablabl) or goto step1; step3: ask_from list( blablablabl) or goto step2; etc... You don't have to handle the wizard Cancel button as it send an exception. Understood? If yes, you'll see that there is a pb with ask_yesorno. In this case, yes+next returns true, no+next returns false, Cancel send the exception 'wizard_canceled' and previous send the exception 'wizard previous'. So you have to handle the previous button manually. plop. dam's, pour vous servir g WebsiteMaat [maat]
aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/db/migrate.php
diff options
context:
space:
mode:
authorkasimi <mail@kasimi.net>2019-07-21 10:23:44 +0200
committerkasimi <mail@kasimi.net>2019-07-23 21:19:05 +0200
commit2bb08f853ea6ed60987f9886cd72eaa74ebd6c44 (patch)
tree419a8dc5c8ee4e755cb26f0ae4a5ae24c61373d6 /phpBB/phpbb/console/command/db/migrate.php
parent9e9bdb69b5e00a4993b7ff9a6021044c9ec0c4dc (diff)
downloadforums-2bb08f853ea6ed60987f9886cd72eaa74ebd6c44.tar
forums-2bb08f853ea6ed60987f9886cd72eaa74ebd6c44.tar.gz
forums-2bb08f853ea6ed60987f9886cd72eaa74ebd6c44.tar.bz2
forums-2bb08f853ea6ed60987f9886cd72eaa74ebd6c44.tar.xz
forums-2bb08f853ea6ed60987f9886cd72eaa74ebd6c44.zip
[ticket/16107] Add mcp_move_destination_forum_before|after
PHPBB3-16107
Diffstat (limited to 'phpBB/phpbb/console/command/db/migrate.php')
0 files changed, 0 insertions, 0 deletions