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

    Yes it’s the official thread.

    It is here coz I would like it to work perfectly (or almost wink) before i post it in the Repository.
    More feedbacks would help, btw.

      [b]D
      • 28691
      • 6 Posts
      Great work man.

      I think it’s important to note that the WYSIWYG editor needs to be turned off by default, else the new Event listing page will have & converted to & which will either display a blank page or a MySQL error.

      Maybe I’m missing something, but I don’t see the dates on the event pages. I do see the event description, but no date.

      Ow, btw, here’s the Dutch translation.
        • 13320
        • 245 Posts
        Hi,

        it’s more easy (i thinhk :p) without WYSIWYG but i think it works with :p

        Quote from: Stretsh

        Maybe I’m missing something, but I don’t see the dates on the event pages. I do see the event description, but no date.
        You use the TV or not ?
        You don’t see the event on the Calendar or when you want to see more details of one event ?

        if you want to see date on the Event page add (for example) :
        In the content :

        First Day : [*nameOfMyTVDateStart*]
        Last Day : [*nameOfMyTVDateEnd*]

        The rest of the description.

        Jabb
          [b]D
          • 28691
          • 6 Posts
          I use the TV. The dates are highlighted in the calendar. When there is more than one event, I do see the page saying "events for 20 juli 2007" but when I view the events individually, there’s no date.

          Edit: I saw you edited your post.
          Do I do that for every event I’m adding? Or maybe I should create a separate template for the event pages with this.
            • 13320
            • 245 Posts
            You can put this code :

            First Day : [*nameOfMyTVDateStart*]
            Last Day : [*nameOfMyTVDateEnd*]


            in a chunck, and add the chunckin your doc individually.

            Or you can put the chunck (or the code) in before your [*#content*] in your template, like this :
            <div id="content">
            
            		<div class="post">
            			<h3 id="post-">[*longtitle*]</h3>
            First Day : [*nameOfMyTVDateStart*]
            Last Day : [*nameOfMyTVDateEnd*]
            				[*#content*]
            		</div>
            		<!-- close .post (main column content) -->
            
            	</div>


            i think you need Phx, to put some condition, if it not an event page.
              [b]D
              • 28436
              • 242 Posts
              Hello Jabberwock, thanks a lot for this!

              It works fine, but i guess one thing is not as it should be.
              A event with a startDate "30-08-2007" and the endDate "02-09-2007" will appear in august, but not in september.
              Is this behavior your intention?

              ciao, Stefan


                • 13320
                • 245 Posts
                hmm, I’m a nut shocked

                I haven’t think to this.

                I fix the bug and i post a new version, in the middle of the next week, i guess.
                  [b]D
                  • 28436
                  • 242 Posts
                  Don’t Panic!

                  I guess "marks & spencers" have a new charge of "dark blue" towels... very usefull.

                  have a nice day!

                  so long and thanks for all the fish
                    • 25663 MODX Staff
                    • 12,272 Posts
                    :D

                    42
                      Ryan Thrash, MODX Co-Founder
                      Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
                      • 13137
                      • 204 Posts
                      This may be something stupidy stupidy, but I am trying to adjust the style sheet to make the calendar look something like the attached. Not the colors, but the layout, so that the days etc., are square with borders, and an outer border to separate the calendar from the page background.
                      I cannot for the life of me get the square layout.

                      Anyone want to assist?