Not really a mod - more a database change, but one that several users may wish to make.
Before making any changes to your database, I would suggest backing it up.
UPDATE ubbt_USER_PROFILE SET USER_SHOW_LEFT_MYSTUFF = '1' WHERE USER_SHOW_LEFT_MYSTUFF = '0'
To make new members also have the 'My Stuff' as a left menu option run
alter table ubbt_USER_PROFILE change USER_SHOW_LEFT_MYSTUFF USER_SHOW_LEFT_MYSTUFF tinyint(1) not null default '1'
Use at your own risk, but you should be fine
