phpWCMS questions

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Statocast3r
Posts: 31
Joined: Sun 27. Feb 2005, 10:50

phpWCMS questions

Post 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.
Visit my handheld gaming site on http://www.handheld-gamers.com/
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post 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
liro
Posts: 41
Joined: Thu 16. Jun 2005, 08:29
Location: Netherlands
Contact:

Post by liro »

Hi,

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

Liro
trip
Posts: 657
Joined: Tue 17. Feb 2004, 09:56
Location: Cape Town, South Africa
Contact:

Post 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
Statocast3r
Posts: 31
Joined: Sun 27. Feb 2005, 10:50

Post 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.
Visit my handheld gaming site on http://www.handheld-gamers.com/
Post Reply