Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#385 2006-01-11 04:02:55

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

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

Is there a reason you’re not using the latest version?

Offline

#386 2006-01-11 16:29:57

photonomad
Member
Registered: 2005-09-10
Posts: 290
Website

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

Two Questions:

1) quick and simple (I hope):

I’m using Txp 4.0.3 with rss_suparchive 0.16.1, with the following tag:
<code><txp:rss_suparchive_bycat section=“lyrics” showcatcount=“0” /></code>

Seems to work fine — but my category names display (with hypens, etc), rather than the category titles. On WilshireOne.com — the examples show categories with spaces between words (as though it is the category title — rather than name).

What do I do to remove the hyphens?

2) Is there a way to “turn off” the category link? I have showcats set to the default “1” because I want the lists of articles to be separated by category. The problem is that, on this particular page, I do not want the category to be a link. linktosection is set to default “” — but it is still a link that sends you to the default page.

Last edited by photonomad (2006-01-11 16:40:52)

Offline

#387 2006-01-12 01:29:56

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

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

RenJonsin – can you post a link to the page thats not working correctly?

photonomad – (1) The category names do show and that what shown on my site. I have a space in my category name. The plugin should probably be updated to show the category title though. (2) There’s no way to turn off the category link right now. It always appears at the moment.

Offline

#388 2006-01-12 04:27:09

RenJonsin
Member
From: Tarpon Springs, FL USA
Registered: 2005-02-06
Posts: 103
Website

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

If I reinstall and activate the 16.1 version it will break my site so I can only leave it up through the night. http://www.frontstretch.com/staffinfo/1744 is one example. With the plugin activated you won’t be able to see the page though.

If you want to get in the admin area so that you can turn it on and off, let me know and I’ll setup a user account for you.

Thanks!
Ren

Edit: I’ve switched everything back to the version .08 now so you won’t be able to see the problem.

Last edited by RenJonsin (2006-01-12 09:59:44)

Offline

#389 2006-01-12 16:55:17

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

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

If you don’t mind giving me an account that would help.

Offline

#390 2006-01-13 00:42:11

RenJonsin
Member
From: Tarpon Springs, FL USA
Registered: 2005-02-06
Posts: 103
Website

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

Thanks! I sent the info through your contact page.

Ren

Offline

#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

Board footer

Powered by FluxBB