Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#217 2011-05-03 13:50:16
Re: [plugin] [ORPHAN] rss_auto_excerpt
<txp:rss_auto_excerpt length="200" linktext=" Weiterlesen" overrideexcerpt="0" striptags="1" ending=" [...]" wrapreadmore="1" linkwraptag="span"/>
Offline
#218 2011-05-03 14:01:28
- Alweb
- Member
- Registered: 2010-10-08
- Posts: 25
Re: [plugin] [ORPHAN] rss_auto_excerpt
Great! Tnx SuMu!!
Offline
#219 2011-05-03 16:55:07
Re: [plugin] [ORPHAN] rss_auto_excerpt
Markus, I use the excerpt field for each article’s footnotes. I just wish there was a manual=""
option in Sable’s plug-in…
Last edited by hicks (2011-05-03 16:55:34)
Offline
#220 2011-05-03 16:57:36
Re: [plugin] [ORPHAN] rss_auto_excerpt
Destry, are you talking to me?
Offline
#221 2011-05-03 17:07:57
Re: [plugin] [ORPHAN] rss_auto_excerpt
hicks wrote:
Destry, are you talking to me?
Yep. I think I spelled your name wrong. Just noticed your bio saying PDX. I grew up there, then moved to Seattle for an equally long period of time. I love the PNW. Miss it.
Offline
#222 2011-05-04 19:14:04
Re: [plugin] [ORPHAN] rss_auto_excerpt
hello, I do not know Textpattern. I have a question on how to do that in the article display the “read more”?
/sorry my eng
Offline
#223 2011-05-04 19:43:05
Re: [plugin] [ORPHAN] rss_auto_excerpt
elliot Always important to know: The Textpattern Tag Reference
- Textpattern standard logic (long case): In a list (
txp:if_article_list
) you use an excerpt form (txp:if_excerpt
). This form (txp:article form=""
) has to contain the “read more” permalink (txp:permlink
). - Textpattern standard logic (short case):
txp:article form="" listform=""
defines 1. which form to use for single articles, 2. which form to use for article lists. The listform=”“ form has to contain the “read more” permalink.
Last edited by merz1 (2011-05-04 19:52:35)
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
#224 2011-06-24 11:07:10
Re: [plugin] [ORPHAN] rss_auto_excerpt
Does this plugin still work with current TXP version? If so, why the following code is not working on a archive page?
<txp:rss_auto_excerpt words="110" linkclass="read_more" linkwraptag="p" ending=" [...]"/>
Offline
#225 2011-06-24 11:28:04
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: [plugin] [ORPHAN] rss_auto_excerpt
Yes, it still works. Can you post a tag trace of the page in question?
Also, the tag should be in an article form or inside <txp:article>
or <txp:article_custom>
container tags.
Last edited by els (2011-06-24 11:29:13)
Offline
#226 2011-06-24 11:30:09
Re: [plugin] [ORPHAN] rss_auto_excerpt
caruso_g a écrit:
Does this plugin still work with current TXP version?
It does
If so, why the following code is not working on a archive page?
Probably because of the
and/or a missing blank before />
Offline
#227 2011-06-24 12:18:50
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: [plugin] [ORPHAN] rss_auto_excerpt
CeBe wrote:
Probably because of the
and/or a missing blank before/>
No that isn’t it, that exact value for ending
works perfectly for me.
Offline
#228 2011-06-24 14:05:49
Re: [plugin] [ORPHAN] rss_auto_excerpt
Hi Els, thanks for your reply.
I just checked it and I noticed there were real excerpts in the test blog posts so the plugin used them instead of creating an automatic excerpt from the body of the article.
As always, really thanks a lot for your help.
Offline