Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image Added

Overview

"Photo editing made fun: Picnik makes your photos fabulous with easy to use yet powerful editing tools. Tweak to your heart's content, then get creative with oodles of effects, fonts, shapes, and frames."

...

Code Block
title./www/farcryConstructor.cfm

<cfset THIS.plugins = "farcrycms,googleMaps,farcryxstandard,farcrypicnik,farcryverity,farcrygreybox,farcryxud" />

...

Code Block
title./myproject/config/_serverSpecificVars.cfm

<!--- picnik API: registered for http://www.mydomain.org/ --->
<cfset application.stplugins.farcrypicnik.apiKey="--yourdomainapikeyhere--" />

...

Code Block
title./www/Application.cfm

<farcry:farcryInit 
  name="daemon" 
  dbType="mssql" 
  plugins="farcrycms,farcryverity,googleMaps,farcrypicnik" />

...

Code Block
title./myproject/config/_serverSpecificVars.cfm

<!--- picnik API: registered for http://www.mydomain.org/ --->
<cfset application.stplugins.farcrypicnik.apiKey="--yourdomainapikeyhere--" />