Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#397 2006-01-23 01:33:01

NoFixedAbode
New Member
Registered: 2005-07-20
Posts: 2

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

Hi,

Love the rss_supararchive plugin. Great work!

I’m having difficulty getting the landing page looking/working the way I want. It’s been several months since I put this site together (the archives is a relatively new feature), so it may have to do with the fact that I’ve forgotten half of what I need to know about TXP to get this working right.

The problems I’m having are:

1) When a supararchive link is clicked for a particular month, the landing page displays all the articles for that category. The URL appears to be structured properly. I can’t figure out how to limit the display to of article to just the month selected.

2) The ‘form’ attribute doesn’t seem to have any effect. I have an ‘event’ form and an ‘article’ form, both of which are rendered using slightly different graphics. When I specify a form to be used in the article list, it doesn’t take effect.

The site is here: http://www.joanndaugherty.com/ .

I suspect that I probably don’t have the article list landing page set up correctly (as I’m not entirely sure how that is generated).

Any help on this would be greatly appreciated. Thanks again for the work on the plugin.

NFA

Last edited by NoFixedAbode (2006-01-23 04:38:02)

Offline

#398 2006-01-23 06:24:03

maarten
Member
From: Netherlands
Registered: 2005-02-19
Posts: 130
Website

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

rapha,

See my post. You would have to make a call to a form in which you override the output of the rss_suparchive with txp:posted.

NoFixedAbode,

It would help if you post the code in your page and the forms in the forum.

Last edited by maarten (2006-01-23 08:50:34)

Offline

#399 2006-01-23 09:04:41

rapha...
New Member
From: Brazil
Registered: 2006-01-11
Posts: 6
Website

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

> maarten wrote:
> rapha,

See my post. You would have to make a call to a form in which you override the output of the rss_suparchive with txp:posted.

<
<

Thanks, maarten, you helped me so much!

Last edited by rapha... (2006-01-23 09:05:04)

Offline

#400 2006-01-23 13:55:03

NoFixedAbode
New Member
Registered: 2005-07-20
Posts: 2

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

Maarten,

Good point. Here’s the relevant code:

EDIT: First I need to figure out how to insert code using Textile. I have been unable to get code into this post. Textile has me completely flummoxed in regards to this. I’ve tried pre and code tags (which several references say will work), and reviewed the (rather skimpy) official reference – which has no reference to preformatted or code block.

EDIT 2: Ok, completely flummoxed here – I’ve tried 1. code and pre tags 2. tt tag 3. notextile tags 4. converting code to HTML entities. Nothing worked. I’ll chalk this up to my own quick perusal of the documentation, I probably missed something – other than this, Textile has worked well in the past.

I’ve loaded a page containing this post here: http://www.jmcmichael.com/post1.html . Sorry for the inconvenience, but if you could take a look at the code blocks there, I’d appreciate it.

Thanks,

NoFixedAbode

Last edited by NoFixedAbode (2006-01-23 14:23:53)

Offline

#401 2006-01-23 14:30:05

sekhu
Member
Registered: 2005-05-12
Posts: 428
Website

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

Just thought I’d check if anyone else had problems displaying 200+ articles using the plugin? For me it crashed and provided errors, I then tried the plugin on another site with less articles and that seemed to work, Is this a php issue or a plugin issue with regards to the numbers>

Offline

#402 2006-01-23 15:29:01

maarten
Member
From: Netherlands
Registered: 2005-02-19
Posts: 130
Website

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

NoFixedAbode,

You can use the < code > tag to display code (without the spaces of course :))

I am no expert so correct me if I’m wrong but it looks like something in the plugin isn’t working. but editing the following lines in the plugin should do the trick:

Line 58 and 68
<code>$datelink = ($mode == “YEAR”) ? “/”.safe_strftime(‘%Y’,$lasto) : “/?month=”.safe_strftime(‘%Y’,$lasto).”-”.safe_strftime(‘%m’,$lasto);</code>

I didn’t come up with this but Noods did on page 15 of this forum so the credit goes to him.

About the form thing I’m not sure. The help of the plugin doesn’t mention the usage of forms with the rss_suparchive_menu.

Last edited by maarten (2006-01-25 07:11:30)

Offline

#403 2006-01-23 17:47:35

wilshire
Plugin Author
From: Akron, Ohio
Registered: 2004-08-27
Posts: 656
Website

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

NFA – In order to filter by date, you need to use rss_suparchive for your article listing instead of the standard txp:article tag. Are you?

Offline

#404 2006-01-25 22:25:14

The-Exit
Member
From: Berlin
Registered: 2005-07-16
Posts: 175
Website

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

hi!

I just discovered a strange behavior.

I use the latest version of the plugin with 4.0.3.

I have urls in section/id/title mode.

Opening an article with the “full” url is no problem, e.g. http://www.hauptstadtblog.de/article/1215/besucherpavillon-mit-dem-wichtigen-oertchen

But when I leave out the title the individual article cannot be viewed anymore:

http://www.hauptstadtblog.de/article/1215/

This problem does only occur, when this plugin is activated.

Could you help?

Offline

#405 2006-01-25 23:16:57

wilshire
Plugin Author
From: Akron, Ohio
Registered: 2004-08-27
Posts: 656
Website

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

This is the same problem that was reported recently here. If you don’t want to use the article title in your permalinks you should turn that option off in your advanced preferences.

Offline

#406 2006-01-25 23:21:49

The-Exit
Member
From: Berlin
Registered: 2005-07-16
Posts: 175
Website

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

Sorry, I haven’t seen this post.

The problem is, that I want to use the article title in the permalink. Unfortunately the trackback plugin sends only section/id to the other site. In this case the link will be broken.

Wouldn’t changing the preferences break permlinks from outside?

Offline

#407 2006-01-28 04:16:16

wilshire
Plugin Author
From: Akron, Ohio
Registered: 2004-08-27
Posts: 656
Website

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

The-Exit – Are you using version 0.16.1? If I remove the title from the URL of an article on my site it still works.

Nonsense – You can list future articles by setting timeframe=“FUTURE” when calling the plugin. I believe the standard TXP article tag also allows this now.

Offline

#408 2006-01-28 09:42:12

The-Exit
Member
From: Berlin
Registered: 2005-07-16
Posts: 175
Website

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

Wilshire – I just reintalled the current version. Additionally I switched all other rss-plugins off. But the error is persisent.

Last edited by The-Exit (2006-01-28 09:59:41)

Offline

Board footer

Powered by FluxBB