[TYPO3-UG Italy] R: accesso contenuti a particolari usergroup

Luca Pavan - emmecubo S.r.l. l.pavan at emmecubo.it
Wed Mar 2 13:00:31 CET 2011


Il 02/03/2011 12.52, De Contardi Riccardo ha scritto:
> Mhh.. strano. 
> L'unica cosa che mi viene in mente è una cattiva configurazione dell'estensione...Hai messo nelle costanti del typoscript
> 
> styles.content.loginform.pid = X
> 
> dove X è l'UID della sysfolder che contiene i tuoi utenti e gruppi?

non avevo messo quella costante l'ho aggiunta pulita la cache ma nulla
da fare queste sono le mie costanti TS

# Limitation of picture widths in main content column:
styles.content.imgtext.maxW = 0
styles.content.loginform.pid = 91

# Setting link targets to nothing (no frames mode)
PAGE_TARGET = _blank
content.pageFrameObj =

# Making sure each line in image captions (of Image content elements)
are applied to corresponding image number in the element:
styles.content.imgtext.captionSplit = 1

plugin.tt_news.displayList.image {
    file.maxW = 150
    file.maxH = 113
    imageLinkWrap = 1
    stdWrap.spaceAfter = 5

}
plugin.tt_news.displayList.image.noImage_stdWrap {

  cObject = IMAGE

  cObject {
    wrap =
    file = GIFBUILDER
    file {
      XY = {$plugin.tt_news.listMaxW},{$plugin.tt_news.listMaxH}
      backColor = #ffffff
      10 = TEXT
      10 {
        text = No image
        fontSize = 14
        niceText = 1
        fontColor = #000000
        offset = {$plugin.tt_news.listMaxW}/2-30,
{$plugin.tt_news.listMaxH}/2+4
      }
    }
  }
}
plugin.tt_news.firstImageIsPreview = 0
plugin.tt_news {
  displayList.subheader_stdWrap {
    stripHtml = 1
    #crop = 230 | ... | 1
    #ifEmpty.field = bodytext
    #the more link is appended directly to the subheader
    #append = TEXT
    #append.data = register:newsMoreLink
    #append.wrap = <span class="news-list-morelink">asas|</span>

    #append.if.isTrue.field = bodytext
    outerwrap = <p>|</p>
  }
}
plugin.tt_news.pid_list =
plugin.tt_news.singlePid = 144
plugin.tt_news.singleMaxW = 288
plugin.tt_news.singleMaxH = 0
plugin.tt_news.listMaxW = 150
plugin.tt_news.listMaxH = 113
plugin.tt_news.latestMaxW = 674
plugin.tt_news.latestMaxH = 0
plugin.tt_news.latestImageMode = crop
styles.content.imgtext.maxWInText = 0
styles.content.imgtext.linkWrap.width = 800

Luca


More information about the TYPO3-UG-Italy mailing list