Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2015-07-09 04:44:01

nordi
Member
Registered: 2015-03-21
Posts: 43

CE4 AutoIndex Enable - thumbnails not found

I have stated in AutoIndex Enabler for the thumbnails an absolute path, a relativ path to the folder or to a special thumbnail. I always get nothumb.jpg.  My thumbnails or in another subdirectory parallel to the actual subdirectory.

When I call autoindex with ?array I get:

...
 [14] => Array
        (
            [access] => unlocked
            [thumbnail] => http://body-paint.at//lib//images/nothumb.jpg
            [title] => UV Auftritt
            [description] => 2 Modelle wurden im Kabarett Vindobona als Skelett gepaintet und machten eine Vorführung zu 2 Musikstücken.
            [url] => \fotos\uv\uvauftritt\index.php
        )
…

See http://body-paint.at/fotos/05-auftraege/?array, last thumbnail.
When I have tumbnails in the subdirectory thumbnails, so one of these thumbnails is shown and my path for the thumbnail is ignored.

?debug writes:

Scanning '/home/bauer/public_html/fotos/05-auftraege/75-uvauftritt'
Thumbnail <XML> '\fotos\uv\uvauftritt\thumbnails\Vindobona_UVBodypaint_Skelett_01896.jpg'
Scanning '/home/bauer/public_html/fotos/05-auftraege/75-uvauftritt/thumbnails/*.jpg'
Thumbnail set to 'http://body-paint.at//lib//images/nothumb.jpg'
Scanning '/home/bauer/public_html/fotos/05-auftraege/thumbnails'

Why he doesn't look in the right directory for the thumbnails? That seems to be an error.

It isn't possible to have a thumbnail in the autoindex enabler thumbnail folder? Because there is alway at least one picture you have selected...

Bye,
nordi

Last edited by nordi (2015-07-09 04:55:24)

Offline

#2 2015-07-09 05:46:06

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: CE4 AutoIndex Enable - thumbnails not found

I'm not really following.
The last album in the index is a Publisher controlled album. You can use the tools in Publisher to pick out the cover image or just use the Random setting.

The next to the last item in the index has a malformed URL that has backslashes in it ( \ ) :

http://body-paint.at/fotos/05-auftraege/\Cfotos\Cuv\Cuvparty\Cindex.php

try fixing that first.


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#3 2015-07-09 15:08:27

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: CE4 AutoIndex Enable - thumbnails not found

Here's how thumbnails work:
http://ce4.theturninggate.net/docs/doku … thumbnails

This page explains all possible ways to specify a thumbnail to use.


Matt

The Turning Gate, http://theturninggate.net

Offline

#4 2015-07-09 16:43:42

nordi
Member
Registered: 2015-03-21
Posts: 43

Re: CE4 AutoIndex Enable - thumbnails not found

rod barbee wrote:

I'm not really following.
The last album in the index is a Publisher controlled album. You can use the tools in Publisher to pick out the cover image or just use the Random setting.

The next to the last item in the index has a malformed URL that has backslashes in it ( \ ) :

http://body-paint.at/fotos/05-auftraege/\Cfotos\Cuv\Cuvparty\Cindex.php

try fixing that first.

I have never seen CFotos\Cuv\... whether in Lightroom nor in the index.php. I have not CE4 publisher! I have moved now 75-uvauftritt to a new subdirectory test. So it is the only album in test. I have

\fotos\uv\75-uvauftritt                               my real album
\fotos\uv\75-uvauftritt\thumbnails             the thumbnails I want to use from the album set test too!
\fotos\test\                                               album set with the only album uvauftritt (generated by Autoindex Enabler)
\fotos\test\75-auftritt\thumbnails              it's empty, because I want to use the original subdirectory

In Lightroom I state in the Autoindex Enabler in the last version (I tried a lot of possibilities) in the field Album Thumbnail:

/fotos/uv/uvauftritt/thumbnails

