Album Carousel

peshko

Joined: 2010-11-22
Posts: 81
Posted: Tue, 2011-01-25 03:29

Dave, quick question. Is it possible to put the album carousel at the top, instead of the bottom? Similar to where nav carousel is located (if you select it in the settings).

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2011-01-25 03:47

If you look at modules/album_carousel/helpers/album_caorousel_theme.php you will see:

  static function footer($theme) {
	return new View("album_carousel.html");
  }
}

change to
static function photo_top($theme) {

or you can choose:
* head
* page_top
* page_bottom
* header_top
* header_bottom
* sidebar_top
* sidebar_blocks
* sidebar_bottom
* album_top
* album_blocks
* album_bottom
* thumbnail_top
* thumbnail_bottom
* thumbnail_info
* photo_top
* photo_blocks
* photo_bottom

I truly believe that the http://codex.gallery2.org/Gallery3:Modules:navigation_carousel is a better module. Wait for the author to update it for G3.0.1

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team

 
peshko

Joined: 2010-11-22
Posts: 81
Posted: Tue, 2011-01-25 04:02

Dave, thanks a lot! Thanks for making Gallery such a successful project. I really appreciate it! I used Gallery v1 for almost 5 years now mainly to share my family pictures with my friends and family in Europe.

Again, thanks a lot! Your dedication means a lot!

 
peshko

Joined: 2010-11-22
Posts: 81
Posted: Fri, 2011-05-27 02:39

Dave, for some reason nav_car does not work for me, or at least with my theme. Quick question. Can I put the carousel above the comment?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2011-05-27 03:06

Use the module order module to see if that helps.
if changing these settings:
or you can choose:
* head
* page_top
* page_bottom
* header_top
* header_bottom
* sidebar_top
* sidebar_blocks
* sidebar_bottom
* album_top
* album_blocks
* album_bottom
* thumbnail_top
* thumbnail_bottom
* thumbnail_info
* photo_top
* photo_blocks
* photo_bottom

does not work

Dave

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
bigu_c
bigu_c's picture

Joined: 2007-10-28
Posts: 421
Posted: Mon, 2011-09-12 12:19

Is there anyway to place album carousel under photo and above comment?

Thanks.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2011-09-12 13:33

The module order module might help.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
bigu_c
bigu_c's picture

Joined: 2007-10-28
Posts: 421
Posted: Mon, 2011-09-12 14:32

I tried "photo_bottom" but it showed under comment from.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2011-09-12 23:31

Did you reorder the module so that the comment module is lower in the list than the Carousel module?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2011-09-12 23:59

In case you did not know what I'm talking about:
http://codex.gallery2.org/Gallery3:Modules:moduleorder

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
bigu_c
bigu_c's picture

Joined: 2007-10-28
Posts: 421
Posted: Tue, 2011-09-13 06:05

Very cool.

I done. Thank you :D

 
bigu_c
bigu_c's picture

Joined: 2007-10-28
Posts: 421
Posted: Tue, 2011-10-18 23:27

Hi Dave,

Is there any module like this for G2?

Thanks.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2011-10-19 02:59

Don't know.. never looked.

Dave
____________________________________________
Blog & G2 || floridave - Gallery Team