Hey,
My goal was to have the user gallery displayed on a separate page. I don't know if there easier way to do what I did, but for some reason that is unclear to me, what I did is working only I'm not sure if it's stable.
My initial thought was to create a module to register active social and to place the gallery control on its view page like so:
I registered the module placed it on a new page I creates and added the 'asuid' of one of the users but nothing happened.
I then tried to create a new custom view "MyCustomGallery" copied the content of GalleryView template to the new view and saved it. I have placed a copy of active social on the page and set its view to "MyCustomGalley" and added the asuid of the user to the url. The instance of active didn't work but my module did. It was showing the user's gallery.
Does anybody know of a better and less random way to do it (I don't trust random)?
Thanks,