What kind of message would you like, a PM message? It sounds similar to when someone registers and logs in for the first time, maybe there is already something in the code for that.
So you could do:
/*Start ASP C# code*/ if 'Trigger in ASP' == True {
Insert PM message into the MySQL database
} /*End ASP C# code*/
You have to explain why you would want the 'contributors' column, what would you like to achieve with that?
Ok, lots of solutions ready to try next. This is the first try:
class.upload.php
Patch: (around) Line 211 - 216: $Target = PATH_LOCAL_UPLOADS.'/'.$Parsed['Name']; Modified: $Target = $Parsed['Name'];
We only have a few tagging plugins. The native one, delivered with the core. The Tagging enhanced one and lastly kdiscussiontags but I think that one only places tags in a different place.
Don't think anyone is working solely on the Tagging of Vanilla. Core team maintains tagging plugin.
My Suggestion would be to look at how to make a plugin and edit the Tagging Enhanced plugin.
You're a developer now, so you can post in the developer category if you have any development questions.
1) I wish we could base some of the themes on this one, especially the old themes.
2) I wish we could have this annotated CSS in the Bootstrap theme (or upcoming themes in boostrap fashion)
Solution should be an SQL statement. Mark 1 as read and check your 'conversations' table what changed. Based on that you can make an update statement for all those other messages.