We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28436
    • 242 Posts
    hello Jabberwock,

    Just an observation.

    If a month have six rows for the weeks, the htmlsourcecode appear invalid.
    the closing </table> is missing.

    adios, Stefan



      • 32777
      • 2 Posts
      Hi,

      really a good work! smiley

      I’ve found an error (presumibly) in the default CSS style sheet.

      .previousYear img,a,span{
      	margin-right: 2%;
      	text-decoration: none;
      	border: none;
      }
      .previousMonth img,a,span{
      	margin-right: 2%;
      	text-decoration: none;
      	border: none;
      }
      .nextMonth img,a,span{
      	margin-right: 2%;
      	text-decoration: none;
      	border: none;
      }
      .nextYear img,a,span{
      	margin-right: 2%;
      	text-decoration: none;
      	border: none;
      }
      


      should be changed to
      .previousYear img, .previousYear a, .previousYear span{
      	margin-right: 2%;
      	text-decoration: none;
      	border: none;
      }
      .previousMonth img, previousMonth a, .previousMonth span{
      	margin-right: 2%;
      	text-decoration: none;
      	border: none;
      }
      .nextMonth img, .nextMonth a, .nextMonth span{
      	margin-right: 2%;
      	text-decoration: none;
      	border: none;
      }
      .nextYear img, .nextYear a, .nextYear span{
      	margin-right: 2%;
      	text-decoration: none;
      	border: none;
      }
      


      unless the style declarations of the classes above will also be applied to the elements <a>, <span> globally.

      In the attachment there is the modified style sheet!


      Bye,
      Daniel
        • 13320
        • 245 Posts
        Thank you very much smiley
          [b]D
          • 12013
          • 61 Posts
          I seem to be getting a similar issue to one previously mentioned, any help will be greatly appreciated. I have followed the installation as far as I am concerned very carefully.

          I have a page on which I would like the calender to appear. On this page I have placed the following call:

          [[CALx? &getFolder=`13` &dayStart=`0` &inactDay=`6` &lang=`english` &useTV=`true` &dateStartTVName=`dateStart` &dateEndTVName=`dateEnd` &popupType=`0` &popupSize=`300` &toolTipPosition=`CENTER` &getTypeProcess=`createCal`]]

          13 is the id of the parent of the event listings which have TV start and end dates. When I preview the page I get the following message where I expect to see the calender:

          The parameter &idMultiEvent is obligatory.

          can anyone shed some light on this, I have searched throughout the forum but with no luck. help please.
            • 13634
            • 8 Posts
            The same problem The parameter &idMultiEvent is obligatory. I created a document in a site tree, added the parameter &idMultiEvent=`80` but no result. Should it be not a document but a .txt file?