"/admin/customadmin.cfm?module=custom/dosomething.cfm" gets converted to
"/#yourfarcryroot#"/admin/customadmin.cfm?module=custom/dosomething.cfm" -
usually /farcry/admin/...

WRT the outputing issue, I understand cfsetting is a stacked setting, i.e.
if you turn on enablecfoutputonly twice then off once, if will still be on.
So it's possible that it is still on somewhere outside your code.

Blair


On 11/1/07, RobG <[EMAIL PROTECTED]> wrote:
>
>
>
> Thanks to Jeff and the others that got me squared away with working on
> both Includes and modifying the CustomAdmin area.  But now I have a new
> problem... in the case of Includes, even when doing cfsetting
> enablecfoutputonly=NO, I still can't get any output on the screen that
> isn't inside CFOUTPUT tags.  Is this possible?  It works great on the
> CustomAdmin side...
>
> One more question while I'm at it... given the folder "custom" inside
> the "customadmin" directory where my customadmin files are located, if I
> wanted to cfinclude or cflocate to one of those files from another one,
> what path or method do I use?  Here's the line from my customadmin.xml
> that loads it up:
>
> <menuitem label="Add FAQ Entries"
> link="/admin/customadmin.cfm?module=custom/dosomething.cfm" />
>
> So let's say I want to call a file called "dosomethingelse.cfm" from
> within the dosomething.cfm, either via a link, a cfinclude or a
> cflocation.  What path or method?  I can't seem to get it to work
> callling it as above with "/admin/customadmin.cfm?" etc etc etc...
>
> Thanks!
>
> Rob
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to