In the previous version I was able to tweak the tour from code, so I could include user settings, specific spaces, or sections to enter, or just simply not to show the tour if you are in a certain space.

Since the structure has been changed, all of these tweaks won't work, and I don't see any wildcard solution could work in the path field. e.g. navigate the user to the notification settings page.

If you have any cool solution that could provide this flexibility, more than welcomed.

Thank!

Comments

joevagyok’s picture

... maybe a way to reorder them. :)

mpotter’s picture

Tour steps are all just entities now so it seems like there should be new hooks and stuff using Entity API that should allow you to change things even easier than before. Yes, the code will be completely different but I'd be surprised if something isn't possible.

Try looking into various entity alter hooks and see what you can do. Happy to review any patches for improvements that might still be needed.

hefox’s picture

Also check oa_tour code itself to see what it does for custom tour and access logic :)