Content Navigation with special display

Submitting your vote...
Rating: 2.0 of 5. 1 vote(s).
Click the rating bar to rate this item.

This way you can create a small navigation of content elements. If there is no item selected in the menu all contents are displayed. When you select an item on the content navigation, only that item is displayed:

 

 

temp.contentnav = CONTENT
temp.contentnav {
  table = tt_content
  select {
    pidInList = this
    orderBy = sorting
    where = colPos=0
    languageField=sys_language_uid
     
  }
  renderObj = TEXT
  renderObj {
    field = header 
    wrap=<span class="text">|</span><br>
    typolink.parameter.field=pid
    typolink.parameter.dataWrap=|
    typolink.additionalParams.insertData=1
    typolink.additionalParams=&content_id={field:uid}
    typolink.no_cache=1
    if.isTrue.field=header
  }
   
   
}
page.10.subparts.CONTENTNAV < temp.contentnav

 

 

 

And this is the code, to show only the selected content element...

 

page.10.subparts.CONTENT>
page.10.subparts.CONTENT=CONTENT
page.10.subparts.CONTENT {
  table=tt_content
  select{
    andWhere.insertData=1
    andWhere=uid={GPvar:content_id}
    andWhere.if.isTrue.data=GPvar:content_id
  }
}

 

Click here to see what it looks like

 

 

 

 


Top 10 Updates

Using lightbox without extension geändert am  13-Jun-2008 14:20:51
Custom field for GMENU alt text geändert am  13-Jun-2008 13:58:07
Extending typoscript properties with stdWrap geändert am  13-Jun-2008 13:54:32
Create menus using data from other tables than "pages" V2  geändert am  24-Mar-2008 13:02:09
Login geändert am  17-Mar-2008 12:47:52
Forum geändert am  17-Mar-2008 10:07:47
Who is Typo3wizard.com geändert am  26-Dec-2007 16:07:32
Menu as un-nested lists (iphone navigation) geändert am  29-Oct-2007 15:05:53
IF Conditions with AND and OR operators geändert am  16-Oct-2007 19:16:04
UserFunc to fix problems with HMENU type "special=updated"  geändert am  16-Oct-2007 18:58:40
Deutsch
Search: