We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 13320
    • 245 Posts
    I do it for you, and for the next version i add a parameter, like this you can choose the style.;but the same for all CALx on your website.
      [b]D
      • 13320
      • 245 Posts
      i make the Black_and_white_style of CALx grin

      I add some CSS Class for more personalisation



      CALx is beautiful like this laugh
        [b]D
        • 28436
        • 242 Posts
        I do it for you, and for the next version i add a parameter, like this you can choose the style.;but the same for all CALx on your website.
        Another way could be to set a unique id to a outerwrapper for each calendar maybe given by a paramenter.

        div#CALxBlack div.sunday{ background-color:#000; color:#FFF  } 
        div#CALxRed div.sunday{ background-color:#C00; color:#000  } 
        adios, Stefan

          • 7923
          • 4,213 Posts
          @Jabberwock,

          Have you considered to make a parameter for showing the day numbers that are not in the current month?

          Eg. in your screenshot above, it would also show the day number of the first 6 days and last 5 days of that calendar "page".


            "He can have a lollipop any time he wants to. That's what it means to be a programmer."
            • 13320
            • 245 Posts
            Quote from: stefan at Jul 24, 2007, 04:06 PM

            I do it for you, and for the next version i add a parameter, like this you can choose the style.;but the same for all CALx on your website.
            Another way could be to set a unique id to a outerwrapper for each calendar maybe given by a paramenter.

            div#CALxBlack div.sunday{ background-color:#000; color:#FFF  } 
            div#CALxRed div.sunday{ background-color:#C00; color:#000  } 
            adios, Stefan

            Yes, i agree with you, but it’s more easy like this, i try to put your idea in the next version smiley
              [b]D
              • 13320
              • 245 Posts
              Quote from: doze at Jul 24, 2007, 05:41 PM

              @Jabberwock,

              Have you considered to make a parameter for showing the day numbers that are not in the current month?

              Eg. in your screenshot above, it would also show the day number of the first 6 days and last 5 days of that calendar "page".

              Hi,

              I try to do this in the next version smiley
                [b]D
                • 13137
                • 204 Posts
                @Jabberwock,

                Thanks for the new style. Is it possible to make the boxes square instead of rectangle?

                Sorry, Thanks.
                  • 13320
                  • 245 Posts
                  I want to add the modification before I post a new version smiley
                    [b]D
                    • 25307
                    • 114 Posts
                    is there any reason someone might know why that upon installation of this snippet (to best of my knowledge, properly) - on 0.9.6 - that the snippet wouldn’t be parsing at all? aka in the page that has the snippet call all I get is seeing the actual snippet call text.. sorta weirding me out, the only time I’ve seen this before is when I have misnamed something - which in this case I haven’t. I tried both the TV method and the published date method. the installation documentation for CALx was a bit hard to follow, leaving quite a bit to be assumed - maybe some one could baby-step me through why this thing wouldn’t work.. any help or suggestions are greatly appreciated.
                      • 13320
                      • 245 Posts
                      Hi robot (ouah the joke :p),

                      In the "Page Setting", uncheck the "Rich text", and change the parameter.

                      Example, if you have
                      &useTV
                      put
                      &useTV

                      Post if doesn’t work.
                        [b]D