Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#76 2006-03-27 03:13:50
- mattgilbert
- Member
- Registered: 2006-03-23
- Posts: 70
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
I may be misunderstanding the syntax, but I can’t seem to get rss_unlimited_categories_article_list to do anything. Have other people had better luck?
I’ve tried the following:
<code><txp:rss_unlimited_categories_article_list /></code>
<code><txp:rss_unlimited_categories_article_list section=“section1” /></code>
<code><txp:rss_unlimited_categories_article_list section=“section1” category=“category1” /></code>
<code><txp:rss_unlimited_categories_article_list category=“category1” /></code>
and nothing is output at all. Any clues?
Offline
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Matt,
This is straight from this page (what you see in the left column of the sidebar)
<code><txp:rss_unlimited_categories_list linktosection=“category” /></code>
Offline
#78 2006-03-27 03:31:27
- mattgilbert
- Member
- Registered: 2006-03-23
- Posts: 70
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
thanks for the reply, but i was referring to rss_unlimited_categories_<b>article</b>_list , not rss_unlimited_categories_list. adding the linktosection attribute doesn’t seem to change anything.
Offline
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Doh! My bad…
Just having a very quick play around, I can’t seem to get those tags to work either… Sorry Matt
Offline
#80 2006-03-27 21:03:53
- papalozarou
- Member
- Registered: 2004-07-05
- Posts: 45
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
NeilA – what markup do you have in your respective pages? I want to do exactly what you do, but I just cannot do it.
Offline
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Ok… Here you go:
For the metadata under each except, I have in the appropriate form:
<code><p class=“meta”><txp:comments_invite /> | posted <txp:posted /> in <txp:rss_unlimited_categories_filedunder /></p>
</txp:if_excerpt></code>
In the sidebar, for the list of categories:
<code><txp:rss_unlimited_categories_list linktosection=“category” /></code>
For the tagcloud:
<code><txp:rss_unlimited_categories_cloud linktosection=“category” /></code>
It was all remarkably easy to do… although I realise that’s not been the case for everyone… ;-)
Offline
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Found a bug with RSS/Atom feeds.
If I disable this plugin, I get my feeds as expected with links like this:
http://aiz.miga.lv/2006/03/26/darbariks
If I enable it, I get a wrong url which gives 404 error:
http://aiz.miga.lv/raksti/darbariks
where “raksti” is site section name where thsi article is filed under.
Can anyone confirm it?
Offline
#83 2006-03-28 09:54:15
- papalozarou
- Member
- Registered: 2004-07-05
- Posts: 45
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
NeilA wrote:
Ok… Here you go:
For the metadata under each except, I have in the appropriate form:
<code><p class=“meta”><txp:comments_invite /> | posted <txp:posted /> in <txp:rss_unlimited_categories_filedunder /></p>
</txp:if_excerpt></code>
In the sidebar, for the list of categories:
<code><txp:rss_unlimited_categories_list linktosection=“category” /></code>
For the tagcloud:
<code><txp:rss_unlimited_categories_cloud linktosection=“category” /></code>
It was all remarkably easy to do… although I realise that’s not been the case for everyone… ;-)
So with this markup do you have to put anything in the ‘category’ page template?
At the moment I am using the tag cloud tag as such:
<code><txp:rss_unlimited_categories_cloud linktosection=“archive” /></code>
Then in my ‘archive’ template, putting:
<code><txp:rss_unlimited_categories_article_list /></code>
But I get the 404 error page. I have tried the archive page without the article list tag, and still get 404 error.
i’ve just realised there are two areas where I think the problem might lie – I am using the archive template for rss_suparchive, so it already has the neccessary tag in there for that. And then I am using sgb_url_handler so I think that might be contributing too.
Offline
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
I don’t have a ‘category’ page template, so there is nothing to put there… ;-)
Seriously, all the markup I have, I’ve put in my previous post.
I don’t use superarchive on this site, nor the url_handler plugin, so I can’t comment on any implications from using them.
Offline
#85 2006-03-28 16:37:34
- papalozarou
- Member
- Registered: 2004-07-05
- Posts: 45
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Well I tried directing it to a category section and I still get the 404 error page, even if I disable the url plugin I am using.
I am really stumped now.
Offline
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Still having a hard time tracking down this 404 error. There must be something in how I use the plugin that is allowing me to avoid the 404 errors. I’ll have to setup a clean install with the plugin in an attempt to create this on my own.
Last edited by wilshire (2006-03-29 03:51:58)
Offline
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Major Update – Version 0.2
Version 0.2 includes several major bug fixes and enhancements including:
- Fixes 404 errors on /section/category pages (thanks to a tip from zem)
- Fixes broken Atom & RSS feeds
- Fixes article list tag
- Newly added related articles tag
- Documentation fixes
Last edited by wilshire (2006-03-29 04:06:16)
Offline
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Been busy today Rob? ;-)
Many thanks for the update… (be even nicer if the download page worked… ;-))
Last edited by NeilA (2006-03-29 04:09:02)
Offline
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Indeed I was. It was the tip from Alex that set things in motion. From there, the rest just fell into place.
And please let me know if this does in fact work.
Offline
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
I will… as soon as I can actually download… the link loads a blank page… :-)
Offline