Yet Another Flogr Update
Just wanted to let everyone know that I have made a small update to Flogr. This update makes it possible to run Flogr from anywhere, in any directory, including the CF Administrator.
To run Flogr, simply drop the ‘Flogr’ directory into any web directory at any level and browse to http://{path to Flogr}/Flogr.
To run Flogr as a Custom Extension in the CF Administrator follow these steps:
Drop the ‘Flogr’ directory into /CFIDE/Administrator.
Edit /CFIDE/Admin/customextensions.xml so that you have a node that looks like this:
<submenu label="Custom Extensions">
<menuitem href="flogr/index.cfm" target="content">Flogr</menuitem>
</submenu>
Log in to the CF Administrator and go to ‘Custom Extensions’ –> ‘Flogr’
You can get the latest version from here.
Source:Yet Another Flogr Update