Topic

Topic on User talk:Kitsufox

< User talk:Kitsufox
Line 3: Line 3:
 
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)...
 
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
+
<PRE>require_once "$IP/extensions/Echo/Echo.php"; # 2017-05-22
 
wfLoadExtension( 'Thanks' ); # 2017-05-22
 
wfLoadExtension( 'Thanks' ); # 2017-05-22
 
require_once "$IP/extensions/Flow/Flow.php"; # 2017-05-24
 
require_once "$IP/extensions/Flow/Flow.php"; # 2017-05-24
Line 9: Line 9:
 
$wgGroupPermissions['sysop']['flow-create-board'] = true;
 
$wgGroupPermissions['sysop']['flow-create-board'] = true;
 
$wgNamespaceContentModels[NS_USER_TALK] = 'flow-board';
 
$wgNamespaceContentModels[NS_USER_TALK] = 'flow-board';
āˆ’
$wgFlowContentFormat = 'html';
+
$wgFlowContentFormat = 'html';</PRE>
  
 
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....
 
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....