Retired Documentation:  You are using the documentation for version 1.7.3 which was retired in 2013. Go here for the latest version documentation or check here for your available upgrades to the latest version.

Global Weblog Preferences

Control Panel Location:  Admin > Weblog Administration > Global Weblog Preferences

This section of the Control Panel sets global preferences for your weblogs. The following preferences are available:

Use Category URL Titles In Links?

This preference lets the name of each category appear in your URLs rather than the numeric indicator (e.g. "/C12/") on pages such as your Category Archive page.

In order to use this feature, you must use the weblog= parameter in the following tags, and if you specify multiple weblogs, they must share identical Category Groups:

Category URL Indicator

If you turn on the preceding preference, you must designate a special "indicator" word, which will be used in the URL whenever a category is intended. For example, URLs that indicate a category normally use the ID number like this by default:

http://example.com/index.php/site/C12/

If you instead specify that the category URL title should be used, the URL will look like this:

http://example.com/index.php/site/category/blogging/

In this example, the indicator is "category" and the category URL title is "blogging".

The "indicator" word that you choose will become a 'reserved' word, which means that it cannot be used for Template Group or Template names.

Automatically Convert High ASCII Text to Entities

Due to the inherent limitations of the web only Low-ASCII characters can be shown reliably in web browsers. Low-ASCII values are the basic characters, numbers, and standard punctuation on your computer keyboard.

If your text contains High-ASCII values, like accented characters, or if you copy your text from Microsoft Word, which uses High-ASCII values for quotes and other characters, then you run the risk that some characters will not be displayed correctly on your web pages.

Furthermore, depending on a number of factors related to your server's character encoding support, when you submit High-ASCII values into your database they might not be recognized properly for storage.

This preference will automatically convert these high-ASCII characters into their appropriate HTML character entity so that any web browser can display them correctly. For instance, the © character will be converted into its HTML entity (©), which any web browser, regardless of its character encoding, will correctly display as a copyright symbol.

Note: The conversion happens when you submit entries, not at run time, so you'll need to edit/re-save any entries containing High-ASCII values for this feature to work.

Auto-Assign Category Parents

If this option is set to "yes", when new entries that contain category assignments are submitted, the "parent" category of any sub-categories will be automatically assigned. If set to "no", the entry will only be assigned to the child category.

Clear all caches when new entries are posted?

You can determine whether your caches will be cleared when you post an entry. If set to "no", the new entry will not appear on your site until any cache expires.

Cache Dynamic Weblog Queries?

This feature will improve the speed at which your weblog pages load by caching queries that are normally executed dynamically. Note: Enable this preference only if you do not use the "future entries" or "expiring entries" feature.

Word Separator for URL Titles

When creating an entry in the PUBLISH page, if you do not manually enter a "URL Title" then the system will automatically create one based on the entry Title. This preference determines whether underscore characters (_) or dashes (-) should be used when automatically creating the URL Title.

Enable Image Resizing

When enabled, you will be able to create thumbnails when you upload images for placement in your weblog entries.

Remap pMachine Pro URLs to EE

If you have imported your entries from pMachine Free or Pro, you'll often have internal links within your entries that point to other entries. Likewise, other sites or people may have links to your old pMachine URLs. This feature will look for URLs following the pMachine Free/Pro format and then redirect to the corresponding entry in ExpressionEngine. This setting is used together with the following setting.

See the pMachine Migration section for more information about how this feature works and the limitations that exist.

Destination of Remapped URLs

If the previous setting is turned on, this is where you specify the location where you would like the remapped entries displayed. This is the full URL, including the Template Group and Template. For example, http://example.com/index.php/weblog/comments/.

Top of Page