Hello
I wanted to write for my site's users the instructions on how to paginate their articles in a Help page. I disabled the pagination for "Page" content types so that I can write the syntax [pagebreak] and all without them being parsed onto TOC. However, the syntax still doesn't appear as such . In fact, it doesn't appear at all.
For example, if I write " Insert [ pagebreak ] to make your article flow over more than one page", it will display "Insert to make your article flow over more than one page".
I tried using the <code> tag but nothing happened.
Is there anyway around that? I am using wysiwyg module with TinyMCE 3.2.5 as the editor
Comments
Comment #1
Avatar commentedAlso, how to make the "Page Headers" box expanded by default in the add/edit node page ?
Comment #2
mundanity commentedHi there,
I've exposed two toggles in the admin interface for pagination (this has been pushed to dev, so should update in ~12 hours). The first toggle allows you to show the "Page Headers" information by default (instead of having it collapsed).
The second toggle will disable filtering of old pagination syntax on node types that are not set to paginate. This should help you out with that issue. Just remember, if you've used that node type for pagination previously, you may need to cleanup some leftover syntax if you forgot earlier! :)
Comment #3
Avatar commentedThanks, everything is working perfectly :)