Search…

X3 Photo Gallery Support Forums

Search…

Search found 360 matches

  • 1
  • 2
  • 3
  • 4
  • 5
  • 24
by grimurnet
22 Apr 2013, 13:53
Forum: Imagevue X2
Topic: Html version
Replies: 34
Views: 69329

Re: Html version

If you're using it in the folders loop, then you would have to change $this->folder to $folder or something this way if you're inside the foreach() loop. Just look at the surrounding code that outputs folder information. Can I add a photo that I only want as thumbnail for folder? So that I can forc...
by grimurnet
22 Apr 2013, 07:52
Forum: Imagevue X2
Topic: Html version
Replies: 34
Views: 69329

Re: Html version

<?php echo ivMapperFactory::getMapper('file')->find($this->folder->getPrimary() . $this->folder->previewimage)->thumbnail; ?> Basically you just replace getPath() with thumbnail Thanks for the reply, but it doesn't seem to work. This should be put into index.html.phtml right? But here is a changed ...
by grimurnet
21 Apr 2013, 12:57
Forum: Imagevue X2
Topic: Html version
Replies: 34
Views: 69329

Re: Html version

Here is how you get the path to the preview image: <?php if ($this->folder->previewimage) echo ivMapperFactory::getMapper('file')->find($this->folder->getPrimary() . $this->folder->previewimage)->getPath() ?> Thanks for the reply, Nick. What do I change to have a thumbnail from the folder instead o...
by grimurnet
20 Apr 2013, 07:34
Forum: Imagevue X2
Topic: Html version
Replies: 34
Views: 69329

Re: Html version

Sorry, but you can't mix Javascript and PHP just like that. If this code is in phtml template, it should be something like this: beforeShow: function () { this.title = (this.index + 1) + ' / ' + this.group.length + '<br />' + '<?php echo t($this->folder->description) ?>' // Php echoes variable into...
by grimurnet
18 Apr 2013, 05:25
Forum: Imagevue X2
Topic: Html version
Replies: 34
Views: 69329

Re: Html version

If this code is in phtml file you can embed all data from the current folder, just look around in the existing code. Thumbnail: <img src="<?php echo htmlspecialchars($this->folder->thumbnail); ?> Title t() stands for translation in case you have a few languages: <?php echo (t($this->folder->getTitl...
by grimurnet
18 Apr 2013, 04:01
Forum: Imagevue X2
Topic: Html version
Replies: 34
Views: 69329

Html version

Thanks for the reply Nick,
I get all the thumbnails, I would like to have image thumbnail instead of folder.png. Is that possible by changing some existing code? If so, where in the code? I'll try the description part
by grimurnet
17 Apr 2013, 07:58
Forum: Imagevue X2
Topic: Html version
Replies: 34
Views: 69329

Re: Html version

A few questions regarding html version. I'm trying to implement facebox 2 to the html version, I've got that to work. There are a few things I would like to know how to display. 1. description, foldername and so on. 2. How can I have a thumbnail of a image instead of folder icon? Here is the code I'...
by grimurnet
02 Apr 2013, 12:46
Forum: Imagevue X2
Topic: Html version
Replies: 34
Views: 69329

Re: Html version

Can you at least tell me where I do the changes to make it look the way I like.
This is the version I would like: http://www.jacklmoore.com/colorbox/example5/
by grimurnet
02 Apr 2013, 08:17
Forum: Imagevue X2
Topic: Html version
Replies: 34
Views: 69329

Re: Html version

I have gotten the slideshow to work for colorbox, but the loading graphics is not visible and also is there a way to add a playpause button. I was able to add a link play slideshow and stop slideshow, by adding slideshow: true. But I would like to have it like the arrows, playpause button. And displ...
by grimurnet
01 Apr 2013, 12:39
Forum: Imagevue X2
Topic: Html version
Replies: 34
Views: 69329

Html version

I don't think so. There is rel='colorbox' attribute on image links. Just use $(a[rel=colorbox]) in selector for the other lightbox script. I have put the lightbox folder under assets folder, what should I change in the rel= to explain better: I put the following here -> layout.phtml <!--Lightbox JS...
by grimurnet
27 Mar 2013, 08:10
Forum: Imagevue X2
Topic: Html version
Replies: 34
Views: 69329

Re: Html version

If you are saying about using it in HTML view you can replace Colorbox <script> tag in iv-inlcludes/templates/default/layout.html: <script type="text/javascript" src="<?php echo htmlspecialchars(IV_PATH); ?>assets/colorbox/jquery.colorbox-min.js"></script> <link rel="stylesheet" href="<?php echo ht...
by grimurnet
26 Mar 2013, 12:37
Forum: Imagevue X2
Topic: Html version
Replies: 34
Views: 69329

Re: Html version

Is there a way for the time being to upgrade the lightbox to a new version that supports auto play for the photos?
And also if I can choose what theme to use? If I do this myself could you show me what files to change and so on?

I would like to use this: http://lokeshdhakar.com/projects/lightbox2/
by grimurnet
17 Mar 2013, 05:54
Forum: Imagevue X2
Topic: Html version
Replies: 34
Views: 69329

Html version

:-(
by grimurnet
15 Mar 2013, 17:37
Forum: Imagevue X2
Topic: Html version
Replies: 34
Views: 69329

Html version

Is there any info regarding the new html version of imagevue?
It is quite long since it was mentioned.
by grimurnet
23 Feb 2013, 10:40
Forum: Imagevue X2
Topic: Zoom in mobile version
Replies: 17
Views: 8117

Zoom in mobile version

You asked me to point out a better pinch zoom feature, check out facebook mobile. And also if it is built on ios, then why does it work different? If this is not possible then it is better to disable completely.
  • 1
  • 2
  • 3
  • 4
  • 5
  • 24