[TYPO3-news] [TYPO3-project-news] tagcloud for tx_news ?

Ralf-Rene Schröder ralf.rene at online.de
Thu Jan 22 08:17:00 CET 2015


Noone any idea ???

Am 14.01.2015 um 12:27 schrieb Ralf-Rene Schröder:
> hello together...
> does someone know an extension (or a fluid snippet)
> to setup a tagcloud for ext:news
> 
> <ul class="news-tags">
> <f:for each="{tags}" as="tag">
>   <li>
>     <f:if condition="{tag.uid} == {overwriteDemand.tags}">
>       <f:then>
>         <f:link.page class="active" pageUid="{settings.listPid}"
> additionalParams="{tx_news_pi1:{overwriteDemand:{tags:
> tag}}}">{tag.title}</f:link.page>
>       </f:then>
>       <f:else>
>         <f:link.page pageUid="{settings.listPid}"
> additionalParams="{tx_news_pi1:{overwriteDemand:{tags:
> tag}}}">{tag.title}</f:link.page>
>       </f:else>
>     </f:if>
>   </li>
> </f:for>
> </ul>
> 
> this standard list shows ALL tags, but how i get a "weighted" List ???
> 
> PS: and maybe someone has expirience with jQuery animating such a list
> for HTML5/canvas ... and had some good tipps for me...

-- 
image[FORMAT] - Ralf-René Schröder
http://www.image-format.eu ... Wir geben Ihrem Image das richtige Format


More information about the TYPO3-project-news mailing list