Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2005-10-27 16:01:41
- valmeria
- Member
- From: France
- Registered: 2005-10-22
- Posts: 46
manage categories navigation ?
Hi all, I tried to find the answer on the forum, I saw many threads about that point but did’nt got the point …
My TP future website is here
What I want is to get an category article list when using navigation cat pop on top of page. Code of pop is the standard one of TP <txp:popup type="c" label="Naviguer" wraptag="p" />
.
What I have when I choose a cat by this way (example is http://www.e-soc.org/online/?c=Societe
) is a full list of last 10 articles … which is not really what I want ! I want only the articles tagged with the selected cat, getting the full article text on clic on his title.
I understood that cat navigation pop is using the default template, and maybe here is the error, but I tried without succes various possibilities (and plugins).
Concerned code of default template is :
<code>
<div id=“corpstexte”>
<txp:breadcrumb wraptag=“p” label=“Arborescence” sep=” :: “ link=“y” />
<txp:if_individual_article>
<txp:article />
</txp:if_individual_article>
<txp:if_article_list>
<txp:article_custom form=“news” />
</txp:if_article_list>
</div>
</code>
If anybody can help please ! I’m fully losted with that.
Second cuestion seems to be the same : on making a clic on author name of an article, I was waiting for a article list published by this author, but I have the same full list than with cat navigation. (Example is here : http://www.e-soc.org/online/auteur/Eric+Walter/
It seems to me that solution to first one will be also solution to second one, but maybe I’m wrong.
Anyway, thanks for helpfull information …
Offline
#2 2005-10-27 22:36:53
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: manage categories navigation ?
<txp:article_custom form="news" />
FAQ: Why aren’t the right articles showing up on my page?.
You could simplify your template to:
<div id="corpstexte">
<txp:breadcrumb wraptag="p" label="Arborescence" sep=" :: " link="y" />
<txp:article listform="news" />
</div>
Alex
Offline
#3 2005-11-02 12:36:08
- valmeria
- Member
- From: France
- Registered: 2005-10-22
- Posts: 46
Re: manage categories navigation ?
Hi, thanks for answer, I’ll check as soon as I’ll have again my internet connexion which is down on these days.
Offline
#4 2005-12-13 15:24:40
- valmeria
- Member
- From: France
- Registered: 2005-10-22
- Posts: 46
Re: manage categories navigation ?
Hi ! Back with an internet connexion … I tried your suggestion of modification and it’s better. Anyway, I have still some problems :
1- OK I have my catlists corrects, but I’m still without any information when I look for an author list, clicking on author name. Example :
- Catlist societe Correct answer
- Author list eric walter Wrong answer
2- I read the “howto manage static pages” FAQ, but I did’nt find the correct answer to howto manage static page on homepage (which needs to use the default template especially for rendering right results to cat search …). would appreciate help.
Thanks by advance.
Offline
Pages: 1