We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 25663 MODX Staff
    • 12,272 Posts
    Huge favor request:

    If you have some issues with the styling, please attach CSS stylesheet(s) that fixes the problems/oversights. That would be a tremendous help.... and note which SVN revision from which it was derived.

    Thanks!
      Ryan Thrash, MODX Co-Founder
      Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
      • 11975
      • 2,542 Posts
      My first post here  wink


      I wanted to report two issues:

      The first one is about docmanager module, in miscellanous settings, When you set a range of document (even a single one) to published the tree is not refreshed (Test in both beta 5 rev 1732 & 1715)

      And the second :
      In the installer the "what’s new" link point to a page containing infos which have not been updated since MODX - TP 3.3 (beta 5 rev 1732)

      My apologises if it has already been posted.

      :-)

        Made with MODx : [url=http://www.copadel.com]copadel, fruits et l
        • 7455
        • 2,204 Posts
        Quote from: rthrash at Oct 18, 2006, 10:51 AM

        Huge favor request:

        If you have some issues with the styling, please attach CSS stylesheet(s) that fixes the problems/oversights. That would be a tremendous help.... and note which SVN revision from which it was derived.

        Thanks!

        its hard coded in the code:


        <!--BEGIN SHOW HIDE PREVIEW WINDOW MOD-->
        <div class="sectionHeader">
        Preview</div><div class="sectionBody" id="lyr2">

        <iframe src="../index.php?id=6&z=manprev" frameborder=0 border=0 style="width: 100%; height: 400px; border: 3px solid #4791C5;">
        </iframe>
        </div>
        <!--END SHOW HIDE PREVIEW WINDOW MOD-->
          follow me on twitter: @dimmy01
          • 25663 MODX Staff
          • 12,272 Posts
          Well that’s just silly then! Off to the SVN repository in a bit.

          How’s the following work for you:

          <iframe name="preview" frameborder="0" width="100%" height="400" id="previewIframe"></iframe>


          (replaced in mutate_content.dynamic.php and document_data.static.php)
            Ryan Thrash, MODX Co-Founder
            Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
            • 7455
            • 2,204 Posts
            Quote from: rthrash at Oct 18, 2006, 01:55 PM

            Well that’s just silly then! Off to the SVN repository in a bit.

            How’s the following work for you:

            <iframe name="preview" frameborder="0" width="100%" height="400" id="previewIframe"></iframe>


            (replaced in mutate_content.dynamic.php and document_data.static.php)

            that worked great I added this to the css:

            #previewIframe{
            border: 3px solid #e3e3e3;
            }

            for the document_data.static.php I changed it to this:
            <iframe src="../index.php?id=<?php echo $id; ?>&z=manprev" frameborder=0 border=0 id="previewIframe" style="width: 100%; height: 400px;" >
              </iframe>
            


            for the mutate_content.dynamic.php the line you profided did the trick

            Thanks
              follow me on twitter: @dimmy01
              • 2762
              • 1,198 Posts
              About new Language files.

              There is an hardcoded string in Resources>Metatags and keywords:

              You may wish to reference the HTML Refernce Guide site for more information. This is not a complete list of possible Meta Tags.

              file: manager/actions/manage_metatags.dynamic.php line 151

              		      <td colspan="4"><p>You may wish to reference the <a href="http://www.html-reference.com/META.htm" target="_blank">HTML Refernce Guide</a> site for more information. This is not a complete list of possible Meta Tags.</p></td>
              	      </tr>
              		</table><img src="media/images/_tx_.gif" width="1" height="5" /></td>


              also there is a wrong path for the spacer image _tx_.gif smiley


              Note: the text in the link to HML Reference is wrong grin

              You may wish to reference the HTML Refernce Guide site for more information
                Free MODx Graphic resources and Templates www.tattoocms.it
                -----------------------------------------------------

                MODx IT  www.modx.it
                -----------------------------------------------------

                bubuna.com - Web & Multimedia Design
                • 25663 MODX Staff
                • 12,272 Posts
                Back in East Texas where I’ze frum, "Refernce" is perfectly good linguistics. tongue (I take the blame on that one by the way... needs to be move to the language file too...)

                update: Commit 1740... fixed (along with hard coded blue borders as noted by Dimmy).
                  Ryan Thrash, MODX Co-Founder
                  Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
                  • 21255
                  • 215 Posts
                  I committed rev 1707 a few days ago where I had moved some of the hardcoded messages into the langfile. Was this rejected for some reason or simply overlooked? wink
                    • 22303 MODX Staff
                    • 10,725 Posts
                    Quote from: netnoise at Oct 19, 2006, 01:18 PM

                    I committed rev 1707 a few days ago where I had moved some of the hardcoded messages into the langfile. Was this rejected for some reason or simply overlooked? wink
                    Just overlooked...I wasn’t sure where I stopped merging with your branch last...merging it now...
                      • 25663 MODX Staff
                      • 12,272 Posts
                      Finally, a real beta 5 test build... if no one finds any serious issues with it, I’d like to push it out to the public side:

                      http://modxcms.com/testbuilds/modx-0.9.5-beta5-rev1745.zip
                        Ryan Thrash, MODX Co-Founder
                        Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me

                      This discussion is closed to further replies. Keep calm and carry on.