Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#433 2006-02-13 01:30:20

Elenita
Member
From: Falls Church, VA
Registered: 2004-05-16
Posts: 407
Website

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

Ahhh, it just hit me: do your “inner” pages also use the default template?

Offline

#434 2006-02-13 10:34:24

roelof
Member
Registered: 2005-03-27
Posts: 647

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

yes,

All the pages uses the default pages.

Roelof

Offline

#435 2006-02-13 15:11:17

Elenita
Member
From: Falls Church, VA
Registered: 2004-05-16
Posts: 407
Website

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

I must admit, I am stumped. I think there’s something very obvious that I’m missing here.

Would you mind doing me a favor? In place of the plugin tag, would you please enter some random text (what it is really doesn’t matter) and then let me know if you can see it on all pages? That would at least help us see whether it’s a plugin or a template issue.

Offline

#436 2006-02-13 16:01:14

roelof
Member
Registered: 2005-03-27
Posts: 647

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

oke,

I tried a random text and it appears on the two pages i tried.

Roelof

Offline

#437 2006-02-13 17:01:28

Elenita
Member
From: Falls Church, VA
Registered: 2004-05-16
Posts: 407
Website

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

Huh. In that case:

<code><div id=“sidebar-1”>
<txp:rss_suparchive section=“article,zwangerschap,bevalling” dateformat=“F Y” showsubdate=“1” />
</div></code>

should work without a problem. I don’t get it.

(Sorry—I know this isn’t a particularly helpful post. I just can’t understand why it’s not working. Boo!)

Offline

#438 2006-02-15 10:26:54

roelof
Member
Registered: 2005-03-27
Posts: 647

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

oke,

it’s oke, thank you for trying.

Nobody else a idea.

Roelof

Offline

#439 2006-02-17 14:16:19

roelof
Member
Registered: 2005-03-27
Posts: 647

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

I found the problem.

I set my clean url’s to /title and everything worked

Roelof

Offline

#440 2006-02-17 18:29:15

bdhamilton
Member
From: South Bend, IN
Registered: 2006-02-15
Posts: 18
Website

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

Fantastic plugin, thanks.

I’m struggling to get it operating correctly on my site, though. At this point, I’m only using the #menu# plugin, but the date filtering isn’t working for me. The plugin accurately assesses how many posts I had in each month, but when I go to the section it simply displays all of my posts. Why would this happen? Have I messed something up in the default form?

You can see it in action of my archive page

Thanks for any help you can give me.

Offline

#441 2006-02-17 22:26:58

Elenita
Member
From: Falls Church, VA
Registered: 2004-05-16
Posts: 407
Website

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

Roelof, I don’t understand why that worked, but I’m glad you got it resolved anyhow.

bdhamilton, I’m not sure I understand your problem. In my browser, the page you linked to shows links to the available months and their post counts. Clicking on one leads to a linked list of available articles written during that month, and further clicking on one of those links leads to the article itself. Is that not what you wanted?

Offline

#442 2006-02-18 04:00:47

bdhamilton
Member
From: South Bend, IN
Registered: 2006-02-15
Posts: 18
Website

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

Elenita: Sorry, I forgot to change my post! I’ve since figured out my (rather dull) problem. I didn’t quite have a grasp on how the app was going to parse the date URLs, so I hadn’t included the rss_suparchive tag in the template.

Now I have a different sort of question, though. In the articles section, is there a way I can distinguish (on the template level) between the root articles page, for example? I would like to display an archive for only articles at /articles/ and display the posts with full excerpts once I’m in the date-filtered sections, like /articles/2005/.

Does that make sense? Is there a conditional tag I can use in the template that will distinguish between the two?

Offline

#443 2006-02-18 09:21:27

pieman
Member
From: Bristol, UK
Registered: 2005-09-22
Posts: 491
Website

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

I have the same problem as bdhamilton…
to use his example, as both the articles/ and the articles/2005/ pages are article_lists, they use the same code in the page template
is there another way to set a different content template for each scenario?

Offline

#444 2006-02-20 14:52:22

pieman
Member
From: Bristol, UK
Registered: 2005-09-22
Posts: 491
Website

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

doh… I have separate problem:

my navigation is made up of two calls:
  • the first one calls future articles using rss_suparchive
  • the second one uses rss_suparchive_menu to list links to yearly archive pages: events/2005, events/2004 etc

It works fine in the /events list page at the URL above, but if you click through to one of the archive pages the first part of the navigation (Upcoming Events) no longer displays future events – it only reads articles from the archive year in question.

Is there a way to make it display only future events regardless of the URL?

here’s my code: <code> <ul class=“eventList”> <txp:rss_suparchive form=“rss_suparchive_countdown” section=“events” category=“BMF-event,SWS” showcats=“1” dateformat=“Y” showsubdate=“1” subdateformat=“F” timeframe=“FUTURE” /> </ul>

<h4>Past <txp:section /></h4> <txp:rss_suparchive_menu section=“events” mode=“YEAR” /></code>

Offline

Board footer

Powered by FluxBB