article list in many pages

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Athas
Posts: 18
Joined: Mon 4. Jul 2005, 23:12

article list in many pages

Post 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
tinoo
Posts: 311
Joined: Thu 16. Jun 2005, 11:16
Location: Zürich, Switzerland
Contact:

Post 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...
Greetz, tinoo
Athas
Posts: 18
Joined: Mon 4. Jul 2005, 23:12

Post 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
tinoo
Posts: 311
Joined: Thu 16. Jun 2005, 11:16
Location: Zürich, Switzerland
Contact:

Post 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?
Greetz, tinoo
Athas
Posts: 18
Joined: Mon 4. Jul 2005, 23:12

Post 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
erich_k4
Posts: 160
Joined: Thu 31. Mar 2005, 10:29
Location: Austria

Post 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
Athas
Posts: 18
Joined: Mon 4. Jul 2005, 23:12

Post 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
Post Reply