[TYPO3-calendar] Link disappears after upgrade to 1.3.3 [Solved]

Tony Lush tlush at advancewm.com
Sat Apr 9 23:11:08 CEST 2011


We found in the earlier versions of Calendar the setup typoscript below 
would pick up either the link or the operator_link as the 
parameter.field. Newer versions only picked up the link field. Since we 
were using the operator_link, we changed parameter.field = operator_link 
and all is well.

# Organizer re-purposed as Registration link
     organizer = TEXT
     organizer {
         current = 1
         typolink {
             title {
                 current = 1
                 htmlSpecialChars = 1
                 }
             parameter.field = link
             }
             required = 1
             dataWrap = <div 
class="calendar-event-style">Registration:&nbsp;</div> | <br />
         }

Best regards -- Tony


More information about the TYPO3-project-calendar mailing list