Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#76 2006-03-27 00:42:41
- Vitruvius
- Plugin Author
- Registered: 2004-09-21
- Posts: 125
Re: [plugin] [ORPHAN] etz_pg for paginated articles
I have tried this plugin and cannot seem to get it working…
I’m using v0.7.1 on a TXP install (4.03) and have clean URLs turned on.
All I get is the [page] text delivered to the screen with no pagination or navigation.
Can anyone suggest where I may be going wrong?
SH
Offline
#77 2006-03-27 06:10:16
- marios
- Archived Plugin Author

- Registered: 2005-03-12
- Posts: 1,253
Re: [plugin] [ORPHAN] etz_pg for paginated articles
I just tried if I could get it working, but it doesn’t. I’ll need that allso at some point , but Vitruvius ,
just give it some time, Nicos might be busy with his graduation.
regards,
⌃ ⇧ < ⎋ ⌃ ⇧ >
Offline
Re: [plugin] [ORPHAN] etz_pg for paginated articles
- Have you turned on the plugin? It defaults to off when you first install it.
- Have you modified your article form(s) as suggested by the documentation?
- Remember, an empty line, then a
[page], and then an empty line again.
VC3 :: weblog :: my wishlist
Offline
#79 2006-03-28 18:42:20
- marios
- Archived Plugin Author

- Registered: 2005-03-12
- Posts: 1,253
Re: [plugin] [ORPHAN] etz_pg for paginated articles
Just checked, yes indeed, works, just tried this on a plain vanilla local install.
This is because of wrong usage of the whitespace and the<code>[page]</code> string in the article itself.
So in order for this to work properly it needs three things at each pagination break.
1. One line of whitespace
2.The string <code>[page] on a new line
3.Another line of whitespace.
May this is not so clear in the plugin documentation, now it works fine though, great plugin, thanks.
regards, marios
Last edited by marios (2006-03-28 18:45:56)
⌃ ⇧ < ⎋ ⌃ ⇧ >
Offline
#80 2006-03-28 22:44:28
- Vitruvius
- Plugin Author
- Registered: 2004-09-21
- Posts: 125
Re: [plugin] [ORPHAN] etz_pg for paginated articles
Hi Marios, Etz,
thank you for the advice and suggestions – unfortunately I have not been able to get the plugin working.
In reply to your posts:
- The plugin (0.71) is installed and turned on
- My article display form looks like this: <code>
<h3><txp:title /></h3>
<small>Words by <txp:custom_field name=“author-credit” />, photos by <txp:custom_field name=“photo-credit” /></small>
<txp:etz_pg_body />
<txp:etz_pg_pages />
</code> - I did have three lines to create a page break (ie blank line, then [PAGE], then another blank link). At the moment these to get parsed by textile into <code><p>[PAGE]</p></code>.
Here’s a link to the offending page
Any ideas? I appreciate your help!
Regards
SH
Offline
#81 2006-03-29 09:14:22
- marios
- Archived Plugin Author

- Registered: 2005-03-12
- Posts: 1,253
Re: [plugin] [ORPHAN] etz_pg for paginated articles
No Vitrivius, I tested this with all sorts of combinations of whitesapce , textile switched on and off, convert to linebreaks and so on,
and it allways works, You not accidentally pasted the plugin tags in an article custom tag, instead of the real article tag ?
May be conflict with other plugins ?
May be take a look at your tagtrace in debugging mode and /or paste it here.
regards, marios
⌃ ⇧ < ⎋ ⌃ ⇧ >
Offline
Re: [plugin] [ORPHAN] etz_pg for paginated articles
Virtuvius: [page] is lowercase.
VC3 :: weblog :: my wishlist
Offline
#83 2006-03-30 02:41:26
- Vitruvius
- Plugin Author
- Registered: 2004-09-21
- Posts: 125
Re: [plugin] [ORPHAN] etz_pg for paginated articles
Dear Etz,
That was it! I knew it would be something stupidly simple…
Thank you so much!
SH
Offline
Re: [plugin] [ORPHAN] etz_pg for paginated articles
hey… works great so far overall, except that whenever I do a new page somewhere in the code it breaks my next tag.
example:
<code>
…and this is the end.
[page]
<strong>Page 2</strong><br />
This is where it starts…
</code>
and the output I get when it displays it is:
<code>
…and this is the end
(next page, even tho that is missing a period)
trong>Page 2< /strong>
This is where it starts…
</code>
any help on fixing this? it is ‘consuming’ the end character on one page and two starting characters on the next page…
Last edited by da_buddha (2006-04-07 12:37:51)
Offline
Re: [plugin] [ORPHAN] etz_pg for paginated articles
If you used Textile markup instead of HTML, you wouldn’t have this problem. If you insist on using HTML, rewrite the above as:
<code>
…and this is the end.
</code><br />
<code>
<p>[page]</p>
</code><br />
<code>
<strong>Page 2</strong><br />
This is where it starts…
</code><br />
However, I strongly recommend against this.
Last edited by Etz Haim (2006-04-07 14:28:35)
VC3 :: weblog :: my wishlist
Offline
Re: [plugin] [ORPHAN] etz_pg for paginated articles
Ah… I disabled the <p> (manually edited code). Textile still works for everything, but it doesn’t add random <p>'s around anymore. What exactly is this doing? I mean, I could just look at the PHP myself but I thought I’d ask the creator. What are the <p>'s doing for the [page]? Or is that just a catch-all??
Last edited by da_buddha (2006-04-07 15:17:53)
Offline
Re: [plugin] [ORPHAN] etz_pg for paginated articles
I’ve noticed that plugin acts weird with articles written inside tiny_mce editor…words breaking, showing tag code etc…
Last edited by fuls (2006-05-16 22:37:31)
Offline
Re: [plugin] [ORPHAN] etz_pg for paginated articles
It’s probably a tinyMCE issue.
VC3 :: weblog :: my wishlist
Offline
Re: [plugin] [ORPHAN] etz_pg for paginated articles
I’m sorry, but there’s no way to get rid of ?pg=n, at least for the moment.
VC3 :: weblog :: my wishlist
Offline