Page 1 of 1
article list in many pages
Posted: Wed 20. Jul 2005, 23:53
by Athas
I'm creating my album reviews website. I have over 300 reviews already done (in the older version of the website) and I'm inserting them in the new version through phpwcms WYSIWYG editor.
When listing the articles, is it possible to divide them into many pages? Maybe 50 articles for each pages?
Riccardo
Posted: Thu 21. Jul 2005, 00:09
by tinoo
Use this Replacement-Tag:
http://www.phpwcms.de/forum/viewtopic.p ... highlight=
It's easy to install, easy to use and gives you what you want with only one piece of code...
Posted: Thu 21. Jul 2005, 16:44
by Athas
thanks,
but I have another question about Teaser_ex RT.
On the template what should I enter in order to visualize the list of the articles when I click on the category name and the article when I click no the article's link?
Would it be the content part liek this one:
{TEASER_EX with correct value}
{CONTENT}
or just need to enter TEASER_EX?
thanks in advance
Riccardo
Posted: Thu 21. Jul 2005, 17:56
by tinoo
Athas wrote:
{TEASER_EX with correct value}
{CONTENT}
nonono.... You have placed the {CONTENT} in the page template.
All you have to do now is to create an article in whatever category you
want, and add a plain text contentpart containig the {TEASER_EX} tag...
That's it. PHPWCMS wil then show the result of the {TEASER_EX} at the
place where you defined the {Content}...
Got it?
Posted: Thu 21. Jul 2005, 20:59
by Athas
've tried it but it doesn't work. that's what I did
I created an article with a plain text content part where I only insert that text:
{TEASER_EX:recensioni|-1:10:default:0:indice:0}
the problem is that if I load that article it shows me that text I've written
Sorry for my ignorance.
Riccardo
Posted: Fri 22. Jul 2005, 09:56
by erich_k4
Hello Riccardo!
If you are using the latest version of TEASER_EX (v 1.04) then the last parameter (exclude_articles) in your RT is missing:
Should be
{TEASER_EX:recensioni|-1:10:default:0:indice:1:}
ERICH
Posted: Fri 22. Jul 2005, 21:44
by Athas
thanks, but it seems not to work, I've inserted
{TEASER_EX:recensioni|-1:10:default:0:indice:1:}
but now I can only see a blank page.
Help me please, I need that tag.
Riccardo