Any suggestions on how to prevent this? I don't think it is
a problem though. The worst that can happen is the files
are moved or edited twice. Code won't get added twice
though because before any edits are made, the files are
moved from the root of phpBB to the process folder, then
edits are made. So all edits should be on what the board is
currently running.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Store the step in the database/cookie and not in the URL?
Probably force pages to reload on navigation to make you
finish the current wizard task (or exit it).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=657440
Any suggestions on how to prevent this? I don't think it is
a problem though. The worst that can happen is the files
are moved or edited twice. Code won't get added twice
though because before any edits are made, the files are
moved from the root of phpBB to the process folder, then
edits are made. So all edits should be on what the board is
currently running.
Logged In: YES
user_id=902793
Keep a status of the mod at the mod level, reset on step 1
and last step.
Logged In: YES
user_id=420754
Store the step in the database/cookie and not in the URL?
Probably force pages to reload on navigation to make you
finish the current wizard task (or exit it).