Page 1 of 1

Article valid time

Posted: Sun 8. Oct 2006, 22:01
by andykromi
Hello can anyone tell me where I have to change the standard article valid date vom 2010-12-31 23:59:59 to anything later.

I have build some web site with phpwcms and all article stop validity on this time.

I think others also need this solution otherwise I have to leave germany on happy new year 2011 :shock: :?:



Thanks Andy

Posted: Sun 8. Oct 2006, 22:15
by sp1r
Why dont you just don't use that function then?

Posted: Mon 9. Oct 2006, 19:58
by DeXXus
"/phpwcms/20060817_phpwcms_1.2.8/include/inc_lib/article.editcontent.inc.php":

Code: Select all

$article["article_end"] = "2010-12-31 23:59:59";

Posted: Tue 10. Oct 2006, 06:30
by Oliver Georgi
do a simple db query setting end date to the preferred somewhere in the future. But yes - good idea to implement a new setting for the kill date.

Oliver

thanks

Posted: Tue 10. Oct 2006, 20:37
by andykromi
Thanks for all posts,

so I can set the validity date 50 years later :lol:


Andy

Posted: Tue 10. Oct 2006, 22:53
by Oliver Georgi
yes you can.

Oliver