Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#241 2005-05-20 14:17:52
Re: [plugin] [ORPHAN] rss_suparchive - article archive list
i think this date issue might be the same thing i’ve been experiencing with ALL date-based plugins in RC3. they are all showing an offset, and i don’t know what to do about it… jad_oldposted, rss_posted, ob1_modified, etc….
textpattern.org :: find and share Textpattern resources
docs.textpattern.io :: Textpattern user documentation
Offline
#242 2005-05-21 05:25:08
Re: [plugin] [ORPHAN] rss_suparchive - article archive list
Manfre – I believe the problem is coming in because of the article ID in the URL. Its actually caused a few problems for me at times too because the article ID is interpreted as a year and ends up giving you bad sql. I might have to add an option to specify whether the plugin filters by date or not.
zoeglingjulian – I’ve had someone else report the same thing. On Textdrive as well. I looked into it and didn’t see the same on another host. I’ll have to look at it again.
Offline
#243 2005-05-22 23:06:13
- starzabove
- Member
- Registered: 2004-04-13
- Posts: 76
Re: [plugin] [ORPHAN] rss_suparchive - article archive list
- May 2005 (7)
- April 2005 (14)
- March 2005 (16)
- February 2005 (8)
- January 2005 (15)
- December 2004 (7)
The links link like this:
/archives/2004/12
And they all go to the default home page of the site.
The site is setup by section/id/title but I tried changing to to year/month/date as well, and I did try
linktosection=“article”
but that just gives links to
/article/2004/12
and still just links to the front page.
I also tried
linktosection=”“
which makes the links
//2004/12
and still links to the front page.
The real problem, is that even if I was able to remove it putting a section in front of
/2004/12
that just links to article number 12
Changing my preferences (which I did not read anywhere was neccessary) to /year/month/date doesn’t work either.
Is there something obvious I am messing up?
90+ Textpattern installs and still going…
Offline
#244 2005-05-23 03:10:37
Re: [plugin] [ORPHAN] rss_suparchive - article archive list
i think you have to have <txp:rss_suparchive />
on the page that they get redirected to. in the default setup, it’d have to be on the front page. if you provide a linktosection="section"
then it’d have to be on the page template that /section/ points to.
Listen to Kenneth
Offline
#245 2005-05-23 03:34:54
- starzabove
- Member
- Registered: 2004-04-13
- Posts: 76
Re: [plugin] [ORPHAN] rss_suparchive - article archive list
Thanks so much for your reply, kenthlove666 – with your help I was finally able to figure it out!
For others that may have a daft day like I have had, here is what I did….
I created an article to show up on front page of
domain.com/archives
that contained
<code><txp:rss_suparchive /></code>
and I had it show just one article, per the page template.
Then I took the article I had created before, and edited the tag as such:
<code><txp:rss_suparchive_menu section=“article” linktosection=“archives” limit=“1000” /></code>
then when I go to this second page, it lists the months as mentioned above, but when you click on one, it makes a page, within /archives, that lists only the articles for that month! Yay!
Thanks again!
Last edited by starzabove (2005-05-23 03:53:38)
90+ Textpattern installs and still going…
Offline
#246 2005-05-28 03:15:05
- fancytoy
- New Member
- Registered: 2004-08-11
- Posts: 4
Re: [plugin] [ORPHAN] rss_suparchive - article archive list
little questions … i updated to the latest version of textpattern and my archive dealy only shows the actual php coding instead of the template i have for it.
it was workin’ fine beforehand.
Offline
#247 2005-05-28 20:03:40
Re: [plugin] [ORPHAN] rss_suparchive - article archive list
I’ve tried using rss_suparchive_bycat to get what I want, and it’s just not happening. I need something like this:
txp:rss_suparchive mode=“section” sections=“blog,photography,music” /
Wilshire, any chance you could implement something like this in a new version? The goal being to get a menu that would look like this:
Blog (#)
Photography (#)
Music (#)
… with each menu item displaying a full list of articles in that section, much as the YEAR and MONTH modes work presently.
Thanks,
theturninggate
Offline
#248 2005-05-28 22:40:02
Re: [plugin] [ORPHAN] rss_suparchive - article archive list
fancytoy – sounds like a problem related to the upgrade, not the plugin.
theturninggate – I don’t see that happening in this plugin anytime soon. Have you tried mdp_sectionmenu or displaying the counts with mdn_count?
Offline
#249 2005-05-29 04:20:16
- fancytoy
- New Member
- Registered: 2004-08-11
- Posts: 4
Re: [plugin] [ORPHAN] rss_suparchive - article archive list
what do you think i should do? or if you don’t know, where should i turn?
Offline
#250 2005-05-29 04:50:25
Re: [plugin] [ORPHAN] rss_suparchive - article archive list
fancytoy, the first thing to try is to delete the plugin, then reinstall the latest version. See if that helps any. I’m running rev385 and rss_suparchive is working fine for me. I only upgraded two days ago.
If it still doesn’t work, you might give wilshire’s live archive plugin a shot. It’s very cool.
Offline
#251 2005-06-01 11:07:55
- hokchun
- New Member
- Registered: 2005-02-05
- Posts: 2
Re: [plugin] [ORPHAN] rss_suparchive - article archive list
Dear folks,
I’ve installed rss_superarchive v0.15.1 in my Textpattern 1.0 rc3.
I m using the rss_superarchive_menu tag to create a list of archive. The list should be fine. It looks sth like this:
- May 2005 (7)
- April 2005 (5)
- March 2005 (4)
But when I click on any one of them, no articles are shown at all…
For example, the URL in the first entry is: http://www.vio.hk/blog/journal/2005/05
When I click on it, article is shown.
I am already using “/year/month/day/title” mode in Permanent link mode.
Did I miss anything?
Please kindly help.
Thanks you very much.
Bill
Offline
#252 2005-06-01 11:56:01
Re: [plugin] [ORPHAN] rss_suparchive - article archive list
Your journal section needs to have a call to rss_suparchive on it for the date filtering to work. The plugin is not dependent on the /year/month/day URL pattern. I use /section/id/title and still use the date filtering.
If you add a call to rss_suparchive to the page that is used for your journal section that should solve the problem.
Last edited by wilshire (2005-06-01 11:56:24)
Offline