(Should I use always '/', never '\' ?)

TTG CE4 Auto Index PHP function v2.0 (2012-01-10)
DOCUMENT ROOT '/home/bauer/public_html'
REALPATH(ROOT)  '/home/bauer/public_html'
Filepath   = './'
Realpath = '/home/bauer/public_html/fotos/test/*'
URL Root = '/home/bauer/public_html'
Scanning '/home/bauer/public_html/fotos/test/75-uvauftritt'
Thumbnail <XML> '/fotos/uv/uvauftritt/thumbnails'
Scanning '/home/bauer/public_html/fotos/test/75-uvauftritt/thumbnails/*.jpg'
Thumbnail set to 'http://body-paint.at//lib//images/nothumb.jpg'
Scanning '/home/bauer/public_html/fotos/test/thumbnails'

See http://body-paint.at/fotos/test .

The program is always looking in the empty thumbnail order, never in the order I stated. (Maybe it is restricted to only custom-thumbnails in the same order? That doesn't make sense.)

Bye,
nordi

Offline

#5 2015-07-09 21:51:07

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: CE4 AutoIndex Enable - thumbnails not found

I have not CE4 publisher

You most certainly do. The page you link to above is an Album Set created with Publisher:

<meta name="generator" content="CE4 Auto Index 7.0.7, via Publisher" />

as are the albums within that Album Set

(Should I use always '/', never '\' ?)

correct

See http://body-paint.at/fotos/test .

The program is always looking in the empty thumbnail order, never in the order I stated. (Maybe it is restricted to only custom-thumbnails in the same order? That doesn't make sense.)

And why are you using Autoindex Enabler? Autoindex Enabler allows an Autoindex to see non-TTG galleries. This: http://body-paint.at/fotos/uv/uvauftritt/index.php is a Publisher generated  TTG album. Why not use the tools in Publisher to select the thumbnail you want? Or, if you're generating a custom thumbnail, put it in a custom-thumbnails folder and choose it from the Cover Image drop down in the Create/Edit Album dialog in Publisher.
http://ce4.theturninggate.net/docs/doku … album_sets


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#6 2015-07-09 22:17:48

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: CE4 AutoIndex Enable - thumbnails not found

if you're creating a set of custom thumbnails to represent an album, then inside of that album, create a folder named "custom_thumbnails" and FTP your thumbnails to that folder.

In Publisher, edit that album and in the Cover Image drop-down, choose "Custom".
The autoindex (Album Set) will then randomly choose thumbnails from that custom_thumbnails folder.


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#7 2015-07-10 03:04:28

nordi
Member
Registered: 2015-03-21
Posts: 43

Re: CE4 AutoIndex Enable - thumbnails not found

And why are you using Autoindex Enabler? Autoindex Enabler allows an Autoindex to see non-TTG galleries. This: http://body-paint.at/fotos/uv/uvauftritt/index.php is a Publisher generated  TTG album. Why not use the tools in Publisher to select the thumbnail you want?

Only for understanding. - I wanted to have the same TTG-album twice in my hierarchie af album sets without duplicating my gallery in order to have it in each folder. That may be the problem. http://body-paint.at/fotos/uv/uvauftritt/index.php functions great. But with http://body-paint.at/fotos/auftraege/uvauftritt it funcions with the link but not with the thumbnails. It was generated by the AutoIndex Enabler. This is not an album under the TTG CE4 Publisher too, I have to export it and upload via FTP. In order to see thumbnails I have to upload via FTP to the thumbnail or custom_thubmnails folder of this order too. I thought there would be a better way by stating just the path in the thumbnails...

Offline

#8 2015-07-10 03:30:20

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: CE4 AutoIndex Enable - thumbnails not found

As outlined in the Autoindex Enabler instructions, when using the Autoindex Enabler, Lightroom generates a thumbnails/ folder. The simplest thing for you to do is use the same collection of images in Lightroom, selecting only those images you want to use for thumbnails, and export the Autoindex enabler.
It will create the needed thumbnails and place them in the thumbnails/ folder.
All you need to do then is upload the exported folder to the needed album set folder.


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

Board footer

Powered by FluxBB