Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#11 2006-09-03 21:38:20
- playpiggy
- Member
- From: Changchun, China
- Registered: 2004-11-23
- Posts: 55
Re: [plugin] [ORPHAN] rss_auto_excerpt
I found that the auto excerpt can’t stop at Chinese charactors. A Chinese article without English letters will output an empty content.
Welcome to the REAL World…
Offline
#12 2006-09-12 13:53:25
- Brutal
- Member
- Registered: 2005-01-28
- Posts: 14
Re: [plugin] [ORPHAN] rss_auto_excerpt
Great plugin! Any way to make it strip away images?
Offline
#13 2006-09-24 05:39:04
- squaredeye
- Member
- From: Greenville, SC
- Registered: 2005-07-31
- Posts: 1,495
- Website
Re: [plugin] [ORPHAN] rss_auto_excerpt
Does anyone have any other solutions for PREV and NEXT links for the plugin?
I read the solution above, but its not working correctly.
my code is thus:
<code>
<txp:if_category>
<txp:rss_unlimited_categories_article_list section=“blog” form=“blog-list” />
<txp:else />
<txp:if_individual_article>
<txp:article_custom section=“sermons” status=“live” form=“blog” limit=“1” />
<txp:else />
<txp:article_custom section=“blog” limit=“1” status=“sticky” />
<txp:article limit=“5” pageby=“5” form=“blog-list” status=“live” />
<p><txp:link_to_next>NEXT</txp:link_to_next>
<txp:link_to_prev>PREV </txp:link_to_prev></p>
</txp:if_individual_article>
</txp:if_category>
</code>
the site in question is here: liberti.artiswork.org
(which is an poorly styled page currently :)
Thanks.
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
#14 2006-09-28 01:57:11
- squaredeye
- Member
- From: Greenville, SC
- Registered: 2005-07-31
- Posts: 1,495
- Website
Re: [plugin] [ORPHAN] rss_auto_excerpt
err,
Hellooo helllo hellooo (echo effect)
Anybody getting this to work with link to next and prev with pageby attributes?
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
#15 2006-10-01 08:41:22
- Jaro
- Member
- From: S/F
- Registered: 2004-11-18
- Posts: 89
Re: [plugin] [ORPHAN] rss_auto_excerpt
I would like to use this plugin to insert an excerpt of an article to the meta description tag but I have problems to install it. I get the following error:
Notice: unserialize(): Error at offset 0 of 2335 bytes in /xxxxxx/xxxx.xxxx.com/textpattern/include/txp_plugin.php on line 152
Anyone know how could I fix this?
Offline
#16 2006-10-05 21:24:28
- TNT
- Member
- From: Rotterdam, Netherlands
- Registered: 2006-01-06
- Posts: 254
- Website
Re: [plugin] [ORPHAN] rss_auto_excerpt
Using this plugin with great pleasure, but since I re-designed myy site I noticed something that causes to break my layout. Just a little, but it’s happening.
In the source I noticed a strange looking html-tag: <code><p /></code>. I know I did not put that in a page or a form (yes, I doublechecked), so I’m guessing it’s the plugin’s fault. Am I right? And if I’m right, could somebody tell me how to get rid of the strange <code><p /></code>?
…Prrrrrrrr…
Offline
#17 2006-10-05 21:28:17
- squaredeye
- Member
- From: Greenville, SC
- Registered: 2005-07-31
- Posts: 1,495
- Website
Re: [plugin] [ORPHAN] rss_auto_excerpt
TNT,
its the same thing I mentioned in the last thread, you need to give the wraptag or break? an empty argument
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
#18 2006-10-06 09:16:20
- TNT
- Member
- From: Rotterdam, Netherlands
- Registered: 2006-01-06
- Posts: 254
- Website
Re: [plugin] [ORPHAN] rss_auto_excerpt
ma_smith,
Got the other one working now, but this plugin doesn’t have a <code>striptag</code>. Any more suggestions here, too?
…Prrrrrrrr…
Offline
#19 2006-10-06 12:29:23
- squaredeye
- Member
- From: Greenville, SC
- Registered: 2005-07-31
- Posts: 1,495
- Website
Re: [plugin] [ORPHAN] rss_auto_excerpt
This is how I’m using it here
<code>
<txp:rss_auto_excerpt words=“20” linktext=”“ linkwraptag=”“ ending=”…” />
</code>
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
#20 2006-10-06 14:33:37
- TNT
- Member
- From: Rotterdam, Netherlands
- Registered: 2006-01-06
- Posts: 254
- Website
Re: [plugin] [ORPHAN] rss_auto_excerpt
Ah, it was the *link*wraptag instead of the wraptag. Thanks! The crazy tag is gone now. Now I have to fix my own crooked, dodgy design to get it the way I want it… :-)
…Prrrrrrrr…
Offline