In order to configure your site, you will need to log in as the Administrator. We set up an Administrator username & password during first-time installation, above. Upgrading users will use their existing Administrator username & password.
Point your browser to your site (http://www.yoursite.com) and log in by entering the Administrator name and password in the "User's Login" and "Password" fields. Click "Login" to log in. You will see a new menu listing called "Administration" on the Main Menu. Click the Administration link to go to your site's administration tools, and click Settings.
Within the Settings section of configuration, you can 'personalize' PostNuke site to your tastes.
Site Name: This is your site's name. Something like "PostNuke Central", "Game Central", "DrewVogel.COM", or "Top 20 Hits of All Time".
Site Logo: This field names a graphic file that is the logo for your site. The file named in this field must exist in your /var/www/html/images directory. An example of what might be entered in this field: "logo.gif".
Site Slogan: This field allows the administrator to define an optional slogan for the site. This slogan is displayed at the top of the page under the site name in some themes, and in the title bar of the browser by default.
If the Site Name is defined as "Game Central" and the Site Slogan is defined as "It's All About the Games!", the browser title bar would be:
Game Central :: It's All About the Games!
Meta Keywords: One of the challenges when running a web site is letting external search engines know that your site exists. Meta Keywords define words that categorize your site. Many search engines send out robots (also called spiders) to search the Web for content. When you define Meta Keywords for your site though this configuration option, you make it easier for the search-engine robots to categorize your site, and your site will be categorized more appropriately since you are defining the options. Enter words & phrases, separated by commas, that describe the focus of your web site. Capitalization is not important in this field. Many search engines limit the number of keywords that you can use. Therefore, you should choose your words carefully and use no more than 10-15 keywords that best describe your site's content.
If your site is all about rock and roll music, for example, you might enter the following information in this field: "music, rock, roll, beatles, aerosmith, guitar, drum, bass, sing, singer, singing"
For additional information on Meta Keywords, please visit Web Developer-META Tag Resources (http://www.webdeveloper.com/html/html_metatag_res.html) or The META Tag Builder (http://vancouver-webpages.com/META).
Dynamic Meta Keywords: In addition to defining your own keywords for your site, you can choose to have meta keywords generated dynamically. When this option is enabled, meta keywords are generated dynamically whenever the full text of an article is being displayed. All the words in the article are used as meta keywords. Enabling this function (setting it to "Yes") has a small performance cost.
Site Start Date: This simple field displays the site start date. Entry is free-form alphanumeric text. The contents of this field is displayed on Statistics pages, and other areas within the site.
Entry example: "June 25, 2001"
Administrator E-Mail: This field is the email address where all administrative emails will be sent. This is the person who is responsible for maintaining the major parts of the site. Enter the complete email address. NOTE: If you do not have an installed & working email subsystem on your webserver, it is not necessary to enter anything into this field.
Entry example: "admin@yoursite.com"
Default Theme for your Site: From the drop-down list, select the name of the default theme you would like users to see when they access your site. When users register for access to your system, they may have the option to change the theme that they see when accessing the site. A user's theme settings are for THEIR account only; other users of the system will see the default theme as specified here unless the user has selected a different theme.
Allow users to override theme?: This setting indicates if you would like your users to be able to select from any additional themes that you may have installed, or if you would like to force the default theme (above) for all users. Entry example: "Yes" (allows users to select their own theme).
IMPORTANT NOTE: If you allow users to override their theme setting but later change this setting to "No" (do not allow users to select their own theme), you will need to manually edit the preferences of each user that has switched themes on your site. Edit the user's preferences to point to your system's DEFAULT theme otherwise the user will be 'locked' out of your system. For example, if you disable or remove a theme, or remove the ability for the user to change themes, and your user has previously specified a theme that you have deleted or are no longer allowing, the user will see a blank white page when they try to access your site. Edit that user's preferences and select the DEFAULT theme you specified, above. Be sure to save your changes. For more assistance with this problem, please visit IRC Support.
Display Right Blocks in Articles?: When a user selects a story to read, this function determines if a Right Block is displayed next to the story. This Right Block includes "Related links" and other features. "Related Links" are links that PostNuke determines to be related to the specific news article, either because the two articles are in the same topic, or because they are by the same author. Set to "No" if you do not wish for the Right Block to be displayed.
Locale time format: This determines the format for time and date display on the site -- 12 hour or 24 hour, date format, etc. Most US residents will use "en_US".
Timezone Offset: Set for the timezone that your SERVER is in. Example: My server is hosted in the Eastern US timezone, so I set the Timezone Offset in the Administration panel to that timezone (GMT -5:00 hours). A user on my site might be located on the West Coast of the United States which is 3 timezones away. Now when that user sets his preferences in his user options, the time will be displayed to that user in his timezone instead of the timezone of my server.
Start Page: The module to which index.php is pointing... Essentially, the module you wish to have displayed as the "front page" to your site -- the very first thing that users see when they visit your site. Select from the drop-down list of modules. The most common setting is "News" as the default Start Page.
Number of articles on Admin menu: Indicates the number of articles you wish to have displayed in the Administration menu. This setting is useful because stories can be edited easily from the Administration menu. Select a number from the drop-down list. Example: 20
Stories # on Home Page: This determines the number of news items that are displayed on the home page. A smaller number in this box makes your pages load faster, while a larger number shows more items to the user at a time. Entry example: 20
Graphics in Administration menu?: This Yes or No switch determines if icon graphics should be displayed in the Administration menu. Selecting "Yes" will display the graphics, while "No" will not display them.
Send Error reports by: PostNuke has the ability to alert the Administrator if it detects that a user is requesting a non-existent page. This setting determines how that notification takes place.
"Don't send error reports": Disable this feature.
"For referrers from this domain only": Send an error report to the site administrator only when the broken link is from this site.
"For all referrers": Send an error report to the site administrator when the broken link is on this site or other sites. "For all referrers" can be used to check that sites that are linking to your site are linking to valid pages -- this is especially useful after an upgrade.
Entry example: "For referrers from this domain only" (recommended setting).
Enable funny error messages in error.php: APACHE ONLY -- DOES NOT WORK WITH IIS. If your page/module reference isn't found, your visitors are presented with a helpful page of instructions. To enable this error-handling feature, add the following line into a .htaccess file located in your web's root directory (for example, /var/www/html):
--- CUT HERE ---
ErrorDocument 404 http://www.yoursite.com/error.php?op=404
--- CUT HERE ---
If you enable "Funny error messages", users will additionally see some Java-scripted nonsense ala Hitchhikers Guide to the Galaxy, the only purpose of which is to entertain the visitors, rather than to inform. Entry example: "Yes" (displays funny error message and helpful error page), or "No" (display only the helpful error page)
An example of this feature can be found at: http://www.postnuke.com/error.php?error=404 or http://www.drewvogel.com/error.php?error=404.
An alternate way to configure error.php handling, if you have httpd.conf access, is to edit your Apache httpd.conf (usually in /etc/httpd/conf) to specify the error handler. For example:
--- CUT HERE ---
ErrorDocument 401 /error.php?error=401 ErrorDocument 403 /error.php?error=403 ErrorDocument 404 /error.php?error=404 ErrorDocument 500 /error.php?error=500
--- CUT HERE ---
Note that you need to restart your Apache session (for example, "httpd restart") in order for the configuration changes to be reflected in your running site.
Initial group for users: In this field, you type the name of the Group that new users to your site are automatically assigned. Groups and Permissions are discussed in detail further in this manual. For the default PostNuke Permissions system, the appropriate entry is "users".
** PLEASE NOTE: THIS FIELD WILL BE REMOVED FROM FUTURE VERSIONS OF POSTNUKE. CONFIGURE THE DEFAULT LANGUAGE FROM ADMINISTRATION -> LANGUAGES -> LANGUAGES CONFIGURATION. **
Select the language for your site: This is the default language for use on your site. If you have Multi-Lingual options enabled (see Administration -> Languages -> Languages Configuration, further in this manual) and additional language packs installed, your users may be able to display the site in a different language. Language packs can be found on SourceForge's PostNuke page: http://sourceforge.net/projects/post-nuke under "Files". Entry example: "[eng] English"