https://bugzilla.wikimedia.org/show_bug.cgi?id=40972

--- Comment #2 from George Orwell III <[email protected]> ---
Two months already and still not "fixed"?

Look, all we need to do is add...

        'filters': [ 'body.ns-talk' ],

... to the 'signature' button's entry in...

        jquery.wikiEditor.toolbar.config.js

... and you're done. The same approach is used for the 'reference' button
btw.(see that same .js file if you don't believe me)

This way, all talk pages will automatically generate the 'signature' button
while solving the immediate issue of how to stop its generation in the ns-0
namespace. If it was up to me, I'd at least thrown in the Project: namespace
(like for Village Pump) along with all the talkspaces...

        'filters': [ 'body.ns-talk, body.ns-4' ],

... The above should be the common sense "default" setting. And I suspect all
the  other "hide WikiEditor type of fixes" floating about would not be affected
no matter what this 'filters' setting might be set to - no?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to