[TYPO3-templavoila] vge_tagcloud and templavoila FCE

Antonio Reher areher at sonoratec.biz
Fri Jan 23 11:44:50 CET 2009


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