Section Index with individual CSS-Styles

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

This snippet wraps every section with a own CSS-style for formatting the index on each page individually. The layout setting of the header controls this behaviour (Layout1 - Layout5) and sets the coresponding CSS-Style .csc-section-1 to csc-section-5.

 

 

# override "Section index (pagecontent w/Index checked)"
tt_content.menu.20.3 >
tt_content.menu.20 {
  3 < styles.content.get
  3.wrap = <div class="csc-menu csc-menu-3">|</div>
  3.select.andWhere = sectionIndex!=0
  3.select.pidInList.override.field = pages
  3.renderObj = CASE
  3.renderObj {
    key.field = header_layout
    default = COA
    default {
      stdWrap.fieldRequired = header
      10 = TEXT
      10.field = header
      10.trim = 1
      10.htmlSpecialChars = 1
      10.dataWrap = <p class="csc-section-1">|</p>
      10.typolink.parameter.field = pid
      10.typolink.section.field = uid
    }
    1 < .default
    2 < .default
    2.10.dataWrap = <p class="csc-section-2">|</p>
    3 < .default
    3.10.dataWrap = <p class="csc-section-3">|</p>
    4 < .default
    4.10.dataWrap = <p class="csc-section-4">|</p>
    5 < .default
    5.10.dataWrap = <p class="csc-section-5">|</p>
  }
}

 

 

This snippet was submitted by Daniel Vorhauer.


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: