Jens Seipenbusch wrote:
i noticed that every time someone creates a new node, there is a new FU
created. To prevent this and to only create them with the ResetFU
function (CreateAll), i have modified the file
facry_core\packages\types\_dmnavigation\edit.cfm
but this is obviously in the core.
Is there an easier way to accomplish this ? (without making a custom
type for navigation)
Or is this something for future implementations of the FU plugin config
page in the Admin section ?

As explanation: we only want to create FUs down to a certain level of
the tree (=2, which is accomplished by restricting the level in the FU
CreateAll method by depth=2) so that the URLs dont become too long.
Then we want to add other FUs manually / by script.

We've not had this type of request before. I think the easiest thing would be to add another config item to the FU config file to set the depth (defaulting to unlimited).

Please create a new issue at http://bugs.farcrycms.org/ and attach any suggested code changes.

-- geoff
http://www.daemon.com.au/

---
You are currently subscribed to farcry-dev as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to