Results 1 to 4 of 4

Thread: Video size

  1. #1
    Join Date
    Jun 2007
    Posts
    21

    Default Video size

    Where i can change video size? now is 100 mt
    And where i can change new video place,i want more row, now is one row I would like more that one row for example five row

  2. #2

    Default Re: Video size

    This shouldn't be posted under bug reports. It should be under General discussions or something other than this section.

    To change how many videos are displayed in each row, just edit the view.tpl file. Under the <div> for “moduleFeatured”, change the portion that reads “mod 2 eq "0"“ to be “mod 4 eq "0"” so that pages display 4 videos across instead of 2.

    For changing the max upload size, I just altered my .htaccess file. I presume this is enough to make it as high as you wish, so long as the amount is supported by your host. Of course, I've never actually tested this to see, so I am mostly just assuming that it's working. I have this added in to the top of my .htaccess.

    Code:
    php_value upload_max_filesize 250M
    php_value post_max_size 350M
    php_value output_buffering on
    php_value max_execution_time 9999
    php_value max_input_time 7000
    php_value session.gc_maxlifetime 48800
    php_value memory_limit 256M
    Hopefully that helps get you to your final destination. If you ever have any sports videos, please pop one my way.
    This member is now known as Sitting Out

  3. #3
    Join Date
    Jun 2007
    Posts
    21

    Default Re: Video size

    Ok, where folder those find?

  4. #4
    Join Date
    Jun 2007
    Posts
    21

    Default Re: Video size

    If you meen templates/view_video so not find "moduleFeatured" where change this row, if not templates/view_video so please tell me where folder and file

Similar Threads

  1. Size of Embedded Video
    By yose in forum Template Modifications
    Replies: 2
    Last Post: 12-29-2008, 09:47 PM
  2. Video Upload Size Question
    By darotweiler in forum Installation Support
    Replies: 1
    Last Post: 04-14-2008, 05:33 AM
  3. change video size
    By xony in forum Template Modifications
    Replies: 5
    Last Post: 01-25-2008, 05:33 AM
  4. Video size?
    By mkd in forum Sales Questions
    Replies: 1
    Last Post: 12-14-2007, 04:15 AM
  5. Video Conversion size.
    By stopmotion24 in forum Sales Questions
    Replies: 1
    Last Post: 09-07-2007, 08:21 AM

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
  •