Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Using rss_auto_excerpt within rss_suparchive
Hi,
I’m quite new to Textpattern and would like to use Wilshire One’s rss_auto_excerpt function (the plugin is installed and active) within the rss_suparchive function.
A quick try was changing (on line 246)
$excerpt = $a["excerpt"];
to
$excerpt = $a["rss_auto_excerpt"];
and on line 473
$excerpt = $d["excerpt"];
to
$excerpt = $d["rss_auto_excerpt"];
No Error message but also no excerpts anymore.
Does anyone have an idea how I could accomplish this task. Thanks.
You can fail. Get used to it. (Frank Zappa)
Offline
Re: Using rss_auto_excerpt within rss_suparchive
The rss_suparchive tags probably have a form attribute. In that form you can use the rss_auto_excerpt tags.
Offline
Re: Using rss_auto_excerpt within rss_suparchive
Yeah, that’s it. Bedankt.
You can fail. Get used to it. (Frank Zappa)
Offline