EnglishIs it possible to set a subalbum as start page of the site?
With the albumstructure below, normally you get to see Album 1, Album 2, ... in the home page. Say, I'd like to see instead Subalbum 1.1, Subalbum 1.2, ... (nohting from e.g Album 2, ... etc.)
/root
|
+-- Album 1
| |
| |-- Subalbum 1.1
| |
| |-- Subalbum 1.2
| |
|
|
+-- Album 2
| |
| |-- Subalbum 2.1
| |
|
Thanks
--styxsailor
Offline
Hi,
I'm not sure but i think Extended Description allows to do that
anyway you can create a personnal block displayed on home page with PWG Stuff with this content
<script type="text/javascript"> <!-- window.location = "http://www.google.com/" //--> </script>
replacing the url by the one of your album
well the issue is that you could never see the home page, but perhaps it's not a problem for you
Last edited by mistic100 (2012-06-16 18:26:50)
Offline