I see that there was once a plugin that could do this, but no more. I attempted to create it myself, but lack the experience needed.

I'd be just as happy with a cron job entry that ran a mysql query to preform the action.

anyone?

How would I modify the class of TCR dependent on date of post? I'd assume the change would be near:

                                        </td>
                                        <td class="tc2"><?php echo ($cur_topic['moved_to'] == null) ? $cur_topic['num_replies'] : ' ' ?></td>
                                        <td class="tc3"><?php echo ($cur_topic['moved_to'] == null) ? $cur_topic['num_views'] : ' ' ?></td>
//change class here
                                        <td class="tcr"><?php echo $last_post ?></td>
                                </tr>

but can't come up with anything to compare it to, any calls for $date, $today, $yesterday return empty. I've tried copying the function inline, but that results in the same.
I'd like to color code the td via css as well as use the today/yesterday/etc.
Help?

Not quite, makes no database entries.

Thank you for moving.
That was quick smile

I have a forum and in order to intergrate it to my current site I'd like to create a field required at registration. IE : account ID. This filed should be viewable to admins/mods only. Kind of like a required "admin note" field at registration.
Please point me in the right direction.