Extension talk:Discord

About this board

Derf Jagged (talkcontribs)

Hello! Is there a way to ignore edits and new pages created when using the Translate extension? Every edit generates two Discord events - one for the "Translations:" namespace, then immediately one for the Page_Name/es ("es" being Spanish).

I thought I might at least be able to block the "Translations:" namespace one by setting:

$wgDiscordDisabledNS = ['1198'];

But that doesn't appear to work either.

Jaydenkieran (talkcontribs)

$wgDiscordDisabledNS requires an array of integers, rather than a string. Try changing it, and let me know if you still have problems!

Derf Jagged (talkcontribs)

I also tried:

$wgDiscordDisabledNS = [ 1198 ];

And it didn't seem to work either. Is that the format it should be in?

ProbablePrime (talkcontribs)

I use <code>$wgDiscordDisabledNS = [1198, 1199]; // Translations</code>

I have it AFTER <code>wfLoadExtension( 'Discord' );</code>

1199 is the Translations:Talk namespace.

Try that :)

Reply to "Translate Extension"
Summary by ProbablePrime

Links have been updated.

SuperHamster (talkcontribs)

Hi @SamanthaNguyen! I noticed the download and GitHub links for this extension are dead. I was wondering if the project has moved to a new location, or simply has yet to be published? Thanks!

EDIT: Has been fixed

PageSaveComplete not working

3
Summary by ProbablePrime

Caused by a bug in the extension which is fixed in: https://github.com/jayktaylor/mw-discord/pull/58

90.48.18.198 (talkcontribs)

Hi @SamanthaNguyen

It looks like all the hooks are working fine on my wiki except from PageSaveComplete that sends no notifications on my Discord server. Any idea?

Dinoguy1000 (talkcontribs)

You should file a task for this on the extension's issue tracker; I don't think the author generally watches this page (and Samantha Nguyen has nothing to do with this extension, as far as I'm aware).

ProbablePrime (talkcontribs)
There are no older topics