Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2005-10-25 10:07:45
- Ji31
- Member
- Registered: 2005-08-24
- Posts: 103
rss_superarchive_menu
Hi,
I don’ understand how does this http://www.wilshireone.com/textpattern-plugins/rss-suparchive-menu work?
If I make it, it makes something.com/yyyy/mm but how are that section made? manualy? and manual inserted the archives into them?
thanx
Offline
#2 2005-10-25 12:07:37
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: rss_superarchive_menu
<txp:rss_suparchive_menu linktosection="archive" />
Then in the page for your section, “archive” (you can use a different section, of course) you’d place:
<txp:rss_suparchive />
Last edited by Mary (2005-10-25 17:30:49)
Offline
#3 2005-10-25 14:09:21
- Ji31
- Member
- Registered: 2005-08-24
- Posts: 103
Re: rss_superarchive_menu
But it is still making the path something.com/archive/2005/10
I don’ want to make every month 2005/11, 2005/12….
what I’m doing wrong?
Offline
#4 2005-10-25 17:30:35
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: rss_superarchive_menu
“…it is still making the path something.com/archive/2005/10”
That’s what its supposed to do.
“…I don’t want to make every month…”
Re-read what I just said. Then try it and see what happens.
Offline
#5 2005-10-25 18:50:05
- aesop1
- Archived Plugin Author
- Registered: 2004-09-19
- Posts: 142
Re: rss_superarchive_menu
But can you actually get this to work with TXP 4.x? I can create the menu links just fine, but as soon as TXP sees an URL with that structure I get a 404 error message (after clicking on the links).
It seems that many of us can’t get this to work with the release version of TXP, even though it worked with past versions (rc3).
Just curious to know in case I’m missing something . . .
Offline
#6 2005-10-25 19:44:58
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: rss_superarchive_menu
Sorry, out of it.
I seem to remember now someone saying this plugin relying upon a method no longer used by Textpattern (or something to that effect). Maybe that was on the dev mailing list, I don’t remember exactly. I think this is part of it, I guess he hasn’t updated?
Rob, can you enlighten?
Offline
#7 2005-10-25 20:57:33
- Ji31
- Member
- Registered: 2005-08-24
- Posts: 103
Re: rss_superarchive_menu
“…I don’t want to make every month…”
“Re-read what I just said. Then try it and see what happens.” … no ok, but..? – this I really don’t understand. May be I’m stupid – sorry, but I really don’t know what’s up now?
Offline
#8 2005-10-25 21:50:18
- aesop1
- Archived Plugin Author
- Registered: 2004-09-19
- Posts: 142
Re: rss_superarchive_menu
I think what we’re saying Ji31, is that there are parts of this plugin that don’t work with the current version of TXP. It needs to be updated to work with the current version. If it fits with what you are currently trying to do, you can create date-based archives with the messy URL approach, like:
http://www.something.com/section/?month=2005 (all section articles from 2005)
http://www.something.com/section/?month=2005-08 (all section articles from Aug. 2005) or
http://www.something.com/section/?month=2005-08-05 (all section articles from Aug. 5, 2005)
If you need to page these results, you can download my half-baked plugin at http://www.webinetics.com/txp/mrh_date_archive.txt
This plugin merely provides a replacement for the <code><txp:newer></code> and <code><txp:older></code> paging tags and supports the month variable.
You will need to create your own menu links manually to work with the date-based archives in this fashion. Not a very neat way of working with date-based archives, I know, but it is just a short-term measure you can employ while waiting for Rob Sable to update his excellent rss_suparchive plugin.
Last edited by aesop1 (2005-10-25 21:50:59)
Offline
Pages: 1