+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Ability to turn of upload video (local)

Hybrid View

  1. #1

    Ability to turn of upload video (local)

    I want to have the ability to turn off the upload video localy, i only want to have the youtube thing and maybe you can ad something more like vimeo etc etc

  2. #2
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    Hello,

    You should remove (or disable) the local video option:

    - open the file: templates/your_template/tpl/blocks/video_upload.tpl
    - find this code:

    Code:
    Only registered members can view the code.
    and change it to:

    Code:
    Only registered members can view the code.

  3. #3
    Hi, Thanks to Vladimir.

  4. #4
    Quote Originally Posted by Vladimir View Post
    Hello,

    You should remove (or disable) the local video option:

    - open the file: templates/your_template/tpl/blocks/video_upload.tpl
    - find this code:

    Code:
    Only registered members can view the code.
    and change it to:

    Code:
    Only registered members can view the code.
    Hello Why this code not working? I want to have the ability to turn off the upload video locally.

  5. #5
    Senior Member
    Join Date
    Jun 2013
    Location
    Vietnam
    Posts
    157
    Can i add this?

    <option {if $smarty.post.type == 'vimeo'}selected="selected"{/if} value="vimeo">{$lang.vimeo}</option>
    Last edited by Nguyen Dat tai; June 8, 2013 at 03:04 PM.

  6. #6
    Any Idea???

  7. #7
    As i know, the mentioned code is no longer using in flynax script.
    It seems there is no way with current version 4.7 and you need customization by flynax team.

  8. #8
    Quote Originally Posted by Bahram Soltanirad View Post
    As i know, the mentioned code is no longer using in flynax script.
    It seems there is no way with current version 4.7 and you need customization by flynax team.
    Thank You...Bahram Soltanirad.,

    But for everything customization by flynax team..is not good..

  9. #9
    There is a temporary solution:

    Go to: templates/your_template_name/controllers/add_listing/step.photo.tpl

    Find:
    Code:
    Only registered members can view the code.
    Replace with:
    Code:
    Only registered members can view the code.
    OR
    Replace with:
    Code:
    Only registered members can view the code.
    Find:
    Code:
    Only registered members can view the code.
    replace with:
    Code:
    Only registered members can view the code.
    Find:
    Code:
    Only registered members can view the code.
    Replace with:
    Code:
    Only registered members can view the code.
    Save and check again
    Last edited by Bahram Soltanirad; February 21, 2019 at 09:08 AM.

  10. #10
    Quote Originally Posted by Bahram Soltanirad View Post
    There is a temporary solution:

    Go to: templates/your_template_name/controllers/add_listing/step.photo.tpl

    Find:
    Code:
    Only registered members can view the code.
    Replace with:
    Code:
    Only registered members can view the code.
    OR
    Replace with:
    Code:
    Only registered members can view the code.
    Find:
    Code:
    Only registered members can view the code.
    replace with:
    Code:
    Only registered members can view the code.
    Find:
    Code:
    Only registered members can view the code.
    Replace with:
    Code:
    Only registered members can view the code.
    Save and check again
    Thank You...Bahram Soltanirad.. I will try this

    Also I found other option as below link I dont this will work or not..

    https://forum.flynax.com/showthread....4999#post24999

+ Reply to Thread