Page 1 of 1

phpWCMS questions

Posted: Mon 14. Nov 2005, 14:09
by Statocast3r
Hello. I have a few questions about phpWCMS.

Is there some kind of replacement tag to show the latest article titles from one category? I know the {RELATED:5:category} tag but it seems to show the 5 articles from that category that were last updated. Is there some tag that shows the 5 last added ones?

I'd like to have all the latest news on my site (from other categories than home) to show up on the frontpage. Is there a script that automatically shows the latest news titles, their summaries and their summary images?

I have a phpBB forum. Is there some tag or script that would show the latest messages wrote on my phpBB board?

Thank you.

Posted: Mon 14. Nov 2005, 15:19
by Kosse
Hi stratocast3r

try {New} RT, does exactly what you're asking.
http://www.phpwcms-docu.de/index.php?link_tags

Docu site:

{NEW:Number_of_Links:ID}
Verwendung: Create an List with the last new / edited articles of one structure, by editing the number you can choose how many entries the list should have.


{NEW:5}
Use: Create an List with the last new / edited articles of all structures, by editing the number you can choose how many entries the list should have.
I have a phpBB forum. Is there some tag or script that would show the latest messages wrote on my phpBB board
You'd have to look into phpbb forum... dunno, but would be nice to know it ;)

Cheers

Posted: Mon 14. Nov 2005, 19:34
by liro
Hi,

Would it also be possible by show the summary of those articles instead of only the title and date?

Liro

Posted: Tue 15. Nov 2005, 07:34
by trip
liro wrote:Hi,
Would it also be possible by show the summary of those articles instead of only the title and date?
Liro
use this
http://www.phpwcms.de/forum/viewtopic.php?t=7503

Posted: Tue 15. Nov 2005, 14:56
by Statocast3r
Kosse wrote:Hi stratocast3r

try {New} RT, does exactly what you're asking.
http://www.phpwcms-docu.de/index.php?link_tags

Docu site:

{NEW:Number_of_Links:ID}
Verwendung: Create an List with the last new / edited articles of one structure, by editing the number you can choose how many entries the list should have.


{NEW:5}
Use: Create an List with the last new / edited articles of all structures, by editing the number you can choose how many entries the list should have.
Sorry, I didn't mean to say latest articles from one category. I'd like it to show the latest articles with a specific keyword like "review". But I don't want it to list them by the date they were edited last time. I want them to be listed by the date they were posted.