These may or may not help you:

http://jake.cfwebtools.com/index.cfm/2007/10/22/Farcry-View-Permissions-Outs
ide-the-Tree 
http://jake.cfwebtools.com/index.cfm/2007/10/24/Farcry-Custom-Permission-Set
s 
http://jake.cfwebtools.com/index.cfm/2007/4/20/Site-Tree-Branch-Specific-Per
mission 
http://jake.cfwebtools.com/index.cfm/2007/4/20/Farcry-Members-Only-Section 

As far as the friendly URL is concerned, you should be able to edit it to be
whatever you want (i.e. /go/members/issues/whatever).  If breadcrumbs are
the problem you might want to add bUseInTree=1 to the cfc and create the
object in the tree under a certain dmNavigation node which should force the
breadcrumbs module to pick up the correct position.  By adding the object in
the site tree it should add it to the cross reference table that holds all
tree positions (nestedObjects or nestedTreeObjects or something like that).
I'm not at work but that's what I've got from memory.

Jake

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of tilespace
Sent: Thursday, November 08, 2007 6:20 PM
To: farcry-dev
Subject: [farcry-dev] FUs For Custom Types


Hello... For clarification, we currently have our custom types working
with FU. We've added bFriendly=1 to our cfcs and that's all beautiful.
Our problem now exists that the FUs are being correctly for how
they're set up but not for how the site structure is, which also is
affecting the breadcrumb.

Example:
Member comes to site and logs in. They're taken to /go/members/current-
issue and the breadcrumb is Home | Members | Current Issue. If they
click on the issue archives link, they are taken to the issue archives
page which lists all of the previous issues, which is fed by the
Issues type/module. When the member clicks on a link for a previous
issue, however, they're taken to /go/issue-archives/2007-10 and the
breadcrumb becomes Home | Home | 2007 11. We would rather the URL be /
go/members/issue-archives/2007-11 and the breadcrumb to be Home |
Members | Issue Archives | 2007 11.

We've created an alias for Members and are calling that in both the
breadcrumb and the skin:buildLink but that doesn't seem to be the way
to go.

Also, the other problem is that we have permissions set for the
Members section and someone that is not logged in can apparently get
to any issue, current or archived.

Any suggestions?




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