https://bugzilla.wikimedia.org/show_bug.cgi?id=50601
--- Comment #7 from Steven Walling <[email protected]> --- (In reply to comment #6) > I'd suggest: > > If user account was created before July 1, 2013, display the following > message > exactly once: > > - > You are using the VisualEditor, a new rich-text editing interface for > {{SITENAME}} (currently in beta). <B>Please be aware that wiki syntax (e.g. > "[[link to another page]]") will not work in this editing mode.</B> To use > the > old editing interface, click the 'Edit source' tab or section link. > - > > For extra points, the "exactly once" could be managed via a "Do not show this > message again" checkbox. But it shouldn't be handled as a notice that comes > up > every single time -- it should definitely be dismissible. > > The reason I'd like to finalize the language soon is to give us enough time > to > get translations. I think this is reasonable. Regarding showing a tour only once: I don't think we have to add an explicit checkbox to show it exactly once. Currently the default behavior is... If a user completes the tour or clicks the X to close we never show it again. So in this case, as a single step tour, clicking the "Okay" button or X would end the tour and it would never repeat. That is stored as a hidden preference, so it works across sessions, but not across wikis. If we really want to tie it to a single page, there is also an isSinglePage variable we can set for the tour, which means no matter what it will only appear on that one page. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
