Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#391 2006-01-13 20:02:59

cap_nemo
Member
Registered: 2005-04-20
Posts: 33
Website

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

Sorry to jump in the conversations here but i was just wondering if anyone has had issues with using the offset attribute in this plugin. It works fine and then when i add that, it displays nothing. Any suggestions?

Offline

#392 2006-01-14 18:38:34

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

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

> wilshire wrote:

> shadowlost – Its very easy to install. Just create a page called archive to go with your archive section. Then add a call to <code><txp:rss_suparchive /></code> to the page. Thats it. Make sure you set the proper section or categories along with any of the other optional parameters you want.

>mttw – I don’t believe the current output uses the new strftime() formatting that allows for internationalization. You could do it however by creating your own article form to display your results with.

I’m struggling with the same problem (I intend to use it for an upcoming events list) and can’t get it to work. Can you please give me an example of what should be in the article form to translate the months?

Last edited by maarten (2006-01-14 18:38:49)

Offline

#393 2006-01-14 22:17:40

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

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

The problem that RenJonsin was having is fixed now in 0.16.1 although you would have only been affected if you turned off the preference that attaches article titles to permalinks.

cap_nemo – I’m not aware of any problems with the offset. Can you post an example of how you’re calling the plugin?

maarten – You should just need to use the txp:posted tag to display the dates however you need to in your article form.

Offline

#394 2006-01-15 20:39:18

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

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

Thanks Wilshire / Rob

It works for me! For users who want to do the same but don’t know how:

In my page I add:
<code>
<txp:rss_suparchive category=“agenda” timeframe=“FUTURE” limit=“8” form=“lofi” />
</code>

And in the form:
<code>
<div class=“rssSubdate”><txp:posted format=”%d %B” />
<li class=“rssArticle”><txp:permlink><txp:title /></txp:permlink></li></div>
</code>

The localisation is of course done under the admin tab.

EDIT: thought it worked fine but after clicking on a future article link it shows the article all right but the future article list is gone. Is this related to the plugin or just an error in my page? I call the plugin from my default page in my sidebar area.

Last edited by maarten (2006-01-18 13:56:03)

Offline

#395 2006-01-16 01:40:30

cap_nemo
Member
Registered: 2005-04-20
Posts: 33
Website

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

Wilshire,

Thanks for your response. It’s very odd, i add offset and nothing appears. Here is how i’m calling it.

< txp:rss_suparchive section=“comment” limit=“10” category=“homerants” offset=“8” / >

Thanks!

Last edited by cap_nemo (2006-01-16 01:40:58)

Offline

#396 2006-01-22 22:13:11

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

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

Can I change the date label (ex: January) to my language, brazilian portuguese?

Offline

#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

Board footer

Powered by FluxBB