Logician:
thanx for the advice.
Someone else on another forum suggested this might work for the date thing.
-------------------------------------------------
Not entirley sure, but a brief look suggests that doing something like:
if ($forumid == 4) {
$sortfield = "sql_field_name_for_date";
}
and that should actually do it if you put that at the top of forumdisplay.php
-------------------------------------------------
What's your take on that?
thanx, DPerley
|