Overview
The Gallery 3D module provide site users to create a 3D gallery. Unlikely other available modules it provides the default node page with a 3D gallery view.

Key Features
In-built content type for albums "Gallery 3D"
In-built view for Albums
No need of custom themeing, Node page will be as 3D gallery.

Dependency
As it uses views so it depends on the views module.

Installation
Download and install views module and its dependent module.
Download and install Gallery 3D modul

Project Link :
https://drupal.org/sandbox/itsmebhupendra/2214701

Git Link
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/itsmebhupendra/2214701.git gallery_3d

Comments

itsmebhupendra’s picture

Assigned: Unassigned » itsmebhupendra
madhusudanmca’s picture

Status: Needs review » Needs work

Hi,

I posted new content(gallery 3D content) without any image and landed up on the page with lots of javascript errors. All the errors (title.css not a function) seems to be associated with "node--gallery_3d.tpl.php" line no #62 .

I would suggest you to make image field mandatory.

Thanks,
Madhusudan

itsmebhupendra’s picture

Status: Needs work » Needs review

Hi madhusudanmca,

Thanks for the review you have done. I have fixed that by making image fields mandatory.

madhusudanmca’s picture

Status: Needs review » Needs work

Hi itsmebhupendra,

That change looks OK to me!!
However at first look I noticed couple of more things:
1) You have written some css which are overwriting the existing one (like css for: a, h1 etc.).
2) I would suggest you to create separate java script file instead of writing it in .tpl file. Because this type of JS code never gets aggregated.

Thanks,
Madhusudan

itsmebhupendra’s picture

Status: Needs work » Needs review

Hi madhusudanmca,

Thanks for the issues, I have resolved both the issues with css and javascript.

Thanks,

Bhupendra

itsmebhupendra’s picture

Status: Needs review » Closed (duplicate)