BoltWire

Pagefinder

Docs > Extensions > Plugins > Pagefinder

The pagefinder plugin is a handy utility used to tell where a page is located. Sometimes, it's not immediately clear whether the page is in the system pages folder, the shared pages folder, the local site pages folder, or in some cases, the skin folder. This script tells you immediately which version of a page you are using

To use it, enable this plugin on your site.config page by adding this line to your site.config file:

enablePageFinder

Here are some examples of what this script displays:

<(pagefinder welcome)> This page is a local copy of a page in your system pages folder.
<(pagefinder action.diff)> This page is in the system pages folder.
<(pagefinder code.skin.default.html)>      This page is in the system skins folder.
<(pagefinder site.messages)> This page does not exist.