I'm trying to set up user specific dashboards for each user on my site. The content on each dashboard will be specific to the user (ex. a list of videos that they uploaded). I've installed Homebox (which I believe is what Drupal.org uses, but I don't seem to be able to verify that). I can create homebox dashboards, no problem. As many as I'd like! :) But, of course, I don't want to be manually creating them. I'd like to:
- a) have a dashboard created when a user account is created
- b) have some kind of template so that I can quickly create new dashboards for existing users
I also only want these dashboards to be visible to one user (not one role). Ex. I should only see my dashboard, I should not see the dashboards of the other users on the site. The homebox that I've added is visible to all users or, I can limit it by role only. I also don't understand how to automatically create views that display user specific content on the different tabs of the dashboard.
Pretty much, I would like to configure something (exactly) like what you experience when you login to drupal.org: your dashboard, a view of your posts, issues, etc. I mean, on Drupal, you create an account, you login, and bam! Dashboard. That's what I'd like.