Category: Wizards - User Wizard
User Wizard
Show subcategories objects
| Name | Type |
|---|---|
|
User Wizard Fails
tiki-wizard_user.php fails after first stage of user configuration. When you progress through the User Wizard, immediately after the first stage of the Wizard, a blank page shows. A show instance is created. |
tracker item |
|
User Wizard needs to be converted to Bootstrap4
{syntax type="tiki" editor="plain"} User wizard (accessible via -+/tiki-wizard_user.php+- ) needs some love to get harmonized consistent look and feel (UX) with the Admin Wizard ( -+tiki-wizard_admin.php+- ). It has some old ugly icons (they should be replaced by FontAwesome icons) and broken GIF image references when you go through the steps of the wizard. Please have a look at TPL files of tiki-wizard_admin.php for example how it should be done and harmonize. |
tracker item |
|
User wizard: User country setting is immediately forgotten
When a user runs the user wizard, one of the few things he or she can set is country. But the information entered there is not persistent, upon reload it is forgotten. Possibly the same bug that we had in the user preference. |
tracker item |
|
Wizards use hardcoded icons, should be switched to declaration
All of the wizards use icons that are hardcoded, and this results in them being un-influenced by the choice of iconsets, so they can look out of place. This should be switched to the way almost all other icons are used (declaration by a given name, and redirection in /themes/basefiles/iconsets. Almost, because tiki-sheet also uses hardcoded icons (should also be switched one day). |
tracker item |