MG 2.0 How do you get the media gallery to open default to albums and how come I can't add albums to the categories?

Gregory Lynn

Well-known member
I am sorry for asking so many questions today. But How do you get the media gallery to open default to albums and how come I can't add albums to the categories?
 
I am sorry for asking so many questions today.
That's ok! It's all new :)

But How do you get the media gallery to open default to albums
You can simply change the URL of the navigation tab.

Under Admin CP > Setup > Public navigation find the entry that reads "Media" and click on it. Change the link from:
Code:
{{ link('media') }}
To:
Code:
{{ link('media/albums') }}


how come I can't add albums to the categories?
Albums can only be created inside special Album categories. So you'd need to create a new album, and set it as "Albums only" type.
 
Top Bottom