Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#349 2005-11-10 17:03:23

tinyfly
Member
From: Dallas, Texas
Registered: 2004-05-10
Posts: 462
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

> jstar wrote:

> Is there a work-around to use in the meantime?

See this thread. Maybe this can work for now.

Offline

#350 2005-11-10 18:24:36

jstar
Member
Registered: 2005-05-12
Posts: 12
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

Thanks tinyfly for the link. I have already tried that idea and I didn’t like the results. There is a modified version in that same post that I may try in the mean time. -j


“On the run from Johnny Law… ain’t no trip to Cleveland.”

Offline

#351 2005-11-11 18:17:25

jml
New Member
Registered: 2005-01-10
Posts: 3
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

In my case rss_suparchive-plugin put an extra sectionlink to archive address so I changed these rows in rss_suparchive-plugin

$cat1link = ($url_mode) ? $sectionlink.’/?c=’.urlencode($cat1) : $sectionlink.’&c=’.urlencode($cat1); $cat2link = ($url_mode) ? $sectionlink.’/?c=’.urlencode($cat2) : $sectionlink.’&c=’.urlencode($cat2);

to $cat1link = ($url_mode) ? ‘?c=’.urlencode($cat1) : ‘?c=’.urlencode($cat1); $cat2link = ($url_mode) ? ‘?c=’.urlencode($cat2) : ‘?c=’.urlencode($cat2);

And now it works in my archive :)

Offline

#352 2005-11-11 18:53:14

jstar
Member
Registered: 2005-05-12
Posts: 12
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

jml,
What is this fix for? Does it fix the 404 issue with TXP 4.0.2?


“On the run from Johnny Law… ain’t no trip to Cleveland.”

Offline

#353 2005-11-11 20:46:57

jml
New Member
Registered: 2005-01-10
Posts: 3
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

Yes, it fixed the 404 error in my case.

Offline

#354 2005-11-11 20:55:55

tinyfly
Member
From: Dallas, Texas
Registered: 2004-05-10
Posts: 462
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

I don’t believe this will fix the date-based archives that give a 404 error though?

Offline

#355 2005-11-11 21:21:25

jstar
Member
Registered: 2005-05-12
Posts: 12
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

Now I’m just confused. :)


“On the run from Johnny Law… ain’t no trip to Cleveland.”

Offline

#356 2005-11-12 09:52:48

jml
New Member
Registered: 2005-01-10
Posts: 3
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

Okay, I don’t want to argue. I just try to explain what happened with my site.
1. I upgraded textpattern version 1.08 to 4.02
2. everything works without archive
3. I upgraded rss_suparchive-plugin to version 0.15.1
4. archive listing worked, but the category links (in archive) didn’t. It gave the 404 error – the reason for this was that in the url addres was an extra part. E.g. there was an url: http://www.sipinrinne.com/archive/article/?c=Replot which gave the 404 error. The correct url was: http://www.sipinrinne.com/archive/?c=Replot
5. I changed these rows in rss_suparchive-plugin:

$cat1link = ($url_mode) ? $sectionlink.’/?c=’.urlencode($cat1) : $sectionlink.’&c=’.urlencode($cat1); $cat2link = ($url_mode) ? $sectionlink.’/?c=’.urlencode($cat2) : $sectionlink.’&c=’.urlencode($cat2);

to

$cat1link = ($url_mode) ? ’?c=’.urlencode($cat1) : ’?c=’.urlencode($cat1); $cat2link = ($url_mode) ? ’?c=’.urlencode($cat2) : ’?c=’.urlencode($cat2);

So i took off the “$sectionlink.” from the catlink. After these changes it works fine in my archive.

Offline

#357 2005-11-14 15:31:47

jameslomax
Member
From: UK
Registered: 2005-05-09
Posts: 448
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

Simple answer to a simple question, anyone?

The plugin is currently generating a list for 6 months, but my site has more than 6 months for archives.
So somewhere in the code its saying something like list limit= ?6

– or something.

But I havent a clue where that is, what it is, and how I should change it, so the plugin generates a list of more than 6 items.
?

Thanks.

Last edited by jameslomax (2005-11-14 15:32:09)

Offline

#358 2005-11-14 15:56:19

tinyfly
Member
From: Dallas, Texas
Registered: 2004-05-10
Posts: 462
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

Try adding limit=“9999” to whatever txp:rss_suparchive tag you are using.

Offline

#359 2005-11-14 19:05:44

jstar
Member
Registered: 2005-05-12
Posts: 12
Website

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

jml,
Are you using the Permanent link mode: ‘?=messy’? Would the fix that you created work for someone using the Permanent link mode: ‘/section/title’?
Thanks,
-j


“On the run from Johnny Law… ain’t no trip to Cleveland.”

Offline

#360 2005-11-14 20:29:23

Suzy
New Member
Registered: 2005-08-10
Posts: 7

Re: [plugin] [ORPHAN] rss_suparchive - article archive list

sorry I tried all manner of search and can’t get if this has been discussed.

I’m using suparchive (fab plugin) 3/4 separate times in “side menu” to pull out most recent article from one section, most recent 3 from another etc…

it works fine as long as the the actual section only has 1 page of articles as displayed in the main content section (it works with [“/section/?pg=“1”]) as soon as I have to navigate to [?pg=“2”] or greater the suparchive form inserts <code><dl><dt><dd></code> although I haven’t asked for it – I am using a form anyways.

does this make any sense? – no idea where to look.. I can fix it via CSS but would rather know if this is an known/fixable issue I’ve not yet found via search.

Thanks
Sooz…


css {display: no-problem;}
cms {display: if-and-when;}

Offline

Board footer

Powered by FluxBB