We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 4195
    • 398 Posts
    not yet.. i can dive into this if you want? it’s "easily" done by a custom modifier
      Armand Pondman
      MODx Coding Team
      :: Jot :: PHx
      • 32017
      • 151 Posts
      Quote from: bS at Nov 10, 2006, 05:19 PM

      not yet.. i can dive into this if you want? it’s "easily" done by a custom modifier

      did you see my question above please tongue thanks
        London web design - MODx specialists
        • 3232
        • 380 Posts
        Quote from: Perrine at Oct 03, 2006, 03:34 AM

        Hello,

        I’ve just installed Pagination Plugin but it doesn’t split pages.

        I use beta 3 (rev 1533). I put {BREAK} in the document but the {BREAK} appears in the web page as if it was common text.

        I tried to desactivate RTE but it’s the same...

        Any idea ? Maybe this plugin doesn’t work with beta 3 ?

        Thanks

        I am having the same problem. anyone have any ideas?
          • 23050
          • 1,842 Posts
          And this is what I did :

          About my problem : I forgot to delete <? php at the beginning of the plugin

          Same for you ? smiley
            • 3232
            • 380 Posts
            Quote from: Perrine at Feb 16, 2007, 08:01 AM

            And this is what I did :

            About my problem : I forgot to delete <? php at the beginning of the plugin

            Same for you ? smiley

            I removed <? I also made sure the page was uncached.

            I ended up deleting the plugin and reinstalling it... turned out this did the trick, I must have done something to the code.
              • 10449
              • 956 Posts
              This doesn’t work at all here (modx 0.9.5).
              I don’t cache my pages, there is no extra <?php stuff there, I even tried using my own delimiter |PAGEBREAK| but to no avail.
              No error messages, nada... My delimiters appear as normal text. Weird... o_O
                • 3232
                • 380 Posts
                could it possibly have to do with the delimiter you are using?

                I am using {BREAK} and it is working beautify in 0.9.5
                  • 27376
                  • 576 Posts
                  Quote from: ganeshXL at Apr 07, 2007, 03:43 AM

                  This doesn’t work at all here (modx 0.9.5).
                  I don’t cache my pages, there is no extra <?php stuff there, I even tried using my own delimiter |PAGEBREAK| but to no avail.
                  No error messages, nada... My delimiters appear as normal text. Weird... o_O
                  Make sure the correct "System Event" is checked, "OnLoadWebDocument" I believe is what needs to be checked in the plugin.
                    • 10449
                    • 956 Posts
                    Nope, I DID check the event. And the delimiter doesn’t really matter... I used the default one, and a custom string.

                    I added a line to the module for debugging:

                    echo "<script>alert(’pagination module is processed!’)</script>";

                    This is never being called. And the delimiters are still visible as regular text sad
                      • 3232
                      • 380 Posts
                      Alright so I have come across a new issue with this plugin. Or it isn’t really the plugin so to speak. I am using this to split up long stories on my site. the question is this...

                      I want to be able to pring the entire story, not just the page. Is there anyway to supply the enire document so that it can be printed?

                      Thanks
                      Brian

                      ::edit::

                      I think I found a solution... now I just need to impliment it... I’m not very good at php but I am going to give it a shot. My thought is this, instead of the plugin "discarding" the other pages, I want all pages to output but the pages that should be be visible should be wrapped around a div with a class of "pagehide" this way I can set the print style sheet to unhide these "pages" when printing.