News hack: set expiry date
Category : Hacks
Published by Herko on 16-Aug-2002 22:26
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