The feature has to be enabled at site collection level. Please note that the functionality is installed by default as a hidden feature.
Option 1: Individual activation of the feature
The following command has to be executed directly on the server by a server administrator. Note that this action must be repeated for each site collection where the advanced editor should be activated.
stsadm -o activatefeature -name BlueBridge.Wiki.Editor -url
http://myserver/sites/mysite
Option 2: Visibility of the feature
Open the file C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\FEATURES\BlueBridge.Wiki.Editor\feature.xml and change the attribute “Hidden” from true to false.
<?xml version="1.0" encoding="UTF-8"?>
<Feature Id="23A1930B-3339-4396-BA7F-1BD1B6CA08E2"
Title="$Resources:Feature_Title;"
Description="$Resources:Feature_Description;"
ImageUrl="BlueBridge.GenericFeature.gif"
Version="1.0.0.0"
Scope="Site"
Hidden="FALSE"
ActivateOnDefault="false"
DefaultResourceFile="_Res" xmlns="http://schemas.microsoft.com/sharepoint/">
<ElementManifests>
<ElementManifest Location="actions.xml" />
</ElementManifests>
</Feature>
After changing the above file, the feature has to be re-installed in order to publish the new functionality. Use the following command on the server:
stsadm -o installfeature -name BlueBridge.Wiki.Editor –force
The option -force is needed to update the existing feature with the new settings.
Alternatively, you can perform an IISreset.
After this procedure, the feature can be activated by selecting Site Settings - Site Collection Administration and then Manage site collection features.