Results 1 to 9 of 9

Thread: Funny Movies Thumbs -- Beta testing

  1. #1

    Funny Movies Thumbs -- Beta testing

    I've thought about doing this for a while. These are thumbnail preview images of SOME of the funny movie clips you have uploaded here. I'm still deciding on the layout, such as making a "grid vs a list" before I continue with the rest of the clips.

    Please give me your feedback, whether you think this is a waste of time, or if you would like to see the images arranged a certain way. We will still upload the movies to the Misc Video forum, this is just linking to the uploads from that forum.

    Click on the images below to watch the clip.

    Don't bring a knife to a gunfight.

    Pretty bad landing

    Forget Ohio! Maybe this is what went wrong last election.

    Budlight commercial, Real Men of Genius.

    A city boy in the country.

    How to load a bike.

    Would you buy this ladder?

    The original Star Wars Kid!! (Classic)

    This news woman farts on the air!

  2. # ADS
    Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many
     

  3. #2
    cool I like it, you can also right click and Save target.
    SUWA Hates you, JUST SAY NO TO SUWA
    "Somebody told me it was frightening how much topsoil we are losing each year, but I told that story around the campfire and nobody got scared". Jack Handy

  4. #3
    Cool! I would definitely run them in horizontal rows with the clip titles under the thumbnails.


  5. #4
    Quote Originally Posted by accadacca
    Cool! I would definitely run them in horizontal rows with the clip titles under the thumbnails.
    That's what I ultimately want to do. I'm not sure if I can do that though. I'd line up 3 or so in a row horizontally, but I'm afraid the text wouldn't line up.

    Is there a way to input data in a simple spreadsheet form? Just so I could get some columns?

  6. #5
    Quote Originally Posted by Sombeech
    Is there a way to input data in a simple spreadsheet form? Just so I could get some columns?
    Can you use HTML tables? Let's see:
    <table>
    <tr>
    <td>col1</td>
    <td>col2</td>
    <td>col3</td>
    </tr>
    </table>

    Edit: Guess not. Looks like phpBB completely ignores any tags that aren't img, a, i, b, or u.

    Edit: <font face="Courier New">Another Test</font>

  7. #6
    Quote Originally Posted by Udink
    Quote Originally Posted by Sombeech
    Is there a way to input data in a simple spreadsheet form? Just so I could get some columns?
    Can you use HTML tables? Let's see:
    <table>
    <tr>
    <td>col1</td>
    <td>col2</td>
    <td>col3</td>
    </tr>
    </table>

    Edit: Guess not. Looks like phpBB completely ignores any tags that aren't img, a, i, b, or u.
    If we could find something like that, then we'd be in business. Otherwise, I'm trying to place the text just right so it will line up in columns. That's pretty hard to do.

  8. #7
    This is the only way so far that I can think of lining them up in a grid form, rather than just vertically. I have to "place" the text just right, by adding the dots. It's a painful process, and I don't like it. But, this is the ultimate layout style I had in mind. It just takes too long to place it all. Plus, I'd like a little more room for descriptive text.




    Don't bring a knife to a gunfight................................Pretty bad landing.......................................Prob lems last election
    ....................


    Real Men of Genius............................................ .city boy in the country.......................................How to load a bike.
    ....................


    Would you buy this ladder?...............................The original Star Wars Kid!! (Classic)...............This news woman farts on the air!
    ....................

  9. #8
    In the phpBB configuration, you have to permit specific HTML tags. Go to General Admin : Configuration. Under the header for "User and Basic Forum Settings" is:

    Allowed HTML tags
    Separate tags with commas
    In the list that follows, add: "table, tr, td" and you'll have tables available. You can add th, if you want to use header cells.

    Of course, then everyone could use tables if they wished - that's up to you, whether you'd want to permit that trade-off.

    Make that change in the configuration, then try this code:


    Code:
    <table border="1" cellspacing="0" cellpadding="4">
    <tr> 
    <td align="center">  
    Don't bring a knife to a gunfight
    </td>
    <td align="center"> 
    
    Pretty bad landing
    </td>
    <td align="center">
    
    Problems last election
    </td>
    </tr>
    <tr> 
    <td align="center"> 
    
    Real Men of Genius
    </td>
    <td align="center"> 
    
    City boy in the country
    </td>
    <td align="center"> 
    
    How to load a bike
    </td>
    </tr>
    <tr> 
    <td align="center"> 
    
    Would you buy this ladder?
    </td>
    <td align="center"> 
    
    The original Star Wars Kid!! (Classic)
    </td>
    <td align="center"> 
    
    This news woman farts on the air!
    </td>
    </tr>
    </table>

  10. #9
    Quote Originally Posted by Cirrus2000
    In the phpBB configuration, you have to permit specific HTML tags.
    That's it dude! That's exactly what I'm looking for. I tested these settings out on a sample forum that I have, and it worked.

    Now, I'll talk to the big man, accadacca, and see if this is what we want to do. As of the moment, I'm not seeing any disadvantage to letting everybody access this feature. (I don't think anybody will use it).

    In the meantime, thanks a lot man. You made my night.
    Attached Images Attached Images  

Similar Threads

  1. New Server Testing
    By accadacca in forum The Lounge
    Replies: 4
    Last Post: 10-09-2009, 01:34 PM
  2. HDR, testing.
    By coinslab in forum General Discussion
    Replies: 4
    Last Post: 08-17-2009, 09:01 AM
  3. Javelin Testing
    By accadacca in forum The Lounge
    Replies: 2
    Last Post: 04-28-2009, 09:44 PM
  4. Testing out the new gear
    By LOAH in forum Fishing
    Replies: 5
    Last Post: 02-09-2009, 09:57 PM
  5. HIV Testing
    By price1869 in forum The Political Arena
    Replies: 22
    Last Post: 10-10-2006, 06:10 AM

Visitors found this page by searching for:

Outdoor Forum

Posting Permissions

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