Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2006-02-20 16:32:19

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

list future articles from specified multiple categories

apart from rss_suparchive, can anyone suggest a plugin that allows you to list future articles from specified multiple categories?

Offline

#2 2006-02-20 18:29:58

Pat64
Plugin Author
From: France
Registered: 2005-12-12
Posts: 1,643
GitHub Twitter

Re: list future articles from specified multiple categories

Perhaps cbs_category_list : it can display a list of categories with/or without “parents”, future articles, count articles in each category and much more.


Patrick.

Github | CodePen | Codier | Simplr theme | Wait Me: a maintenance theme | [\a mi.ni.ma]: a “Low Tech” simple Blog theme.

Offline

#3 2006-02-20 19:47:24

Joey
Member
From: Netherlands
Registered: 2005-01-19
Posts: 257

Re: list future articles from specified multiple categories

I think its not really clear what you want. If you want a list of articles within a specific category, I think you can use <txp:article_custom form="yourform" category="your_cat_name" />. You can use stw_category_tree, if you are meaning a category list.


Regards,

Joey

Offline

#4 2006-02-20 20:31:20

alesh
Member
From: Miami, FL
Registered: 2005-04-13
Posts: 228
Website

Re: list future articles from specified multiple categories

<txp:article_custom time="future" category="cat1, cat2, etc" />

or does article custom not support multiple categories??


Yes, I have tried turning it off and on.

Offline

#5 2006-02-20 20:34:56

Joey
Member
From: Netherlands
Registered: 2005-01-19
Posts: 257

Re: list future articles from specified multiple categories

I think it does, but you have to try it out.


Regards,

Joey

Offline

#6 2006-02-20 22:22:12

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

Re: list future articles from specified multiple categories

Thanks for the suggestions everyone, <code><txp:article_custom time=“future” category=“cat1, cat2, etc” /></code> would indeed be the ideal solution, but as far as I can tell, txp:article_custom only supports single categories.

@ Pat64: It’s not a list of categories I want to show, but a list of articles that belong to two particular catgories.

Any more ideas?

Offline

#7 2006-03-03 14:24:40

jakob
Admin
From: Germany
Registered: 2005-01-20
Posts: 4,771
Website

Re: list future articles from specified multiple categories

@piemann chh_article_custom will do what you want. It will also filter according to certain combinations of two categories, e.g. category=“bird,ecuador” will list all birds from anywhere and all animals (for arguments sake) from ecuador whilst category=“bird&ecuador” will lost only birds from ecuador.

What I’ve not (yet) been able to achieve is category=“bird&south-america” where south-america is a parent category to ecuador.


TXP Builders – finely-crafted code, design and txp

Online

#8 2006-03-05 11:27:27

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

Re: list future articles from specified multiple categories

cool
thanks Jakob

Offline

Board footer

Powered by FluxBB