27
Hi Catzwolf,
I'm a big fan of WFSections and glad to hear that progress is being made on the latest greatest version.
This may be the wrong place to post this, but I don't have time to root around at the moment so I shall proceed nonetheless. One bit of code I have to tweak on all versions of WFSections I run is the default
order by articleid ASC to
articleid DESC in this chunk
if (isset($HTTP_GET_VARS['orderby'])) {
$orderby = convertorderbyin($HTTP_GET_VARS['orderby']);
} else {
$orderby = "articleid DESC";
}
of allarticles.php, as I have lots and lots of articles and most often need to review and correct the most recently posted rather than the old ones gathering dust at the top of the screen. Have you, by any chance, changed that in the new version? If not, couldja please? Or perhaps add a default option to the configuration settings?
Looking forward with bated breath to the release.
All the best,
Bela