[TYPO3-english] tagpack: problems since upgrading to 0.12

Claudio Strizzolo claudio.strizzolo at ts.nogarb.ageinfn.it
Fri Jan 8 08:58:17 CET 2010


Hi all,
I am experiencing problems with the pi3 plugin of tagpack extension, 
since I have upgraded from version 0.10.4 to 0.12 on a Typo3 4.3.0 site.

The pi1 plugin works perfectly, but when I click on a tag, the pi3 
returns no matches, as if the tag had not been assigned to any pages.

The TS setup hasn't been changed and is appended below.
Any hints?
Thanks in advance,

Claudio
-------------------------------------
plugin.tx_tagpack_pi1 = USER
plugin.tx_tagpack_pi1 {
  userFunc = tx_tagpack_pi1->main
  userFunc {
    tagcloudElements {
      #enabledContent = text
      enabledRecords = pages,tt_news
    }
    renderObj = COA
    renderObj {
      10 = USER
      10 {
        userFunc = tx_tagpack_pi1->makeTagCloud
        tagPidList = 1277
        targetPid = 1299
        minFontSize = 10
        maxFontSize = 10
        maxNumberOfSizes = 0
        #modeSwitch = 1
        #searchBox = 1
        #calendar = 1
        fontColor = 
        generalStdWrap {
          wrap = <div class="tx-tagpack-pi1-tagcloud">|</div>
        }
        linkBoxStdWrap {
          wrap = <div class="tx-tagpack-pi1-linkbox"><ul>|</ul></div>
        }
        linkStdWrap {
          wrap = <li>|</li>
        }
        keepGetVars {
          tx_ttnews {
            category = 1
          }
        }
      }
    }
  }
}

tt_content.tagpack_pi1 = COA
tt_content.tagpack_pi1 {
  wrap = <div class="tx-tagpack-pi1-cloudcontainer">|</div>
  10 < plugin.tx_tagpack_pi1
}

tt_content.stdWrap.preUserFunc < plugin.tx_tagpack_pi1.userFunc
tt_content.stdWrap.preUserFunc {
  renderObj.10.singleItemCloud = 1
}

plugin.tx_tagpack_pi3.10.taggedElements {
  enabledRecords = pages,tt_news
  
  pages = COA
  pages {
    10 = TEXT
    10.field = title
    10.typolink.parameter.field = uid
    10.wrap = <dt>Pagina: |</dt>
    20  = TEXT
    20.field = abstract
    20.wrap = <dd>|</dd>
    # Remove the "More" link
    30 =
  }
  tt_news = COA
  tt_news {
    10 = TEXT
    10.field = title
    # Specify here the pid of tt_news SINGLE view
    10.typolink.parameter = 1746
    #10.typolink.parameter.field = uid
    10.typolink.additionalParams=&tx_ttnews[tt_news]={field:uid}
    10.typolink.additionalParams.insertData=1
    10.wrap = <dt>News: |</dt>
    20  = TEXT
    20.field = short
    20.wrap = <dd>|</dd>
  }
  maxItems = 10000
}

[globalVar = GP:L = 6]
plugin.tx_tagpack_pi3.10.taggedElements {
  recordLabels.pages = pages
  recordLabels.tt_news = news
}
[else]
plugin.tx_tagpack_pi3.10.taggedElements {
  recordLabels.pages = Pagine
  recordLabels.tt_news = Notizie
}
[global]


More information about the TYPO3-english mailing list