Welcome to the Invelos forums. Please read the forum rules before posting.

Read access to our public forums is open to everyone. To post messages, a free registration is required.

If you have an Invelos account, sign in to post.

    Invelos Forums->DVD Profiler: Layouts and Reports Page: 1... 14 15 16  Previous   Next
HTML Window - Galleries
Author Message
DVD Profiler Desktop and Mobile Registranttmb4016
Registered: March 14, 2007
United Kingdom Posts: 45
Posted:
PM this userEmail this userDirect link to this postReply with quote
Apologies for late response. Not had much time to look at this since. Problem is still there I've checked the path and it is OK. The location is stored in My Documents but that is itself redirected to a differerent drive. The value entered for the gsl varaible is the full path from the Computer down ie d:\\ ......

The link off the title works and shows the correct flder complete with thumbnails of the image files it is just the gallery window that does nor show images.

The same location / redirection of My Documents works fine for other windows like EPG viewer and this configuration was also used pre Vista

Any more ideas  anybody ?
DVD Profiler Unlimited Registrantnuoyaxin
prev. known as ya_shin
Registered: March 13, 2007
Reputation: High Rating
Taiwan, Province of China Posts: 3,432
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Quoting tmb4016:
Quote:
The link off the title works and shows the correct flder complete with thumbnails of the image files it is just the gallery window that does nor show images.

If the link to the folder works then I'd assume there is something wrong with the <gallery=...> tag (been practicing myself over the past few days...).

Do you see a bunch of placeholders where the images should be or just an empty Gallery window? If the latter, it's the gallery tag for sure.
Achim [諾亞信; Ya-Shin//Nuo], a German in Taiwan.
Registered: May 29, 2000 (at InterVocative)
DVD Profiler Desktop and Mobile Registranttmb4016
Registered: March 14, 2007
United Kingdom Posts: 45
Posted:
PM this userEmail this userDirect link to this postReply with quote
Thamks for suggestions  - The link is fine and I see no place holders. I am not using and sub-catagories so the <gallery=17> is the format of the notes entry. Again this has not changed between vista/xp change. I cannot see what is wrong. The images start at 1 with a leading 0 for first 9 and folder is not using locality.
Hence
var loc = false; // 5050582449433? var loc = false;. 5050582449433.4? var loc = true;.
var ist = 1; // First gallery image name: 00.jpg? var ist = 0;. 01.jpg? var ist = 1;
var zro = true; // 00.jpg/01.jpg? var zro = true;. 0.jpg/1.jpg? var zro = false;.
var tnv = 235; // ThumbNail Value
var bw = true; // tnv by width? var bw = true;. tnv by height? var bw = false;.
DVD Profiler Unlimited Registrantxyrano
41215.reg 70320.urk
Registered: March 13, 2007
Sweden Posts: 646
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
tmb4016:

I would try to set the gsl variable to the absolute path beginning with d drive, if I was you.
If that fails, I would try to temporary disable UAC to test access rights on both "My Documents" and d drive path (I-net unplugged if you wish).

If that works you'll know there is some access problem with the "My Documents" folder structure all the way down to the galleries (incl. the link you talk about).

Tell me, does the EPG sit on the d drive as well? If so, in the path to the EPG vs GV, what is the difference between them? Last folder maybe? Start to check the access rights on that last GV folder, and work your way up in the structure, is what I'm getting at. Hey, maybe the image files have gotten a different set of access rights as well 

You'll find the gsl variable just below...
// -------- Configuration block - Start --------
var gsl = "E:\\DVD Profiler\\Gallery\\";

I doubt there is anything else wrong here, since the GV worked on your XP system.
DVD Profiler Desktop and Mobile Registranttmb4016
Registered: March 14, 2007
United Kingdom Posts: 45
Posted:
PM this userEmail this userDirect link to this postReply with quote
Hi Guys, thanks for advice - Success  though not surewhat problem was
Tested suggestions:
1) gsl varaible does use absolute path.
2) UAC is always disabled on my system
3) EPG sits in same foldr structure with only last direcvtory different.
4) both directroies have access set at full control.
5) Relocated to new temporary location.
Also the link off the title gives me access and ability to browse the images and edit via right-click. So was not sure what to try next.
I then loaded vs 1.3 of code with sub-catagories and everything was fine. Being curious I then re input 1.6 and again everything was fine !!! In all cases I was using the same configuration block.
I can only assume in some of my editing I had inadvertantly changed something in the 'no go' areas of the code.

