Typoscript.info

    • Mailform (1)
    • Tools (0)
      • documentation tools (1)
    • Typo3 (0)
      • Backend (8)
      • Extensions (4)
        • direct mail (3)
        • Indexed Search (1)
        • Timtab (3)
      • Fehlermeldung (4)
        • PHP5 (2)
      • Gifbuilder (5)
      • Menues (2)
      • Typo3 Konfiguration (27)
      • Typoscript snippets (19)
    • typoscript.info (1)
  • Nachrichten Archiv:

    • 2009
    • Januar 2009
    • 2008
    • November 2008
    • September 2008
    • August 2008
    • Juli 2008
    • Juni 2008
    • März 2008
    • 2007
    • November 2007
    • Oktober 2007
    • September 2007
    • August 2007
    • Februar 2007
    • Januar 2007
    • 2006
    • Dezember 2006
    • November 2006
    • Oktober 2006



  • Software Entwicklung und CMS Integration
    « Default values for BE Fields
    Field xxx is missing in the exclude-field List »

    Hide fields in Backend on a page to page basis

    All code for Page TSconfig.

     

    With pages you can disable fields for page definitions.

    1. TCEFORM.pages.title {
    2. disabled = 1
    3. }

     

    Or remove items from dropdowns, for example hide pagetypes:

    1. TCEFORM.pages.doktype {
    2. removeItems = div,menu,...
    3. }

     

    With tt_content you can hide fields for the content element editor.

    1. TCEFORM.tt_content.CType {
    2. removeItems = header, textpic, image, bullets, table, uploads, multimedia, mailform, search, login, splash, menu, shortcut, list, script, div, html
    3. }
    4.  
    5. TCEFORM.tt_content {
    6. CType.disabled = 1
    7. sys_language_uid.disabled = 1
    8. colPos.disabled = 1
    9. spaceBefore.disabled = 1
    10. spaceAfter.disabled = 1
    11. section_frame.disabled = 1
    12. sectionIndex.disabled = 1
    13. linkToTop.disabled = 1
    14. }
    15.  
    16. TCEFORM.tt_content {
    17. header.disabled = 1
    18. header_position.disabled = 1
    19. header_layout.disabled = 1
    20. header_link.disabled = 1
    21. date.disabled = 1
    22. }
    23.  
    24. TCEFORM.tt_content {
    25. text_align.disabled = 1
    26. text_face.disabled = 1
    27. text_size.disabled = 1
    28. text_color.disabled = 1
    29. }
    30.  
    31. TCEFORM.tt_content {
    32. rte_enabled.disabled = 1
    33. text_properties.disabled = 1
    34. }
    35.  
    36.  
    37. TCEFORM.tt_content.imageorient {
    38. #disabled = 1
    39. removeItems = 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 17, 18
    40. # 25, 26
    41. }
    42.  
    43. TCEFORM.tt_content {
    44. imagecols.disabled = 1
    45. image_noRows.disabled=1
    46. imageborder.disabled = 1
    47. imagewidth.disabled = 1
    48. imageheight.disabled = 1
    49. image_link.disabled = 1
    50. image_zoom.disabled = 1
    51. image_compression.disabled = 1
    52. image_effects.disabled = 1
    53. image_frames.disabled = 1
    54. }
    55.  
    56. TCEFORM.tt_content {
    57. #imagecaption.disabled = 1
    58. imagecaption_position.disabled = 1
    59. }
    60.  
    61. TCEFORM.tt_content {
    62. altText.disabled = 1
    63. titleText.disabled = 1
    64. longdescURL.disabled = 1
    65. }
    66.  
    67. TCEFORM.tt_content {
    68. hidden.disabled = 1
    69. starttime.disabled = 1
    70. endtime.disabled = 1
    71. }
    72.  
    73. TCEFORM.tt_content {
    74. fe_group.disabled = 1
    75. }

     

    This entry was posted on 20.08.08 and is filed under Backend, Typo3 Konfiguration. You can leave a response, or trackback from your own site.

    Keine Einträge

    Keine Einträge im Gästebuch gefunden.

    Ins Gästebuch eintragen
    CAPTCHA Bild zum Spamschutz