Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#181 2012-11-25 03:21:24
- sunmaker
- Member
- From: Washington DC
- Registered: 2005-01-04
- Posts: 40
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
We have a TXP 4.2.0 site that needs to upgrade. Does upm_date_archive work with 4.5.2?
All boundaries are for practical purposes only.
Offline
#182 2012-11-25 06:15:05
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
Hi:)
you can now achieve this with native tags
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#183 2012-12-24 02:23:27
- mrbogle
- New Member
- Registered: 2009-03-13
- Posts: 4
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
I have a site on an older version of textpattern (4.0.8) with this plugin (v0.2.5). I’m having trouble with it actually rendering the archives when the link from txp:upm_date_menu is clicked.
There is a ‘blog’ section. It is enabled in the plugin. txp:upm_date_menu usage looks like this:
<txp:upm_date_menu section="blog" show_article_count="yes" insert_empty_months="no" month_format="%B %Y" class="archive-list"/>
Links go to
/blog/2011-08
But the page always lists the entire blog section — no filtering by the date. It seems to hit the `<txp:article limit=“5”/>` tag in the template.
- Should I be using another tag?
- What does the article choosing tag soup supposed to look like? Mine:
<txp:if_category>
<txp:category title="1" />
<txp:article form="article_listing" limit="5" />
<txp:else />
<txp:if_search>
<txp:text item="search_results" />: <txp:page_url type="q" />
</txp:if_search>
<txp:article limit="5"/>
</txp:if_category>
Maybe I need to do some url rewriting somewhere?
Are there any docs for this plugin? An entire example of how the templates should look?
I will upgrade textpattern at some point, but would like to understand what is happening and fix it.
Offline
#184 2013-10-14 13:56:50
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
Can the plugin be used with txp 4.5.5?
Offline