Expired articles visible

Discuss phpwcms here, please do not post support requests, bug reports, or feature requests! Non-phpwcms questions, discussion goes in General Chat!
Post Reply
ronnyn
Posts: 4
Joined: Fri 12. Aug 2005, 13:28

Expired articles visible

Post by ronnyn »

I have made a RT {XPIRED:integer:article id} ($sql .= "article_deleted=0 AND article_begin < NOW() AND article_end < NOW() ";) to list all expired article sorted by date. Is it possible to show an expired article, i.e. make a link to an expired article!
Are there any chance to use any of the 3 unused parameters in index.php?id=x,y,0,0,1,0?
Please help an old man from the era of Algol.
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post by Kosse »

Hi ronnyn,

The parameters are all in use, except the last one, look here: http://www.phpwcms.de/forum/viewtopic.php?t=8022

It's a nice way to automatically archive articles, what I do usually is cut/past them in an archive directory (less elegant but works) ;)

Cheers
Post Reply