Hacks: News hack: set expiry date

Posted by: HerkoOn 2002/8/17 0:49:53 5568 reads
My first xoops module hack: added the option to set an expiry date to news posts to the Xoops news module.
There are still some small bugs (this IS my first hack, after all ), but you can test it here (use the news admin). You can find the modified news module here, but you need to manually add a db field in your prefix_stories table (int(10),NOT NULL, default value 0) for it to work properly.

Herko