Gossamer Forum
Quote Reply
w3tnews.pl
Would like to use a module like w3tnews.pl from wwwthreads,
which shows the last X records which are added to the database.

Is something like that available?

Michael

Quote Reply
Re: w3tnews.pl In reply to
I'd make it for you if I didnt keep getting this GTTempfile error when trying to create the plugin.

Once that is fixed I'll make it if you want.

Paul Wilson.
Installations:
http://www.wiredon.net/gt/
Quote Reply
Re: w3tnews.pl In reply to
Hi Paul,

Near line 72 of TempFile.pm, Change:

if ($filename !~ m#^([a-zA-Z0-9_ '":/\\\.]+)$#) { die "$class: Invalid filename: $filename"; }

TO:

if ($filename !~ m#^([-a-zA-Z0-9_ '":/\\\.]+)$#) { die "$class: Invalid filename: $filename"; }



Robert Blackstone
Webmaster of Scato Search
http://www.scato.com
Quote Reply
Re: w3tnews.pl In reply to
Hi, thanks but I beat you to it.......Smile

Paul Wilson.
Installations:
http://www.wiredon.net/gt/
Quote Reply
Re: w3tnews.pl In reply to
I guess you did... Smile

Robert Blackstone
Webmaster of Scato Search
http://www.scato.com