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
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
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
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.