Anyway end result is what counts and thanks for info
DVD Profiler Desktop and Mobile Registranttmb4016
Registered: March 14, 2007
United Kingdom Posts: 45
Posted:
PM this userEmail this userDirect link to this postReply with quote
Just reread my last post and having seen the number of mistakes in it then I am sure the issue was a typo by me !!!!
DVD Profiler Unlimited RegistrantStar Contributoreggerty
Registered: March 14, 2007
Posts: 97
Posted:
PM this userDirect link to this postReply with quote
Just found this thread and it's a great idea, but can someone please help.

<deleted rest of post - solved it>

Thanks for this - it's wonderful.

Quick question. If a disc had no UPC and was entered by Disc ID, would the folder name just be the disc ID?

Also knowing next to nothing about HTML, how do I get "No Gallery Available" to be centered. Where would I put the center command?
 Last edited: by eggerty
DVD Profiler Unlimited Registrantnuoyaxin
prev. known as ya_shin
Registered: March 13, 2007
Reputation: High Rating
Taiwan, Province of China Posts: 3,432
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Quoting eggerty:
Quote:
Quick question. If a disc had no UPC and was entered by Disc ID, would the folder name just be the disc ID?

No. It's the Disc-ID preceeded by an "I" and possibly followed by a dot and the country code, depending what region you're in. See also here.

Quote:
Also knowing next to nothing about HTML, how do I get "No Gallery Available" to be centered. Where would I put the center command?

Find this line:
  document.write("No Gallery Available!");
which is almost at the end of the script, and change it to:
  document.write("<center>No Gallery Available!</center>");
Achim [諾亞信; Ya-Shin//Nuo], a German in Taiwan.
Registered: May 29, 2000 (at InterVocative)
DVD Profiler Unlimited RegistrantStar Contributoreggerty
Registered: March 14, 2007
Posts: 97
Posted:
PM this userDirect link to this postReply with quote
Thanks, I'd tried the center command everywhere but inside the quotes.
DVD Profiler Unlimited RegistrantMike
Registered: March 13, 2007
United States Posts: 453
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
I finally got this to work but...

Whats the best resolution for these photo's, ect right now Im using 94*120 and they look blurry? Is there a part of the code to fix this?
DVD Profiler Unlimited Registrantxyrano
41215.reg 70320.urk
Registered: March 13, 2007
Sweden Posts: 646
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Quoting Mike:
Quote:
I finally got this to work but...

Whats the best resolution for these photo's, ect right now Im using 94*120 and they look blurry? Is there a part of the code to fix this?

I have this tutorial... check it out 
DVD Profiler Unlimited RegistrantMike
Registered: March 13, 2007
United States Posts: 453
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
How about a new thread to host some of our galleries?
DVD Profiler Unlimited RegistrantStar Contributornorthbloke
Registered: March 15, 2007
Reputation: High Rating
United Kingdom Posts: 5,459
Posted:
PM this userDirect link to this postReply with quote
Quoting Mike:
Quote:
How about a new thread to host some of our galleries?

If you mean the actual images - I'm not sure Ken would like that as most likely the images would be copyrighted and Invelos could be accused of hosting copyrighted material.
DVD Profiler Unlimited RegistrantMike
Registered: March 13, 2007
United States Posts: 453
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
good point , but how is that differant from hosting headshots?
DVD Profiler Unlimited RegistrantStar Contributorsnarbo
Registered: March 13, 2007
United Kingdom Posts: 1,242
Posted:
PM this userDirect link to this postReply with quote
Quoting Mike:
Quote:
good point , but how is that differant from hosting headshots?


Invelos doesn't host the Headshot DB, that is done by a user.

Steve

Edit found the user:- cvermeylen.
 Last edited: by snarbo
DVD Profiler Unlimited RegistrantStar Contributornorthbloke
Registered: March 15, 2007
Reputation: High Rating
United Kingdom Posts: 5,459
Posted:
PM this userDirect link to this postReply with quote
Quoting snarbo:
Quote:
Quoting Mike:
Quote:
good point , but how is that differant from hosting headshots?


Invelos doesn't host the Headshot DB, that is done by a user.

Steve

Edit found the user:- cvermeylen.

Quite right. Invelos only hosts a link to the headshot database, not the database itself.
    Invelos Forums->DVD Profiler: Layouts and Reports Page: 1... 14 15 16  Previous   Next