[TYPO3-ttnews] TYPO3-project-tt-news Digest, Vol 99, Issue 8
Daniel vice
danielvice at outlook.de
Sat Mar 8 18:35:30 CET 2014
Hallo Thorsten,
im BE gibt es keine Einstellung zur Begrenzung der Kategorien-Anzahl.
@Georg Ringer: Hast du evtl. eine Idee wie ich das beeinflussen kann?
Danke
> From: typo3-project-tt-news-request at lists.typo3.org
> Subject: TYPO3-project-tt-news Digest, Vol 99, Issue 8
> To: typo3-project-tt-news at lists.typo3.org
> Date: Sat, 8 Mar 2014 12:00:11 +0100
>
> Send TYPO3-project-tt-news mailing list submissions to
> typo3-project-tt-news at lists.typo3.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-tt-news
> or, via email, send a message with subject or body 'help' to
> typo3-project-tt-news-request at lists.typo3.org
>
> You can reach the person managing the list at
> typo3-project-tt-news-owner at lists.typo3.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of TYPO3-project-tt-news digest..."
>
>
> Today's Topics:
>
> 1. Re: extend tx_news with extra database fields (Muriel le Pair)
> 2. tx_news limit displayed categories in BE to site (Muriel le Pair)
> 3. News Plugin zeigt nicht mehr als 20 Kategorien an... (Daniel vice)
> 4. Re: News Plugin zeigt nicht mehr als 20 Kategorien an...
> (Thorsten Griebenow)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 07 Mar 2014 14:52:20 +0100
> From: Muriel le Pair <typo3 at strangefruit.nl>
> Subject: Re: [TYPO3-ttnews] extend tx_news with extra database fields
> To: typo3-project-tt-news at lists.typo3.org
> Message-ID:
> <mailman.1.1394200343.15230.typo3-project-tt-news at lists.typo3.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi,
>
> Works like a charm, but I stumbled upon a tiny little bug. Not sure if
> it's related to TYPO3, tx_news, or that I'm missing something.
>
> I have added an extra field named author_multiple after the field author
> in tx_news as follows:
>
> t3lib_extMgm::addFieldsToPalette('tx_news_domain_model_news',
> 'paletteAuthor', '--linebreak--,author_multiple','after:author');
>
> Works fine if the field author is enabled for a specific BE user, but
> the field author is an exclude field. If I disable the field author the
> field author_multiple is removed as well.
>
> Could anybody give me a hint how to solve this.
>
> --
> kind regards,
>
> Muriel le Pair
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 07 Mar 2014 17:01:32 +0100
> From: Muriel le Pair <typo3 at strangefruit.nl>
> Subject: [TYPO3-ttnews] tx_news limit displayed categories in BE to
> site
> To: typo3-project-tt-news at lists.typo3.org
> Message-ID:
> <mailman.1.1394208096.22137.typo3-project-tt-news at lists.typo3.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi,
>
> I have a multiple site setup where each site has his own set of
> categories created in the sysfolder where the tx_news articles are created.
>
> So for example:
> site 1
> - news sysfolder site 1
> -- cat 1
> -- cat 2
> site 2
> - news sysfolder site 2
> -- cat 3
> -- cat 4
>
> Currently if you edit a record in the BE all categories are visible,
> this is confusing for BE editors.
>
> Is it possible to just show the categories for that specific site, so
> that if edit a record on sysfolder site 1 only the categories of that
> sysfolder are show in the BE?
>
> --
> kind regards,
>
> Muriel le Pair
>
>
> ------------------------------
>
> Message: 3
> Date: Fri, 7 Mar 2014 17:12:46 +0100
> From: Daniel vice <danielvice at outlook.de>
> Subject: [TYPO3-ttnews] News Plugin zeigt nicht mehr als 20 Kategorien
> an...
> To: "typo3-project-tt-news at lists.typo3.org"
> <typo3-project-tt-news at lists.typo3.org>
> Message-ID:
> <mailman.9843.1394208773.629.typo3-project-tt-news at lists.typo3.org>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hallo Leute,
>
> wie kann ich in einem News Plugin(tx_news) mehr als 20 Kategorien anzeigen?
> Hier ist anscheinend ein Limit drin?
> Denn der 21te Eintrag l?sst sich in der Kategorieauswahl im Plugin nicht mehr ausw?hlen!
>
> Daniel
>
>
>
>
> ------------------------------
>
> Message: 4
> Date: Fri, 07 Mar 2014 18:34:20 +0100
> From: Thorsten Griebenow <griebenow at alltagsaesthetisierung.de>
> Subject: Re: [TYPO3-ttnews] News Plugin zeigt nicht mehr als 20
> Kategorien an...
> To: typo3-project-tt-news at lists.typo3.org
> Message-ID:
> <mailman.9848.1394213661.629.typo3-project-tt-news at lists.typo3.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Am 07.03.14 17:12, schrieb Daniel vice:
> > Hallo Leute,
> >
> > wie kann ich in einem News Plugin(tx_news) mehr als 20 Kategorien anzeigen?
> > Hier ist anscheinend ein Limit drin?
> > Denn der 21te Eintrag l?sst sich in der Kategorieauswahl im Plugin nicht mehr ausw?hlen!
> >
> > Daniel
> >
> >
> >
> > _______________________________________________
> > TYPO3-project-tt-news mailing list
> > TYPO3-project-tt-news at lists.typo3.org
> > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-tt-news
>
> Hi Daniel,
>
> ich tippe, die Begrenzung kommt von der default-Einstellung im TCA Array
> und dass Du das in der BE Konfiguration einstellen kannst.
> Gru?
>
> -----------------------
> Thorsten Griebenow
>
> http://de-de.facebook.com/pages/alltagsaesthetisierung/161851493903723
>
>
>
> ------------------------------
>
> _______________________________________________
> TYPO3-project-tt-news mailing list
> TYPO3-project-tt-news at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-tt-news
>
> End of TYPO3-project-tt-news Digest, Vol 99, Issue 8
> ****************************************************
More information about the TYPO3-project-tt-news
mailing list