Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#13 2005-11-29 02:30:15
- rsilletti
- Moderator
- From: Spokane WA
- Registered: 2004-04-28
- Posts: 707
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
Just the built in section “Default”, not one that I have created otherwise.
Offline
#14 2005-11-29 05:58:32
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
Well, there’s one problem then. Fixed and help doc updated.
I still can’t seem to replicate your problem. What does “duplicating dates” mean? I looked at the pic you posted and I don’t get what you’re talking about.
Offline
#15 2005-11-29 07:23:56
- rsilletti
- Moderator
- From: Spokane WA
- Registered: 2004-04-28
- Posts: 707
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
These two URLS were logged a matter of seconds apart, so I am assuming that they were selected from the same archive menu. Different sections? maybe nothing.
/default/2005-08
/article/2005-08
theantic.com is the only site where I am seeing this ? I’m using the 4.0.2 stable download from the download page. When time permits I’ll reload it and see if that helps.
Offline
#16 2005-11-29 17:54:32
- aesop1
- Archived Plugin Author
- Registered: 2004-09-19
- Posts: 142
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
Somehow I missed this announcement the first time around! Date-based archives—Yay! Thanks, Mary.
Offline
#17 2005-12-02 17:27:14
- aesop1
- Archived Plugin Author
- Registered: 2004-09-19
- Posts: 142
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
Mary,
How do I eliminate the month date that appears before the articles? <code><txp:upm_date_archive section=“newsletter” include_date=“no” form=“feature-excerpt” /></code>
I want to get rid of the “December 2005” on top since it is being used in a newsletter with a common header. Basically, I want a date-format=“none” or equivalent. I guess I’m trying to use this as a date-aware article_custom, which may not be doable.
Matt
Last edited by aesop1 (2005-12-02 17:27:51)
Offline
#18 2005-12-02 17:47:24
- aesop1
- Archived Plugin Author
- Registered: 2004-09-19
- Posts: 142
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
Update: Nevermind, heading_format=”“ seems to do the trick.
Offline
#19 2005-12-02 18:28:47
- rsilletti
- Moderator
- From: Spokane WA
- Registered: 2004-04-28
- Posts: 707
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
You might look at this idea:
http://textcastle.com/article/39/interesting-variations
I’ve gotten good feedback on it so far, and it sounds like it might help.
Offline
#20 2005-12-02 18:39:10
- aesop1
- Archived Plugin Author
- Registered: 2004-09-19
- Posts: 142
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
Wow. That’s great, rsilletti. I can see some definite applications for your plugin. In this case, however, I need a date-based index for a quarterly newsletter — with the ability to pull up old newsletters by date. I think Mary’s plugin will suit for this.
I’ll revisit your plugin to make sure I’m not missing anything, however.
Offline
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
Mary, this looks great. Can’t wait to use it. But I must be doing something wrong:
I’ve uploaded the plugin and made it active.
I’ve clicked the section boxes on the extensions tab for the plugin. I’m using /section/id/title for urls.
I’ve put the code <code><txp:upm_date_menu category=“Music” month_format=”%m”/> <txp:upm_date_archive /></code> into my page.
I’m running 4.0.2.
But I get nothing on the page. Where did I go wrong?
Last edited by mistersugar (2005-12-02 18:47:37)
Offline
#22 2005-12-02 18:53:26
- aesop1
- Archived Plugin Author
- Registered: 2004-09-19
- Posts: 142
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
Ok, another one: can I turn off list formatting for upm_date_archive? Make it not show: <code><ul><dd>, etc.</code>
Offline
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
> mistersugar wrote:
> Mary, this looks great. Can’t wait to use it. But I must be doing something wrong:
> I’ve uploaded the plugin and made it active.
> I’ve clicked the section boxes on the extensions tab for the plugin. I’m using /section/id/title for urls.
> I’ve put the code <code><txp:upm_date_menu category=“Music” month_format=”%m”/> <txp:upm_date_archive /></code> into my page.
> I’m running 4.0.2.
> But I get nothing on the page. Where did I go wrong?
I’m having the same problem, I posted the code on my page but nothing happened. What syntax do I use, bare bones, to get the plugin to output on the page?
Last edited by The Human Museum (2005-12-02 19:13:20)
“I was born to hustle roses down the avenues of the dead.” – Charles Bukowski
The Human Museum
Offline
#24 2005-12-03 19:08:28
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
v.0.1.3 (doesn’t completely fix it, but I think it’s getting there)
What syntax do I use, bare bones, to get the plugin to output on the page?
<txp:upm_date_menu />
<txp:upm_date_archive />
If you’re getting no display for upm_date_menu, then something has gone wrong. I’m still trying to get the insert_empty_months to work correctly.
Offline