Topic

Topic on User talk:Kitsufox

< User talk:Kitsufox

The only reason I knew that trick was I reported the error to the foreground dev, and it had already been dealt with.

As for the notifications moving... (this is what took so long, I had to be back to my desktop so I could pop into the local settings file and see what I used)...

require_once "$IP/extensions/Echo/Echo.php"; # 2017-05-22
wfLoadExtension( 'Thanks' ); # 2017-05-22
require_once "$IP/extensions/Flow/Flow.php"; # 2017-05-24
$wgContentHandlerUseDB = true;
$wgGroupPermissions['sysop']['flow-create-board'] = true;
$wgNamespaceContentModels[NS_USER_TALK] = 'flow-board';
$wgFlowContentFormat = 'html';

That's my section for flow and related stuff... I don't know if there's anything different from your settings or not... honestly now idea....