5For each sidebar that you want to comment out, do the following:

a Add <!-- before the <dict> tag of the sidebar you want to comment out. For sidebars, <dict> tags are followed by the displayName key.

For example, to comment out the “What’s Hot” sidebar, you’d change this:

<dict>

<key>displayName</key> <string>What’s Hot</string>

to this:

<!-- <dict> <key>displayName</key> <string>What’s Hot</string>

bAdd --> after the </dict> tag of the sidebar you want to comment out.

The corresponding </dict> tag is the first one found at the same indentation level of the sidebar’s <dict> tag.

For example, to finish commenting out the “What’s Hot” sidebar, you’d look for the first </dict> tag at the same indentation level as the What’s Hot <dict> tag level, and then you’d change this:

</dict>

to this:

</dict> -->

6If you copied theme.plist to your Documents folder, copy it back to the theme folder.

To copy this file, enter:

$ cp /Users/user_name/Documents/theme.plist theme_name.wikitheme/

7Restart the web service by doing one of the following: ÂÂ Restart the server.

ÂÂ In Server Preferences, click Web, move the slider to Off, and then to On.

ÂÂ In Server Admin, open the disclosure triangle for your server, select Web, click Stop Web, and then click Start Web.

ÂÂ Enter the following in Terminal:

$ sudo serveradmin stop teams; sudo serveradmin start teams;

If prompted, enter your administrator account password.

Restarting the server and stopping and starting web service can disrupt users, so send out a notification that the server will be temporarily down before doing this.

24

Chapter 1    Customizing How the Wiki Looks

Page 24
Image 24
Apple Computer Hardware manual To this