[TYPO3-english] Hide/disable Templavoila-DS fields for a certain be_group
jean-sebastien_gervais at ssss.gouv.qc.ca
jean-sebastien_gervais at ssss.gouv.qc.ca
Fri Apr 19 15:19:23 CEST 2013
Hello Steffan,
Sorry, I read your question wrong, I thought you meant fields for some
extension, but you meant field objects (inputs) defined inside a
templavoila DS.
As far as I know, you can only hide all the fields in the page extended
tab (fields added by templavoila) with this page.tsref (you can wrap it
with a BE user group condition) :
TCEFORM.pages.tx_templavoila_flex.disabled = 1
My guess is there's probably a hook for a custom userFunction that would
let you manage TV fields
typo3-english-bounces at lists.typo3.org a écrit sur 2013-04-18 15:25:18 :
> De : Steffen Müller <typo3 at t3node.com>
> A : typo3-english at lists.typo3.org
> Date : 2013-04-18 15:25
> Objet : Re: [TYPO3-english] Hide/disable Templavoila-DS fields for a
> certain be_group
> Envoyé par : typo3-english-bounces at lists.typo3.org
>
> Hi Jean-Sébastien,
>
> thanks for your answer.
>
> Am 18.04.2013 19:22, schrieb jean-sebastien_gervais at ssss.gouv.qc.ca:
> >
> > in TYPO3 4.5 and up, you can hide flexform fields by user tsconfig;
> > (...)
> > #TCEFORM.tt_content.pi_flexform.[ext_key].[sheet_key].[field_key]
> >
>
> I tried to apply your pageTS suggestions to templavoila. But without
> success. TV datastructures are stored in their own table and there's no
> sheets or ext_keys so I tried:
> TCEFORM.tx_templavoila_datastructure.dataprot.field_footer.disable = 1
>
> Even removing colPos doesn't have any effect:
> mod.SHARED.colPos_list = 0
>
> Also tried displayCond, but the only thing I found was
> <displayCond>HIDE_FOR_NON_ADMINS:true</displayCond>
> which is not really what I need.
>
>
>
> I would be happy if wants to share some more suggestions.
>
> --
> cheers,
> Steffen
>
> TYPO3 Blog: http://www.t3node.com/
> Twitter: @t3node - http://twitter.com/t3node
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
More information about the TYPO3-english
mailing list