Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: Thumbs number

  1. #11

    Default Re: Thumbs number

    grynmoors -

    I did try the code - Thank You, but here is what happened - no extra Thumbs were created and the current thumbs became black with a 1k file size.

    Any other suggestions - I am happy to test any code.

    --MTOD

  2. #12
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Thumbs number

    Hmmm...well, I'm at a loss...guess we'll have to wait for Whitenoise to visit the forums again and tell us how s/he did it if someone else doesn't post first...but since s/he mentioned

    I had to modify class.video_thumb.php
    I'd keep looking there to see what else might need tweaking.

    Maybe if the only thing you change is this:

    Code:
    unlink($thumb_folder . '/3_' . $t_info['vid'] . ".jpg");
    by adding below it

    Code:
    unlink($thumb_folder . '/4_' . $t_info['vid'] . ".jpg");
    unlink($thumb_folder . '/5_' . $t_info['vid'] . ".jpg");
    If it's not fun, stop doing it!

  3. #13
    Join Date
    Mar 2008
    Location
    Dayton, Ohio
    Posts
    52

    Default Re: Thumbs number

    Quote Originally Posted by grynmoors
    Hmmm...well, I'm at a loss...guess we'll have to wait for Whitenoise to visit the forums again and tell us how s/he did it if someone else doesn't post first...but since s/he mentioned

    I had to modify class.video_thumb.php
    I'd keep looking there to see what else might need tweaking.

    Maybe if the only thing you change is this:

    Code:
    unlink($thumb_folder . '/3_' . $t_info['vid'] . ".jpg");
    add to it

    Code:
    unlink($thumb_folder . '/4_' . $t_info['vid'] . ".jpg");
    unlink($thumb_folder . '/5_' . $t_info['vid'] . ".jpg");
    I really don't want to sound rude but I have tried all of those things grynmoors previously. I am a little ashamed I can't figure it out either. :? I hope that you can figure it out. I spent alot of time trying to figure this one out. Thanks for your help. :D

  4. #14
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Thumbs number

    No, not rude at all...it's just that when you said you 'tried the code' you didn't specify what, exactly, you tried which failed (since I suggested more than one thing in my first post, I assumed you tried all of them at the same time...the second post was suggesting trying only changing the one thing).

    Yeah, I hope someone posts too 'cos I think this is a very neat idea.
    If it's not fun, stop doing it!

  5. #15
    Join Date
    Mar 2008
    Location
    Dayton, Ohio
    Posts
    52

    Default Re: Thumbs number

    Ok thanks for not taking any offense. I suppose should have said what I tried. I know that I duplicated the unlink function and played around with it as much as I thought might resolve the issue but without success. I can not remember everything which I tried. But my thoughts are that there is another file over line of code we are over looking and that whitenoise didn't give us the rest of the files he changed? I dunno Obviously I am missing it. I really appreciate your help on this one.

  6. #16

    Default Re: Thumbs number

    Does anyone have any updates on this?? Can;t wait fro the kids to go back to school so I can find time to tinker on my site more.

    --MTOD

  7. #17
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Thumbs number

    Well..since WhiteNoise has the key to this, maybe email him/her since his/her email is in his/her profile...let us know if you get a response.
    If it's not fun, stop doing it!

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Change number of channels
    By riffhard in forum Installation Support
    Replies: 0
    Last Post: 04-10-2008, 01:54 AM
  2. Number of Videos question
    By bane in forum Template Modifications
    Replies: 2
    Last Post: 11-30-2007, 10:02 PM
  3. The number of visitors is great, but no results. What is the
    By JaysonM in forum General Discussions
    Replies: 0
    Last Post: 10-11-2007, 11:50 AM
  4. Number of Visits
    By karlmay in forum General Discussions
    Replies: 1
    Last Post: 10-09-2007, 03:42 PM
  5. number of MySQL connections vshare uses?
    By leki in forum Installation Support
    Replies: 1
    Last Post: 07-09-2007, 06:29 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •