Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2008-01-13 19:04:56

thebombsite
Archived Plugin Author
From: Exmouth, England
Registered: 2004-08-24
Posts: 3,251
Website

Re: Archive: Which plugin should I use?

You need to grab the articles via the posted date first then reduce them down to a single instance using the “if_different” tag.

Have a look at these two articles.


Stuart

In a Time of Universal Deceit
Telling the Truth is Revolutionary.

Offline

#14 2008-01-13 19:17:21

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: Archive: Which plugin should I use?

Are you sure about those quotes?

<li><a href=”<txp:siteurl />archives/<txp:posted format=”#a%m%y” />”><txp:posted format=”%B %Y” /></a></li>

It should be:

<txp:if_different><li><a href="<txp:siteurl />archives/#<txp:posted format="a%m%y" />"><txp:posted format="%B %Y" /></a></li></txp:if_different>

Just a thought… as some of your codes include right quotes and some don’t. And it isn’t Textile as the quotes are diffrent from Textile ones, so forum haven’t done them (not the current version).

Cheers!

Last edited by Gocom (2008-01-13 19:19:30)

Offline

#15 2008-01-14 02:44:06

jodeci
Member
From: Taipei
Registered: 2008-01-13
Posts: 38
Website

Re: Archive: Which plugin should I use?

Thanks for the kind replies. I went through the articles (still a little confused, bookmarked for further reading), started over, mixed this with that and somehow got it to work this time. One last question for now;

<txp:permlink><txp:title /></txp:permlink><br />

Is it possible to use an unordered list in this case? I love wraptag+break but it’s not allowed here :(

Offline

#16 2008-01-14 02:50:34

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: Archive: Which plugin should I use?

Wrap the <txp:article />-tag with ul, in example:

<ul><txp:article_custom /></ul>

And in your article form that you use:

<li><txp:permlink><txp:title /></txp:permlink></li>

Cheers!

Offline

Board footer

Powered by FluxBB