Hi,

I was looking for a lightbox like module and came across YoxView. I installed the module but have no clue how to use it. There is a lot of documentation but not much about how it works in drupal. Is there anyone out there that can get me on my way?

Thanks in advance for any pointers.

Comments

vpazos’s picture

I have the same problem, I found this: http://jmolivas.com/c-mo-crear-una-galer-de-im-genes-en-drupal-7-con-el-... (it's in Spanish but you have to follow the images for use yoxview). But following this, the only thing I achieved is to put one image :(

mvdz2011’s picture

Thanks vpazos, I'm still strugling with implementing lightbox manually so taking a look at this might be worthwhile.

vpazos’s picture

Finally I solved this :) I'm writing a post about it in my blog but in Spanish but I'm going to give you an advance here:
Once you have installed the module you have to:
- Create a content type for yoxview, for instance YoxGallery: Structure -> Content Types -> Add content type
- Create a type Gallery for the content type you created, in Manage Fields you have to indicate that field and widget type is Image. Next, click edit and enter into number of Values a value distinct to one.
- Go to the Manage Display tab, and for the type Gallery you have to indicate that the format is yoxview and the style "thumbnail"
- Finally, go to Content -> add Content -> YoxGallery indicate a title if you want and upload your images.

I'm sorry if my English is not too good but I hope this hepl you.

maxiaoyuzdz’s picture

Thanks very much, I have tested your approach, it works very well.

devoted.designer’s picture

Hey,
How is it possible to embed videos using YoxView?
It all seems possible on the YoxView official website.
Alas, there is no drupal documentation about that.

devoted.designer’s picture

Some help would be appreciated :)