Topic on Project:Support desk

Star Warden (talkcontribs)

Hey. I am trying to make modified system messages in the site's default language - English (US), from special:all messages, to appear as the default for all languages. I saw that $wgForceUIMsgAsContentMsg should take care of it, but even if I add $wgForceUIMsgAsContentMsg = 'uploadtext';, the change isn't reflected here (http://dragon-mania-legends-wiki.mobga.me/Special:Upload). I have restarted the server, memcached, database and still nothing. Any idea what's going wrong or if I have missed a step?

Ciencia Al Poder (talkcontribs)

$wgForceUIMsgAsContentMsg is an array, so you probably need to use

$wgForceUIMsgAsContentMsg = [ 'uploadtext' ];

or

$wgForceUIMsgAsContentMsg[] = 'uploadtext';

Instead.

Star Warden (talkcontribs)

Tried both options, I tried even with $wgForceUIMsgAsContentMsg = array( 'uploadtext' ); but still nothing.

Star Warden (talkcontribs)

Up. Still unresolved.

Reply to "System messages"