What Theme is this website using?

sterski

Joined: 2012-07-28
Posts: 5
Posted: Sun, 2012-07-29 00:04

http://www.fokkografie.nl/

I love the front page...

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2012-07-29 04:37

Grey Dragon Theme v.3.0.6 (ColorPack: carbon)

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
sterski

Joined: 2012-07-28
Posts: 5
Posted: Sun, 2012-07-29 05:02

I have that one too, but how did they create the first page with the links along the top and bottom?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2012-07-29 05:29

The GD theme has a root album splash page. I've never used it so perhaps Serge will chime in or some other GD theme user.
as for the links I bet he is using a combination of these modules:
http://codex.gallery2.org/Gallery3:Modules:about
http://codex.gallery2.org/Gallery3:Modules:Pages
http://codex.gallery2.org/Gallery3:Modules:menu_links
http://codex.gallery2.org/Gallery3:Modules:contactowner

links around the top are done with:
http://www.devthought.com/projects/mootools/barackslideshow/

You would have to code that into the root album page.
(could be developed into a module)

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team

 
sterski

Joined: 2012-07-28
Posts: 5
Posted: Sun, 2012-07-29 15:47

Awesome! Thanks Dave

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Mon, 2012-07-30 16:38
floridave wrote:
The GD theme has a root album splash page. I've never used it so perhaps Serge will chime in or some other GD theme user.
as for the links I bet he is using a combination of these modules:
...
You would have to code that into the root album page.
(could be developed into a module)

Dave covered most of it...
as far as custom root page - theme supports custom templating:

  • In themes folder create folder called custom
  • create views folder inside
  • copy rootpage.html.php from the theme into this folder
  • customize it any way you like to get desired look and feel
  • Done
  • PS: using this approach would spare you shock loosing your changes when you update the theme next time

using the same technique you can create custom header (using header.html.php) and footer (with footer.html.php).

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2012-07-30 19:34

Thanks for the explanation Serge, I have updated the codex with your info.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team