We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 29076
    • 615 Posts
    Quote from: charless at Jul 24, 2010, 12:23 PM

    Quote from: TomMLS at Jul 21, 2010, 08:46 PM

    Can this work with Revolution 2.0??

    Yes, that is currently under development as we speak. I’ll post progress as I move forward.

    cheers
    That’s the greatest news! Hopefully sometime before Christmas. smiley
      I think, thererfor I am! But what I am, and why...?
      • 34084 ☆ A M B ☆
      • 756 Posts
      Quote from: Sylvaticus at Jul 24, 2010, 12:54 PM

      Quote from: charless at Jul 24, 2010, 12:23 PM

      Quote from: TomMLS at Jul 21, 2010, 08:46 PM

      Can this work with Revolution 2.0??

      Yes, that is currently under development as we speak. I’ll post progress as I move forward.

      cheers
      That’s the greatest news! Hopefully sometime before Christmas. smiley

      I certainly hope so
        Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
        Visit CharlesMx.com for latest news and status updates.
        • 3722
        • 171 Posts
        I have a couple of formatting and layout issues, looking for some help.
        The issues are with my sidebar and events page.

        1) I have my sidebar setup the way I like it. The look is good and the "See more events" is working.
        The problem is, when I click on the event title hyperlink, it displays the event detail.
        I like the event detail look on the page. However the sidebar changes to the event detail as well.
        How do I keep the sidebar from changing?
        Right sidebar code:
        [!mxcalendar? &mxcType=`list` &mxcDefaultCatIdLock=`true` !]


        2) How do I list all of the events on the events page? Right now it displays the "list", but changes to the detail view when clicking the link. (see above).
        Events page code:
        [!mxcalendar? &mxcType=`list` &mxcDefaultCatIdLock=`true` !]


        Link to testing website: Pack 4 http://pack4.vectortechgraphics.com/events.html

        Thanks
        BG66

        EDIT: added screenshots.



          • 34084 ☆ A M B ☆
          • 756 Posts
          working on a resolution for this issue, once it’s ready I’ll let you know.

          cheers
            Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
            Visit CharlesMx.com for latest news and status updates.
            • 3722
            • 171 Posts
            I am having trouble getting the Ajax popup to work correctly.
            Here is what I have:

            Calendar page (2)
            [!mxcalendar? &mxcType=`full` &mxcAjaxPageId=`27` &mxcFullCalendarPgId=`2`!]

            mxcalendar Ajax page (27) [template (blank), published and shown in menu selected)
            [!mxcalendar? &mxcAjaxPageId=`27` !]

            I get a full white browser window with no formatting to the event.
            I should be getting a popup window, right?
            Any ideas?

            Thanks in advance
            BG66
              • 21759
              • 139 Posts
              Awesome work Charles, just what the doctor ordered. Haven’t fully tested yet but get these errors when I did a clean install. Maybe they too are related to the Suexe environment issue previously posted? Got the install successful message and the "assets > modules > mxCalendar > config > config.xml" exists so I’ll keep testing.


              Warning: XMLReader::open() [xmlreader.open]: Unable to open source data in /home/grstream/public_html/webdev/newweb/assets/modules/mxCalendar/mxCalendar.class.php on line 680

              Warning: XMLReader::setParserProperty() [xmlreader.setparserproperty]: Invalid parser property in /home/grstream/public_html/webdev/newweb/assets/modules/mxCalendar/mxCalendar.class.php on line 681

              Warning: XMLReader::read() [xmlreader.read]: Load Data before trying to read in /home/grstream/public_html/webdev/newweb/assets/modules/mxCalendar/mxCalendar.class.php on line 682
                • 34084 ☆ A M B ☆
                • 756 Posts
                Quote from: BobbyG66 at Aug 04, 2010, 06:59 AM

                I am having trouble getting the Ajax popup to work correctly.
                Here is what I have:

                Calendar page (2)
                [!mxcalendar? &mxcType=`full` &mxcAjaxPageId=`27` &mxcFullCalendarPgId=`2`!]

                mxcalendar Ajax page (27) [template (blank), published and shown in menu selected)
                [!mxcalendar? &mxcAjaxPageId=`27` !]

                I get a full white browser window with no formatting to the event.
                I should be getting a popup window, right?
                Any ideas?

                Thanks in advance
                BG66

                mxcalendar Ajax page snippet call should look like:

                [!mxcalendar? &mxcFullCalendarPgId=`2`!]


                cheers
                  Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
                  Visit CharlesMx.com for latest news and status updates.
                  • 3722
                  • 171 Posts
                  ok, looking better now, but no popup.

                  I solved this:
                  I get a full white browser window with no formatting to the event.

                  I just changed my page template to something other than (blank).

                  BG66
                    • 3722
                    • 171 Posts
                    I am also having trouble listing the title of the event in the detail view.
                    Here is my detail view code:
                    <div id="[+mxcEventDetailId+]" class="box">
                    <p><a href="/events">Back to Events</a></p>
                    <p><a href="/calendar">Go to Calendar</a></p>
                    
                            <h6>[+mxcEventListItemTitle+]</h6>
                        <div id="[+mxcEventListItemId+]" class="[+mxcEventListItemClass+]">
                            <h6>[+mxcEventListItemTitle+]</h6>
                        </div>
                    	
                    	    <div class="[+mxcEventListItemClass+]">
                        <h1>[+mxcEventListItemTitle+]</h1>
                    	</div>
                    	
                    		
                        <p>[+mxcEventDetailLabelDateTime+]</p>
                        <p>[+mxcEventDetailStartDateTime+][+mxcEventDetailDateTimeSeperator+][+mxcEventDetailEndDateTime+]</p>
                        <p class="repeat">[+mxcEventDetailDateTimeReoccurrences+]</p>
                        <h2>[+mxcEventDetailLabelLocation+]</h2>
                        <p>[+mxcEventDetailLocation+]</p>
                        <p>[+mxcEventDetailDescription+]</p>
                        [+mxcEventDetailGoogleMap+]
                    </div>


                    Thanks
                    BG66
                      • 21759
                      • 139 Posts
                      I hope this is the right thread to ask this question about mxCalendar.

                      I was wondering how to shorten the height of the calendar itself to fit inside the default Modxhost template in Evo 1.0.4. I’ve tried to modify the css file but nothing seems to be working. Seems to be conflicting with the outer/inner containers somehow and creating an unwanted line in the header. No other page does this so I am assuming the calendar itself is the issue. See the issue here:
                      http://www.grstreamkeepers.com/webdev/newweb/index.php?id=32