[Typo3] extension of the pages table
Franz Holzinger
franz at fholzinger.com
Fri Oct 14 15:48:27 CEST 2005
> I need to extend the pages table via a custom extension which to categorize certain pages.
> This would allow me to select a given category for each page.
> The problem is that if I do this, the categorization would appear on
all pages in the site.
> Is there any way of limiting which pages would have this field?
>
This is not possible. because a field in the pages table can only be
available for each data record.
But maybe you can use an extension like mbi_products_categories. This
offers categories for the tt_products extension but can be adapted also
for other extensions.
Franz
More information about the TYPO3-english
mailing list