+ Reply to Thread
Results 1 to 10 of 10

Thread: Interdoctery Video

  1. #1
    Senior Member
    Join Date
    May 2013
    Posts
    185

    Interdoctery Video

    Can someone please help me? I am trying to create a field where users can upload a video advertisement about their company. Either locally or share it from youtube, something similar to the one in the listing page.

    Capture.PNG

    When the video is uploaded it can be viewed frm z seller info tab

  2. #2
    Hello Kemoid Wilson,

    Do you want this field in registration page or in add listing page?
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Senior Member
    Join Date
    May 2013
    Posts
    185
    [QUOTE=Viktor;6266]Hello Kemoid Wilson,

    Do you want this field in registration page or in add listing page?[/QUOTE

    Hello,
    On the registration page so a user can add a video ad about their company. See the pic below.
    vid.jpg

  4. #4
    Hello Kemoid Wilson,

    If it will be only youtube video it will be easy for creation and I can write explanation here but if you want local too you should create a ticket and it will be like customization for you.
    Viktor,
    Flynax technical department,
    Best wishes.

  5. #5
    Senior Member
    Join Date
    May 2013
    Posts
    185
    Thanks for your reply,

    Think it would be best to try out just the youtube video for now. If response is what I expect I will submit the ticket for local video.

  6. #6
    Senior Member
    Join Date
    May 2013
    Posts
    185
    Quote Originally Posted by Viktor View Post
    Hello Kemoid Wilson,

    If it will be only youtube video it will be easy for creation and I can write explanation here but if you want local too you should create a ticket and it will be like customization for you.
    Hello Viktor,

    Still going to post to code to add the youtube video like you promised

  7. #7
    Senior Member
    Join Date
    May 2013
    Posts
    185
    Still no word?

  8. #8
    Hello All,

    Sorry for delay,very busy.

    Instruction about add field for youtube video. I created it with minimal changes in source code.

    Please go to Admin Panel >> Account Fields >> Add a Field

    Then I set key for my new field like 'you_tube'
    and Type 'text' with 100 characters. (Don't touch 'Checking condition') Other fields doesn't metter. save it.

    Then go to Account Types select any type for example Dealers click 'build' Icon and select 'Build Registration form: controller=account_types&action=build&form=reg_for m&key=dealer

    And add this new field from right to left column, then save.

    Then go to ftp://templates>>your_template>>tpl>>blocks>>open file: field_out.tpl

    and remove all code from this file and add new:

    PHP Code:
    Only registered members can view the code
    save and try do add it.

    You can add 2 type links for this field:

    1. http://www.youtube.com/watch?v=uKstwk4EUPM
    2. http://youtu.be/uKstwk4EUPM

    both type will work.

    Please try it.
    Viktor,
    Flynax technical department,
    Best wishes.

  9. #9
    Senior Member
    Join Date
    May 2013
    Posts
    185
    Big help. Thanks a lot Viktor

  10. #10
    Senior Member
    Join Date
    May 2013
    Posts
    185
    Hello,
    This works okay when you view it from the "Sellers Account" page but when you click on a listing and click the "Seller Info" tab the video is not showing.

+ Reply to Thread