Hi. Being fairly knew to Farcry (but have been coding in CF for 4+ years) i'm
struggling a little to get my head around some of the custom admin pages. In
particular editing the custom types i've created. Any help you could offer
here would be great !
I have written a few custom types that I require to allow my users to
add/edit/delete content etc.
The bit i'm stuck on is customizing the search interface from within the FC
administrator. I've search over the forums and couldn't quite find what I
was after.
Below is my list.cfm located in the [app_name]/customadmin/outcomes
directory which displays a list of outcomes which my users will be
editing/creating. I've written custom PLP's which allow the user to edit
these content items and that is working fine!
<cfsetting enablecfoutputonly="yes">
<cfimport taglib="/farcry/farcry_core/tags/admin/" prefix="admin">
<cfimport taglib="/farcry/farcry_core/tags/widgets/"
prefix="widgets">
<!--- set up page header --->
<admin:header>
<widgets:typeadmin
typename="outcomes"
title="Outcomes Administrator"
description="Outcomes Object"
handlerRoot="/#application.applicationname#/handlers"
metadata = "True"
permissionset="news"
>
</widgets:typeadmin>
<!--- setup footer --->
<admin:footer>
<cfsetting enablecfoutputonly="no">
Now, there are a few fields which I don't use (and don't want to be
displayed to my users) such as label for example, however there are others
which i've created in my outcomes.cfc which I would like to be displayed on
that page (OutcomeName, OutcomeDescription etc). Would someone be able to
steer me in the right direction on how to remove some of the "default"
content labels and add in my own.
Cheers!
Bridge :)
--
View this message in context:
http://www.nabble.com/Custom-Content-edit-labels-in-FC-Admin-tf2820604s621.html#a7872488
Sent from the FarCry - Dev mailing list archive at Nabble.com.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---