2012-12-29, 03:29 AM
My Temp myBB.com account got merged with my main myBB.com account (this one).
Yet on the Index Page, it shows imtiax_temp (the other acc)
![[Image: Dcc6+]](https://camo.mybb.com/bb4db13e507080b02e6303c52c154884b7317e3e/687474703a2f2f642e70722f692f446363362b)
![[Image: FOph+]](https://camo.mybb.com/caf9a1ce55b43c46e1c9b2983208e39883b91c36/687474703a2f2f642e70722f692f464f70682b)
But if you go to the thread, it shows imtiax http://community.mybb.com/thread-131738-...#pid954197
Small bug, Not really a big deal, but maybe make the Merge tool update the lastposter column in the mybb_threads table
mysql_query("UPDATE mybb_threads SET lastposter=$MergedIntoUserName WHERE lastposter=$OldUserName");
Wrong Syntax but you get the idea.
Yet on the Index Page, it shows imtiax_temp (the other acc)
But if you go to the thread, it shows imtiax http://community.mybb.com/thread-131738-...#pid954197
Small bug, Not really a big deal, but maybe make the Merge tool update the lastposter column in the mybb_threads table
mysql_query("UPDATE mybb_threads SET lastposter=$MergedIntoUserName WHERE lastposter=$OldUserName");
Wrong Syntax but you get the idea.