: danistell | 2005/07/08 |
|
"Php vers. 4.1.1. problems" ...(sorry for my english I am from italy)... My php version is 4.1.1 and this module appears to be not compatible with this version. I reported two errors: a) on 'admin/function.php' file (fatal error: call to undefined function 'array_fill()'; b) on 'class/class.newstory.php' file (fatal error: call to undefined function 'floatval()'. I fixed this problems: a) modify all 'array_fill()' in 'admin/function.php' with 'array()'; b) modify all 'floatval()' in 'class/class.newstory.php' with 'int_val()'. I do not know if this was the correct form to fix these problems, but now the module appears to be working good... |
: birdseed | 2005/07/15 |
|
"not enough for me" Hi I work on a site with 1 million page impressions per month on a amd athlon 2400+ server. no money for a better server. Performance IS an issue. So wenn all the textsanitizers, regular expressions, smilie replacers etc. make their job, our server is at the end of his capabilites. we need a "precompiled" version of the article stored on the server in a file structure. news as a core of our xoops1 site doesn´t provide that. and news 1.3 doesn´t either. so i have to look on. and what i also miss is an image per article, not only a topic image. images can be anywhere with the image uploader. but there is no defined article image like we have on many news sites. finally i miss a separated definition of allowed format tags. We want to say: in articles, we only allow [h1] [h2] [b] or whatever. For small sites, news 1.3 might be the optimal choice. But for big sites, it is not enough. My opinion. Anyway, WHAT it does, it does very nice. THIS IS ONLY A PERSONAL REVIEW !! |