No luck. It has bFriendly="1". But the Overview page for the items just
displays Stats, Audit, Properties.
It does display the friendlyURL management links for the dmNews content.
<cfcomponent extends="farcry.core.packages.types.types"
displayName="Conference Details Page" hint="Conference Details Page"
bSchedule="1" bUseInTree="1" bFriendly="1"
bObjectBroker="true"
objectbrokermaxobjects="10000"
lObjectBrokerWebskins="display*">
<cfscript>
aCustomColumns = arrayNew(1);
aCustomColumns[1] = structNew();
aCustomColumns[1].webskin = "showFU.cfm"; // located in the webskin
of the type the controller is listing on
aCustomColumns[1].title = "Friendly URL";
aCustomColumns[1].sortable = false; //optional
aCustomColumns[1].property = ""; //mandatory is sortable=true
</cfscript>
<ft:objectadmin
typename="tlConferenceDetails"
permissionset="news"
title="Conference Detail Pages"
columnList="title,parentid,publishdate,expirydate"
aCustomColumns="#aCustomColumns#"
lfilterfields="parentid"
sortableColumns="title,parentid,status,publishdate,expirydate"
sqlorderby="title asc"
module="/tlConferenceDetails/listobjects.cfm" />
-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of modius
Sent: Saturday, June 30, 2007 7:49 PM
To: farcry-dev
Subject: [farcry-dev] Re: Allow users to view/set FU in FT:ObjectAdmin
On Jun 30, 7:00 am, "Derek Westfall" <[EMAIL PROTECTED]> wrote:
> I am using the FT:ObjectAdmin tag to let users manage my custom type
> objects.
>
> When the user chooses Overview, the overview does not allow access to
> the Friendly URLs. Is there a way to allow it?
Have you added bFriendly to the custom component? Not sure if it will work
but that is the theory :)
Component level metadata discussed here:
http://docs.farcrycms.org:8080/confluence/display/FCDEV40/Custom+Type+Compon
ent+Metadata
Regards,
-- geoff
http://www.daemon.com.au/
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---