tolgaaaltas Litalino Here's mine; Target: .IndexPage-newDiscussion Title: Create New Discussion Desc: You can open the composer via here. You have to set tags, title and content for posting a new discussion. --- Target: .DiscussionList-discussions Title: All Discussions Desc: From this area you can view chronologically opened or newly replied discussions. --- Target: .item-session Title: Introduce Yourself Dec: Topluluğun sizi daha iyi tanıyabilmesi için profilinizi düzenlemenizi tavsiye ederiz.
ernestdefoe tolgaaaltas that’s awesome. Thanks for sharing what you have. Any idea what I would need to put to highlight tags so I can direct them to how they work?
tolgaaaltas ernestdefoe Idk how to specify for tags but there's for nav side. Target: .item-nav Title: Take Control and Explore Discussions in Tags Desc: You can always access your favorite discussions here. You can also filter discussions with your interests using tags.
datlechin V0.1.1 Tour Guide Reset: Moderators can now reset the tour guide for users, or users can restart the tour guide themselves. (ivangneiding Jbugy) Trigger Click Option: Added the option to enable/disable triggering a click on an element. This feature only works with visible elements on the DOM. (tolgaaaltas)
adbo datlechin Seconding this, would be amazing to be able to show some navigation on the index then automatically navigate the user to a tag to show off some of the discussions page features too
nxmndr Can you please allow more customized selectors ? It could allow to have translated content for multi-lingual forums with html[lang="es] #app (assuming you ignore/don't open a window for unmatched selectors). (edit : instead of putting it in the middle)
yeken This is an excellent plugin! Thank you 🙂 Is it possible to order the steps? I added some in the wrong order! 🙂
ivangneiding Fantastic extension, congratulations! I would give just a little sugestion: add a "start tour again" option, maybe in the user's profile page, so users can redo the tour if they need or want.
ivangneiding datlechin amazing job. I just tested new version and its working flawless. Thank you very much!
datlechin jslirola ivangneiding Thank you for your feedback! Glad to hear everything is working perfectly!
JakeMcCarroll is there an easy way to prevent the tour from starting of mobile, as it doesnt work at all on mobile devices
datlechin V0.2.0 What's Changed feat: skip null elements by @nxmndr in datlechin/flarum-simple-tour-guide6 Full Changelog: datlechin/flarum-simple-tour-guidev0.1.1 → v0.2.0
nxmndr I'm thinking maybe if we checked element visibility in "skip null elements" that would answer @JakeMcCarroll's request. Like if ((! element || ! element.checkVisibility()) && getSetting('skipNullElement'))