Search…

X3 Photo Gallery Support Forums

Search…

Search found 2872 matches

by Nick
22 Apr 2013, 11:03
Forum: Imagevue X2
Topic: Html version
Replies: 34
Views: 69321

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.
by Nick
22 Apr 2013, 03:06
Forum: Imagevue X2
Topic: Html version
Replies: 34
Views: 69321

Re: Html version

Code
<?php echo ivMapperFactory::getMapper('file')->find($this->folder->getPrimary() . $this->folder->previewimage)->thumbnail; ?>
Basically you just replace getPath() with thumbnail
by Nick
22 Apr 2013, 02:45
Forum: Русский форум X3
Topic: Элементы оформления на главной странице
Replies: 2
Views: 15996

Re: Элементы оформления на главной странице

Да, к сожалению нельзя отодвинуть тумбики от края экрана, для того чтоб это выглядело получше, можно сделать копирайт поменьше или разместить его в углу. Лучше всего дополнительные элементы добавлять в Settings > SEO > Footer code, как описано в этой статье: https://www.photo.gallery/documentation/s...
by Nick
22 Apr 2013, 02:37
Forum: Imagevue V1
Topic: Site not working on new server.
Replies: 4
Views: 20466

Re: Site not working on new server.

What I tried to say is – download the latest version of Imagevue V1 and upload to your server. Just don't overwrite the content folder. It should fix it, since we have upgraded to be compatible with the recent PHP updates.
by Nick
22 Apr 2013, 02:35
Forum: Imagevue X2
Topic: Cannot modify header information - headers already sent
Replies: 5
Views: 6258

Re: Cannot modify header information - headers already sent

Thankfully safe mode will be removed from a future versions of PHP. Glad it is solved for you.
by Nick
21 Apr 2013, 09:00
Forum: Imagevue X2
Topic: Html version
Replies: 34
Views: 69321

Re: Html version

Here is how you get the path to the preview image:
Code
<?php if ($this->folder->previewimage) echo ivMapperFactory::getMapper('file')->find($this->folder->getPrimary() . $this->folder->previewimage)->getPath() ?>
by Nick
20 Apr 2013, 00:57
Forum: Imagevue X2
Topic: Html version
Replies: 34
Views: 69321

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 Nick
17 Apr 2013, 23:22
Forum: Imagevue X2
Topic: Cannot modify header information - headers already sent
Replies: 5
Views: 6258

Re: Cannot modify header information - headers already sent

Even if they say safe mode is off it is clearly on: SAFE MODE Restriction in effect. I believe you have to contact them again and ask them to fix it for you. It might be solved using some special permissions on files. Strange that they deny the facts. Have you ever thought about changing the hosting...
by Nick
17 Apr 2013, 23:20
Forum: Imagevue X2
Topic: Html version
Replies: 34
Views: 69321

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->getTitle...
by Nick
11 Apr 2013, 09:32
Forum: Imagevue X2
Topic: hide "imagevuex.php" in Sharing link
Replies: 19
Views: 11554

Re: hide "imagevuex.php" in Sharing link

It won't work on the localhost. Facebook can't read the page on your local computer, it won't be able to show any thumbnails nor parse og:url data. You need to test this on server. Sorry, I can't answer the question about PowerPack, you should post it in the PowerPack forum https://forum.photo.galle...
by Nick
11 Apr 2013, 09:28
Forum: Imagevue X2
Topic: Cannot modify header information - headers already sent
Replies: 5
Views: 6258

Re: Cannot modify header information - headers already sent

I believe you should contact your hosting support about this issue. They should be able to fix it. Also you should mention that safe mode is deprecated in php and will be removed.
by Nick
03 Apr 2013, 05:08
Forum: Imagevue V1
Topic: Site not working on new server.
Replies: 4
Views: 20466

Re: Site not working on new server.

I would recommend you to download the latest version from our site and update your installation.

Or even better upgrade to Imagevue X2. The version you are running is almost 10 years old anyway.
by Nick
02 Apr 2013, 13:34
Forum: Imagevue X2
Topic: Html version
Replies: 34
Views: 69321

Re: Html version

I think open web inspector in your browser, and look for the missing files in the network tab, sounds like there might be some images missing.
by Nick
02 Apr 2013, 12:32
Forum: Imagevue X2
Topic: Html version
Replies: 34
Views: 69321

Re: Html version

Sorry I don't have a simple answer that would solve everything, I believe you have to poke around to get what you want.
by Nick
28 Mar 2013, 00:04
Forum: Imagevue X2
Topic: Menu moves down when I hover with the mouse over the menu
Replies: 7
Views: 7001

Re: Menu moves down when I hover with the mouse over the men

I think it would be best if you add your site to adblock's white list. I am not sure what is going on there and what is it blocking or why it has to display that button at all unfortunately. Maybe try and update adblock as well?