A sample set would be this:
http://www.evotuners.com/gallery/bikinicontest
I think there is some kind of apache rewrite rule used here and there is no real folder bikinicontest
Then the link to the pic is:
http://www.evotuners.com/gallery/bikinicontest/DSC07574
or sometimes like this with sized pics between
http://www.evotuners.com/gallery/bikinicontest/DSC07574?full=1
but the real link to the pic then is:
http://www.evotuners.com/albums/bikinicontest/DSC07574.jpg
Note that this not under the first gallery level.
The goal is to have a project which have not to be changed every day if I download only the last updated set from different sites that uses this gallery software. Just that I can feed the link to OE and start. Mostly everything I`ve tried will not load the pics or load everything from the site.
http://www.evotuners.com/gallery/bikinicontest
http://www.evotuners.com/gallery/bikinicontest/*
This should help.
Best regards,
Oleg Chernavin
MP Staff
> > http://www.evotuners.com/gallery/bikinicontest
> http://www.evotuners.com/gallery/bikinicontest/*
> > This should help.
> > Best regards,
> Oleg Chernavin
> MP Staff
But this would match the http://www.evotuners.com/albums/bikinicontest/ path ? Also this means
I have to modify the project for each set to the foldername.
But a other idea, with url substitutes I can change the path
http://www.evotuners.com/gallery/bikinicontest/DSC07574
to
http://www.evotuners.com/albums/bikinicontest/DSC07574
If it would be possible to add a .jpg to the end it can work. But I think I can`t add something with url substitutes or is this possible? I have no way to just replace something here.
http://www.evotuners.com/albums/bikinicontest/*
Oleg.
> > http://www.evotuners.com/albums/bikinicontest/*
> > Oleg.
Yeah, but I can`t create a template which includes all needed information for such sites then, since the name which is /bikinicontest/ this day will be a different for every picture set. So I can use the template just for password info and such things, but have to add 3 lines later for each set to get only this single set.
Was just looking for an easier solution, since I have a few sites which uses this gallery system and I have to add just the last added picture set every day.
http://{:server}/{:dir}{:filename}/*
Also allow images to be loaded from any site in File Filters | Images - Location box.
Oleg.
Have played around then and this worked:
http://{:server}/albums/{:filename}/*
http://{:server}/gallery/{:filename}/*
But thanks, this gives me some ideas for other templates I`ve using as well. Although I don`t fully understand why your line isn`t working while mine two are working.
Oleg.
Starting URL for one gallery is this:
http://site.com/member/01/pages/index.html
But the pics itself resides not below this level, but one level above:
http://site.com/member/01/images/
Now I`ve created a template which has:
"Load from any site" under Images
"Load all filenames" under Filename
and as custom config under Directory just:
{:dir}
Now that loads everything from:
http://site.com/member/01/pages/
http://site.com/member/01/images/
http://site.com/member/01/thumbs/
but not anything else from the site.
That is what I want, so I`m glad here :) Only it`s not what I`ve expected if I read the help file.
It says:
{:dir} inserts the starting directory name from the URLs field. For example, /directory/sub/
The starting directory is /member/01/pages/, but it loads everything from below /member/01/
Just curious if this how it should work.
Oleg.