LampCMS development and php tips

Announcements and articles about this site development and stuff like that

Todo userdata for mailing list and usenet users
Sat Dec 5 2009
Show some basic email list user data to all
and detailed data to logged in users:

GeoData of recent 'n' posts,

recent 'n' posts,

useragent data (if available)

Email lists in which user posts.

We can also keep track on various person names user may have used in the past that are associated with the same email address. For this we need to store them in separate table email2person

and create a new row every time we detect a new 'person' name for the same email address.

In the future we can also store gravatars in table and record all gravatars user may have used at any time, so if gravatar changes, we can still have a list of all images ever used.

Also we should have an option to rate a user!

For this to work, we should probably have a RESOURCE record for every email user. This way we can use the same 'rate/comment' or resource to enable to rate/comment of a user?

Maybe we can have a separate rate/comment of user class and it will be available to registered users as well as to email users!