Your Application.cfm will change once you have actually installed
Farcry. Once you install Farcry, your Application.cfm should look
like the following:
<cfsetting enablecfoutputonly="true">
<cfimport taglib="/farcry/core/tags/farcry/" prefix="farcry" />
<farcry:farcryInit
name="farcry_gtsav"
projectURL=""
dsn="farcry"
dbType="mysql"
plugins="farcrycms,idlform,gtsProject,farcryverity,gtsBulletinBoard" /
>
<cfsetting enablecfoutputonly="false">
The last line of the farcryInit tag above lists the plugins for one of
my sites. Have you installed Farcry yet?
David Tucker
On Jan 6, 1:05 pm, rmaxim <[EMAIL PROTECTED]> wrote:
> Hey all, I'm hoping this is a simple question, I'm trying to install
> the Image Gallery plugin that's on the exchange. I've just picked up
> Farcry 4 again after working with 3 a long time ago, so I've never
> installed a plugin. The directions mention adding a <farcry:..> tag to
> my /www/Application.cfm.
>
> But the only contents of the Application.cfm in my project are
> <!--- @@DO NOT MODIFY THIS FILE AS IT WILL BE REPLACED BY THE FARCRY
> INSTALLER --->
> <cflocation url="install/" addToken="false" />
>
> Is this the right place? Can someone point me to more info about the
> Farcry tag library? Sorry if I'm missing the obvious, I've looked
> around the docs and don't see it.
>
> Thanks
> Rachel Maxim
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---