[TYPO3-ttnews] tt_news default date input
Oliver Rowlands
oliver at liquidlight.co.uk
Sat Jun 2 16:51:04 CEST 2007
Hi Mike,
I don't think you'll be able to set different default values for the
date fields in the tt_news form in two different parts of the page tree
as this is defined in the global TCA.
However can be achieved on a user/group basis with the following TS:
TCAdefaults {
tt_news {
datetime =
}
}
You can disable columns by adding the following TS to the TSconfig field
of the storage page in which you store your news articles:
TCEFORM {
tt_news {
datetime.disabled = 1
}
}
Hope this helps,
Oliver
Mike Morris wrote:
> Hi all,
>
> I have 2 newspages in one tree.
> One is news (ID: 123) the other are events(ID: 456).
>
> I want to be able to have the now() date in the date field, when inserting
> news.
> But I only want to have this for news.
>
> In events I want to be able to insert date myself, also NO default date
> should be there.
>
> 2nd step would be to exclude the date field in the BE just for news on
> newspage.
> datfield in BE should be visible in BE for events (news records) but only on
> the eventspage, which is a separate page.
>
> Any hints or suggestions on that?
>
>
> Thanks
> Mike
>
>
--
Oliver Rowlands
:: Liquid Light ::
E - oliver at liquidlight.co.uk
W - http://www.liquidlight.co.uk
T - 00 44 (0)845 6 58 88 35
F - 00 44 (0)845 6 58 44 35
More information about the TYPO3-project-tt-news
mailing list