posted 19 years ago
OK, I finished it now.
The step needed is as follows:
1. add a new method isOnline() to net/jforum/entities/User.java
2. modify post_show.htm
add this
below
BTW, we can add user's registrationDate also, modify the following
to
The following key needed to be added for I18n
PostShow.userRegistrationDate = Joined
PostShow.userOnline = Online
PostShow.userOffline = Offline
If possible, please add them to CVS.
[originally posted on jforum.net by andowson]