MG 2.0 XFMG 2 Default landing page

akhan

Active member
xfmg 1 version default landing page can be changed.But,
Can not change default landing page for gallery in xfmg 2 version.
Why was this feature removed?
 
It was removed because it's no longer needed.

You can get the same effect by editing the link attached to the public navigation entry for Media.

Admin CP > Setup > Navigation > Public navigation > Media

To get the same effect change the link from:
Code:
{{ link('media') }}

To:
Code:
{{ link('media/albums') }}
 
It was removed because it's no longer needed.

You can get the same effect by editing the link attached to the public navigation entry for Media.

Admin CP > Setup > Navigation > Public navigation > Media

To get the same effect change the link from:
Code:
{{ link('media') }}

To:
Code:
{{ link('media/albums') }}
Thank you...
 
Top Bottom