Article valid time

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
andykromi
Posts: 32
Joined: Sun 6. Jun 2004, 10:53

Article valid time

Post 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
sp1r
Posts: 25
Joined: Thu 21. Sep 2006, 13:20

Post by sp1r »

Why dont you just don't use that function then?
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post 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";
User avatar
Oliver Georgi
Site Admin
Posts: 9917
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post 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
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
andykromi
Posts: 32
Joined: Sun 6. Jun 2004, 10:53

thanks

Post by andykromi »

Thanks for all posts,

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


Andy
User avatar
Oliver Georgi
Site Admin
Posts: 9917
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

yes you can.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Post Reply