• Resolved mrcurrie

    (@mrcurrie)


    To newbie and someone who does not understand code what the hell is this code,,,i went to documentation to simply learn how to alter the placment of videos why is this next to useless information given ?? simple question when i search for videos and upload them i want to assign some videos to a page and not others ,,,grrrrrrrrrrr how crap !! its the simplist thing on the planet why is it not a standard feature ? also how do i change the display where not in the 1990,,ss clear presentation and usability are key !!!!!!!!!!!!!!!

    // add your filter
    add_filter( ‘tube_vc_filter_video_placement_options’, ‘my_video_placement_options’, 10, 1 );

    // create a function to customize video placement options
    function my_video_placement_options( $placements ){

    // remove a placement
    unset( $placements[‘none’] );

    // return your desired placements
    return $placements;

    }

Viewing 10 replies - 1 through 10 (of 10 total)
  • Woah Buddy If You cant use a plugin then dont say its a crap its Your Problem its The best plugin Out there which is free and developer is coolest person So Fuck off

    and Put this code In your theme function.php

    Thread Starter mrcurrie

    (@mrcurrie)

    how do i do that

    Thread Starter mrcurrie

    (@mrcurrie)

    slag face ,,,,, 95% of people will have no clue about adding code and it gives no instruction how do it ..its the difference between appealing to slags like yourself and the general wordpress owner

    What does This code do

    Just Take Your Mouse over appearance and Than find EDITOR Option under it Then Find function.php And scroll to last and Put The code Before ?> This and Hit on Update

    Not every Code goes into function.php Just for The Info

    Thread Starter mrcurrie

    (@mrcurrie)

    nothing happened how the fxxx is a newbie supposed to do such things ,,

    i added the code AND THEN WHAT where do the extra options show

    Thread Starter mrcurrie

    (@mrcurrie)

    Can You send The Link where You get this code

    Plugin Author tubegtld

    (@tubegtld)

    Wow, you go out of town for a few days and madness breaks out in the support forum.

    @mrcurrie – I’m going to mark this ticket as resolved and give you a second chance. Please start a new ticket that’s less offensive and more clearly states what you are trying to do.

    @aunpric – I appreciate your effort to help, though would prefer to have a chance to offer support before a 3rd party jumps in.

    @tubegtld at That Time I feel Like This Is Sparta hehehe

    [img]https://cdn.meme.am/instances/52517402/this-is-sparta.jpg[/img]

    • This reply was modified 7 years, 3 months ago by aunpric.
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Does this mean anything’ is closed to new replies.