Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#16 2008-09-05 16:42:28
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
Re: list problem
oke,
That solved a little bit of my problem.
I see now:
Category1
september 2008
Zwangerschap
September 2008.
Now there are two things which not work right. Category1 doesn’t belong to the menu and Zwangerschap supose to have februari and march and not september.
Roelof
Offline
#17 2008-09-05 17:23:27
- els
- Moderator

- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: list problem
We’re getting there. At least we’re making some progress… I now see what is happening: the month that is in the URLs in the menu is always today: 2008-09. I’ll have to think about why this is happening, the same code is adding the right months on my test site, so I don’t understand the difference. keep puzzling…
(I’m going to have some dinner first, but I’ll look at it afterwards.)
Offline
#18 2008-09-05 18:35:02
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
Re: list problem
take you time.
Roelof
Offline
#19 2008-09-05 21:12:39
- els
- Moderator

- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: list problem
Roelof, can you check your articles’ dates? I noticed that you are developing in a subdomain, maybe you copied over a couple of articles and forgot to adjust the posted date?
Offline
#20 2008-09-06 07:31:18
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
Re: list problem
Hello Els,
I have 4 articles.
Zwangerschap , posted date 5 febr. 2005, category zwangerschap, category1
echo ?, posted date 1 maart 2005, category zwangerschap, category1
gastenboek, posted date 2 sept. 2008, category zwangerschap, category1
menu, posted date 5 sept. 2008, category category1, category1
Roelof
Offline
#21 2008-09-06 11:44:55
- els
- Moderator

- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: list problem
roelof wrote:
- Zwangerschap , posted date 5 febr. 2005, category zwangerschap, category1
- echo ?, posted date 1 maart 2005, category zwangerschap, category1
- gastenboek, posted date 2 sept. 2008, category zwangerschap, category1
- menu, posted date 5 sept. 2008, category category1, category1
So if I’m right the menu should look like this:
- category1
- september 08 (1 article)
- zwangerschap
- february 05 (1 article)
- march 05 (1 article)
- september 08 (1 article)
and it looks like only #3 and #4 are being displayed (sep. 2008). So either it’s only displaying articles from the current month, or something is wrong with articles #1 and #2. Are they in the right section (article)? Are they live and not sticky?
Otherwise I have no idea (for now) why the code is working for me and not for you. Anyone else around who can shed some light on this?
Last edited by els (2008-09-06 11:46:31)
Offline
#22 2008-09-06 12:23:33
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
Re: list problem
Hello Els,
When i make the articles in the section article it’s going allright.
The menu must look like this :
- Zwangerschap
- febr. 2005
- march 2005
- Gastenboek
Roelof
Offline
#23 2008-09-06 15:38:38
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
Re: list problem
this topic can be closed because i think it’s a dead road.
Im now trying to understand the fastfind menu script which work together with jquery.
Roelof
Offline
#24 2008-09-06 18:27:11
- els
- Moderator

- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: list problem
If you need articles from other sections in the menu as well, just leave out the section="article" attribute in <txp:article_custom />.
Offline