Hi Roland,

ich hab nur simualStatics URLs eingebaut, aber das deinstallieren hat auch nichts gebracht.

An dem TypoScript habe ich nichts geändert aber vielleicht findest du ja noch etwas...

### <INCLUDE_TYPOSCRIPT: source="FILE:EXT:t3blog/pi1/widgets/latestPostNav/setup.txt"> BEGIN:
4171: plugin.tx_t3blog_pi1 {
4172:   latestPostNav {
4173:           numberOfItems = 4
4174:           list = COA
4175:           list {
4176:                   wrap = <div id="latestPosts">|</div>
4177:                   10 = TEXT
4178:                   10 {
4179:                           wrap = <h3>|</h3>
4180:                           field = title
4181:                           htmlSpecialChars = 1
4182:                   }
4183:                   20 = TEXT
4184:                   20 {
4185:                           wrap = <dl class="latestPostList">|</dl>
4186:                           field = listItems
4187:                   }
4188:
4189:                   30 = TEXT
4190:                   30 {
4191:                           wrap= |
4192:                           field = text
4193:                           crop = 60 | ... | 1
4194:                           typolink {
4195:                                   parameter.field = blogUid
4196:                                   useCacheHash = 1
4197: title.stdWrap.dataWrap = &lt;{field:author}&gt; ({field:comments}) 4198: additionalParams.dataWrap = &tx_t3blog_pi1[blogList][showUid]={field:uid}&tx_t3blog_pi1[blogList][year]={register:year}&tx_t3blog_pi1[blogList][month]={register:month}&tx_t3blog_pi1[blogList][day]={register:day}
4199:                           }
4200:                   }
4201:           }
4202:
4203:           listItem = COA
4204:           listItem {
4205:                   10 = TEXT
4206:                   10 {
4207:                           wrap = <dt>|</dt>
4208:                           field = title
4209:                   }
4210:                   20 = TEXT
4211:                   20 {
4212:                           wrap = <dd>|</dd>
4213:                           field = date
4214:                           strftime = %d.%m.%Y %R
4215:                   }
4216: #
4217: # Example: show content extract
4218: #
4219: #                 30 = COA
4220: #                 30 {
4221: #                         if.isTrue.field = contentUids
4222: #                         10 < styles.content.get
4223: #                         10.select.pidInList.field=blogUid
4224: # 10.select.andWhere.dataWrap = irre_parenttable = 'tx_t3blog_post' AND irre_parentid = {field:uid} AND uid in ( {field:contentUids} )
4225: #                 }
4226:           }
4227:
4228:           link = COA
4229:           link {
4230:                   #load register
4231:                   1 = LOAD_REGISTER
4232:                   1 {
4233:                           year {
4234:                                   field = date
4235:                                   strftime = %Y
4236:                           }
4237:                           month {
4238:                                   field = date
4239:                                   strftime = %m
4240:                           }
4241:                           day {
4242:                                   field = date
4243:                                   strftime = %d
4244:                           }
4245:                   }
4246:
4247:                   10 = TEXT
4248:                   10 {
4249:                           wrap = |
4250:                           field = text
4251:                           crop = 60 | ... | 1
4252:                           htmlSpecialChars = 1
4253:                           typolink {
4254:                                   parameter.field = blogUid
4255:                                   useCacheHash = 1
4256: title.stdWrap.dataWrap = &lt;{field:author}&gt; ({field:comments})
4257:                                   title.stdWrap.htmlSpecialChars = 1
4258: additionalParams.dataWrap = &tx_t3blog_pi1[blogList][showUid]={field:uid}&tx_t3blog_pi1[blogList][year]={register:year}&tx_t3blog_pi1[blogList][month]={register:month}&tx_t3blog_pi1[blogList][day]={register:day}
4259:                           }
4260:                   }
4261:
4262:                   99 = RESTORE_REGISTER
4263:
4264:           }
4265:
4266:   }
4267: }
4268: ### <INCLUDE_TYPOSCRIPT: source="FILE:EXT:t3blog/pi1/widgets/latestPostNav/setup.txt"> END:

Auf jeden Fall tausend Dank für deine Mühen, ist echt Bemerkenswert!!!

Gruß,
Dennis
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an