|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
Is it possible to hide, or just not include empty categories?
Thank you. Simon _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#2
|
|||
|
|||
|
Simon Browning a écrit :
> Is it possible to hide, or just not include empty categories? Why don't you set them hidden in the backend? For what are they needed then? - Franz _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#3
|
|||
|
|||
|
Franz Holzinger wrote:
> Simon Browning a écrit : >> Is it possible to hide, or just not include empty categories? > > Why don't you set them hidden in the backend? For what are they needed then? > > - Franz > I don't have hide as an option for the categories - should it be there? I thought it was odd that it isn't. Simon _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#4
|
|||
|
|||
|
Simon Browning a écrit :
> Franz Holzinger wrote: >> Simon Browning a écrit : >>> Is it possible to hide, or just not include empty categories? >> >> Why don't you set them hidden in the backend? For what are they needed >> then? >> >> - Franz >> > > I don't have hide as an option for the categories - should it be there? > I thought it was odd that it isn't. Yes, you can activate 'hidden' for each category in the backend. Activate the secondary palettes. Franz _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#5
|
|||
|
|||
|
Franz Holzinger wrote:
> Simon Browning a écrit : >> Franz Holzinger wrote: >>> Simon Browning a écrit : >>>> Is it possible to hide, or just not include empty categories? >>> Why don't you set them hidden in the backend? For what are they needed >>> then? >>> >>> - Franz >>> >> I don't have hide as an option for the categories - should it be there? >> I thought it was odd that it isn't. > > Yes, you can activate 'hidden' for each category in the backend. > Activate the secondary palettes. > > Franz Secondary Palette activated, no hidden option. Not in the menu popup either when looking in list view. I have: Title, Subtitle, Confirmation Email, & Image. Am I missing others? We're running 2.6, but its been upgraded a few times, I'm wondering if something has gotten hosed. Thank you. Simon _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#6
|
|||
|
|||
|
Simon Browning a écrit :
> Secondary Palette activated, no hidden option. Not in the menu popup > either when looking in list view. > > I have: Title, Subtitle, Confirmation Email, & Image. Am I missing > others? We're running 2.6, but its been upgraded a few times, I'm > wondering if something has gotten hosed. So this is missing in version 2.6.0. Add this in your tca.php file: $TCA['tt_products_cat'] = Array ( 'ctrl' => $TCA['tt_products_cat']['ctrl'], 'interface' => Array ( 'showRecordFieldList' => 'hidden,title, subtitle, image, email_uid' ), 'feInterface' => $TCA['tt_products_cat']['feInterface'], 'columns' => Array ( 'hidden' => Array ( 'exclude' => 1, 'label' => 'LLL:EXT:lang/locallang_general.php:LGL.hidden', 'config' => Array ( 'type' => 'check' ) ), .... - Franz _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#7
|
|||
|
|||
|
Franz Holzinger wrote:
> Simon Browning a écrit : > >> Secondary Palette activated, no hidden option. Not in the menu popup >> either when looking in list view. >> >> I have: Title, Subtitle, Confirmation Email, & Image. Am I missing >> others? We're running 2.6, but its been upgraded a few times, I'm >> wondering if something has gotten hosed. > > So this is missing in version 2.6.0. > > Add this in your tca.php file: > > $TCA['tt_products_cat'] = Array ( > 'ctrl' => $TCA['tt_products_cat']['ctrl'], > 'interface' => Array ( > 'showRecordFieldList' => 'hidden,title, subtitle, image, email_uid' > ), > 'feInterface' => $TCA['tt_products_cat']['feInterface'], > 'columns' => Array ( > 'hidden' => Array ( > 'exclude' => 1, > 'label' => 'LLL:EXT:lang/locallang_general.php:LGL.hidden', > 'config' => Array ( > 'type' => 'check' > ) > ), > ... > > > - Franz Thanks! _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3-shop] Empty Basket with Version 2.5.2 | Tobias Vollmer | typo3-project-tt-products@lists.netfielders.de | 3 | 25.04.2008 18:05 |
| [TYPO3-shop] ###FIELD_QTY### always empty when showing variants | Juan Pablo Villaverde | typo3-project-tt-products@lists.netfielders.de | 0 | 06.11.2007 23:47 |
| [TYPO3-shop] default message when products is empty | Andrew Davis | typo3-project-tt-products@lists.netfielders.de | 1 | 09.10.2007 07:31 |
| Re: [TYPO3-shop] Pages as Category | Matyi Gábor | typo3-project-tt-products@lists.netfielders.de | 0 | 19.09.2007 12:02 |
| [TYPO3-shop] Category Image | Johnny Peck | typo3-project-tt-products@lists.netfielders.de | 0 | 06.12.2006 11:12 |