Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do you create a walkthrough for logged-in users? #137

Open
dnotes opened this issue Nov 13, 2014 · 3 comments
Open

How do you create a walkthrough for logged-in users? #137

dnotes opened this issue Nov 13, 2014 · 3 comments

Comments

@dnotes
Copy link

dnotes commented Nov 13, 2014

I'm trying to create a walkthrough for administrators and content editors of a Drupal site, and I'm stuck because every time the walkthrough starts, it starts as an anonymous user, even if I am logged in through that browser. Any suggestions for this?

@diana-lakatos
Copy link

You have different options to solve this issue, I'll list them in the order of complexity:

  • Create a Login Walkthrough: Create a Walkthrough for the login process, and set this as a prerequisite for the Walkthroughs on the admin interface. This will make sure that the user is logged in before the Walkthrough is played.
  • Install the client: Install the client module as described here: http://walkhub.net/documentation/for-developers. Then turn off the proxy for the Walkthrough.
  • Own WalkHub: Set up your own WalkHub and install the WalkHub client as described here: http://walkhub.net/documentation/for-developers.

I hope you can find the solution that suits your needs, please let me know if you need further help!

@dnotes
Copy link
Author

dnotes commented Nov 17, 2014

Thanks. It sounds like the client module may provide what I need, so I'll try it out. However, I would want to include this as part of my distribution, and I'm wondering if you're planning to make a release of the project on drupal.org? At the moment, you can't even download the tarball as directed in your documentation, because dev releases have been disabled for the project. Of course git will be fine at least for testing.

@diana-lakatos
Copy link

Thanks for letting us know about this issue!
Please download the client from GitHub: https://github.com/Pronovix/Drupal-WalkHub-client
Meanwhile we also updated the project on drupal.org, so you can use that one as well.
Please let me know if you need further help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants