I've created a UMG instance for my main gallery on an accounts tab with "personal gallery" setup
I've basically created an account tab that houses other modules for updating (still working on it), such as......
- Direct interface to UMG to allow for photo editing, adding, removing, etc. I make a call to this module in the journaltools.ascx that only works on file upload and loads that module control only inside a dnnModal. From the journal, if any other options are selected in the dnnModal, then the user is directed straight to the module on the account tab. Not ideal but it works without any issues or error (right now).
- I plan to also add Article/Blog management to the accounts tab, and hook in a control in the journaltools.ascx that loads on the dnnModal to do the same thing.
- I also have group management, friend management all on the account tab.
- I also want to make the account tab a location that users can view all their own PA listings and also post to my PA instances from their account rather than having to go to the PA tab itself.
Whenever PA integrates into the AS journal, I hope to also add controls to journaltools for that as well. All my journaltools integration isn't really controls, it's all basically done through url manipulation and the use of what DNN6 already has available.
This has been quite a bit of a learning curve and customization with a lot of damned roadblocks to overcome also. But I want make UI/UX as friendly as possible in the journal instead of my users having to jump all over the place to get something done. I also want to train them in knowing they can go to their account tab to get things done.
- Journal: Basic activity tools
- Account: Power tools
- Profile: Display User activity
I did an awful lot of UMG / UVG integration testing but could never get it all pulled together.
Right now I have an issue on postback for the paging controls in UMG whenever it's placed in one of the AS tabs. I've scoured the AM forums and have been doing a lot of testing to get this to work, but I keep getting an error whenever I try to use paging in an AS tab.
However, I am still in a little bit of a holding pattern waiting for Will to get the patch for the DNN 6.1.1 jQuery loading issue resolved.
I'm still on 6.0.2 because of this and also because I'd seen all the issues reported with 6.1. I can't wait to start working with the new release but there are obvious issues that need resolved first.