Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [plugin] [ORPHAN] etz_pg for paginated articles
I like this plugin. One question – is it possible to “title” your pages?
ex:
[page title=“will I ever shut up?”]
and the navigation would be…
home
will I ever shut up?
…
This is the style of some tutorials I’ve seen, for example…
you pull up a CSS tutorial article, and each page discusses a different topic…
next -> descendant selectors
prev -> box model
I’m thinking this would involve in your article maybe a “header” tag, like [subtitle=“descendant selectors”]
which could do double duty in making a secondary title (<span id=“whatever”>descendant selectors</span>) and named navigation.
Last edited by nimnix (2005-03-10 18:32:03)
textpattern.org :: find and share Textpattern resources
textpattern.net :: TextBook – Textpattern wiki
Offline
Re: [plugin] [ORPHAN] etz_pg for paginated articles
Oh, I, too, would love titles for the sub-pages. That would really be great! Wink, wink… ;-)
Offline
Re: [plugin] [ORPHAN] etz_pg for paginated articles
No, its not possible to title subpages this way, because if you have n [page]
separators, you will get n+1 pages. Its a logical fallacy.
The (sub)title issue will be eventually addressed, but in a different fashion.
VC3 :: weblog :: my wishlist
Offline
Re: [plugin] [ORPHAN] etz_pg for paginated articles
> The (sub)title issue will be eventually addressed, but in a different fashion.
That’s great to hear. Thanks.
Offline
Re: [plugin] [ORPHAN] etz_pg for paginated articles
I guess I should be more clear hehe…
I simply meant a way to title subpages, not necessarily using the [page] tag to add the title.
It wouldn’t quite work to use the [page] separator to title subpages, unless you assumed a default title for the first subpage, or allowed the article form tags to specify the first page title (handy if someone will always have the same title for the first page – “overview” for example).
Last edited by nimnix (2005-03-10 19:49:47)
textpattern.org :: find and share Textpattern resources
textpattern.net :: TextBook – Textpattern wiki
Offline
Re: [plugin] [ORPHAN] etz_pg for paginated articles
Version 0.5.1 of etz_pg determines the url mode first by looking up $permlink_mode
and then by looking up the deprecated $url_mode
. Users updating or planning to update to newer TXP versions are recommended to update their etz_pg too.
VC3 :: weblog :: my wishlist
Offline
#19 2005-05-02 21:36:01
- davidm
- Member
- From: Paris, France
- Registered: 2004-04-27
- Posts: 719
Re: [plugin] [ORPHAN] etz_pg for paginated articles
Well I did miss that one when first released ! Nice :)
<del>There was a discussion about this, someone was looking for it, I’ll try and find it. </del> Found it : Split an article in two
Also, did you add it on textpattern.org ?
Last edited by davidm (2005-05-02 21:52:45)
.: Retired :.
Offline
Re: [plugin] [ORPHAN] etz_pg for paginated articles
Yes, it’s been on textpattern.org for long time now. I hope you enjoy using it.
VC3 :: weblog :: my wishlist
Offline
Re: [plugin] [ORPHAN] etz_pg for paginated articles
could anyone provide help center the nav?
http://sekhu.net/txpattern/book/rashomon-and-other-stories—-ryunosuke-akutagawa
I can then use the example as a template, modify the hover and the background colour be done with it. Thanks in advance
Last edited by sekhu (2005-05-22 23:26:11)
Offline
Re: [plugin] [ORPHAN] etz_pg for paginated articles
sekhu, it’s supposed to look “bad” because it was designed with accessibility and semantics in mind. I’m a little busy right now, but you can check the CSS I’m using on my website.
See also: CSS Design: Taming Lists
Last edited by Etz Haim (2005-05-22 23:31:54)
VC3 :: weblog :: my wishlist
Offline
Re: [plugin] [ORPHAN] etz_pg for paginated articles
> Etz Haim wrote:
> sekhu, it’s supposed to look “bad” because it was designed with accessibility and semantics in mind. I’m a little busy right now, but you can check the CSS I’m using on my website.
See also: CSS Design: Taming Lists
when I meant bad, bad at my end, not the result :)
I’ll check out the link, and I copied and pasted your css – jsut need to center it now. Cheers
Offline
Re: [plugin] [ORPHAN] etz_pg for paginated articles
A nice feature would be if you could make the comments form appear only on the last page of an article.
Given what I’ve been reading about the lack of flexibility with comment forms in TXP I’m guessing that wouldn’t be an easy thing to add-on to this plugin but it would be nice.
Offline