[TYPO3-templavoila] vge_tagcloud and templavoila FCE

Steffen Kamper info at sk-typo3.de
Fri Jan 23 12:54:02 CET 2009


Hi,

i doubt this isn't possible this way as TV stores the fields in a XML 
and there is no easy XML-extraction in TS

vg Steffen

Antonio Reher schrieb:
> Hi all,
> I have a website powerd by TemplaVoila and in the homepage I've 
> included, via TS, the vge_tagcloud extension (see configuration below). 
> Does anybody have any experience with this extension? How can I set it 
> to search the TV FCEs? It seems to me that
>        2 {
>            table = tt_content
>            fields = header
>        }
> is not the solution...
> 
> Thanks for your help!
> 
> Antonio
> 
> 
> ===========================
> 
> lib.nubetags < plugin.tx_vgetagcloud_pi1
> lib.nubetags {
>    #pageID = 28
>    separator = &nbsp;
>    uniqueKeywordsPerItem = 1
>    targetPage = 28
>    minWeight = 100
>    maxWeight = 200
>    sorting = weight
>    maxWords = 20
>    cloudWrap.wrap = 
> <!--TYPO3SEARCH_end--><ul>|</ul><!--TYPO3SEARCH_begin-->
>    tagWrap {
>        typolink {
>        additionalParams >
>        additionalParams.data = field:tag_keyword
>        additionalParams.wrap = &tx_indexedsearch[sword]=|
>        }
>    }
>    references {
>        1 {
>            table = pages
>            fields = title,keywords
>            where = doktype = 1
>        }
> #        2 {
> #            table = tt_content
> #            fields = header
> #        }
>        2 {
>            table = tx_geps_proyecto
>            fields = titulo,abstract,datos
>        }
>        3 {
>            table = tx_geps_investigador
>            fields = 
> nombre,apellidos,textointro,formacion,publicaciones,enlaces
>        }
>        4 {
>            table = tx_geps_documento
>            fields= titulo,autores,lugar,cuerpo
>        }
>        5 {              table = tx_geps_evento
>            fields = titulo,organizador,lugar,cuerpo
>        }
>    }
> }


More information about the TYPO3-project-templavoila mailing list