(navigated problems installing widgets)
 
No edit summary
 
Line 1: Line 1:
==To add widgets to Appropedia==
==Adding the Widget extension to Appropedia==
The following are technical notes on how the widget extension was finally, successfully added to Appropedia.
 
*cd extensions
*cd extensions
*svn checkout http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/Widgets/REL_0_8_9/
*svn checkout http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/Widgets/REL_0_8_9/

Latest revision as of 13:02, 20 November 2009

Adding the Widget extension to Appropedia[edit source]

The following are technical notes on how the widget extension was finally, successfully added to Appropedia.

            274 => "Widget",   
            275 => "Widget_talk"
            );
    • to $wgNamespacesWithSubpages = array(
       NS_WIDGET         => false,
       NS_WIDGET_TALK    => false
       );
    • to $wgNamespacesToBeSearchedDefault = array(
      NS_WIDGET           => false,
       NS_WIDGET_TALK      => false
    • with other permissions
$wgGroupPermissions['sysop']['editwidgets']   = true;

Woo hoo! --Lonny 12:48, 20 November 2009 (UTC)Reply[reply]

Cookies help us deliver our services. By using our services, you agree to our use of cookies.