Prb avec archives VDO (Créer un compte)

  • Statut : non résolu
2 sujets de 1 à 2 (sur un total de 2)
  • Auteur
    Messages
  • #463775
    patkban
    Membre
    Chevalier WordPress
    266 contributions

    Bonjour,

    Ma configuration WP actuelle
    – Version de WordPress : 2.6
    – Thème utilisé : personnalisé sur base Revolution
    – Plugins en place :
    – Nom de l’hebergeur : AMEN
    – Adresse du site : http://www.info-tele.fr

    Problème(s) rencontré(s) :

    Bonsoir,

    J’ai déjà poster sur ce problème mais pas dans le bon dossier. Excusez-moi pour ce doublon.

    – comment faire pour que toutes mes VDO se retrouvent dans une page archive de manière à ce que les visiteurs puissent les retrouver et les jouer s’ils le désirent ?

    – comment faire pour que quand un internaute clique sur une VDO, celle-ci s’agrandisse automatiquemnt pour un meilleur confort de lecture ?

    En allant sur le site, vous comprendrez mieux le problème.

    Ci-dessous le code du fichier videosidebar.php

    1.

    2.

    L’actu en vidÈo

    3.

    4.

    5.

    10.

    11.

    12.

    13.
    14.
    // This file displays the latest video article in the sidebar
    15.
    // Set the name of the tag or category you want to use if different than the « videos » tag
    16.
    // Number of posts you want to display (change « $posts_wanted=1 » to the number of posts you want shown)
    17.
    $cat_name = ‘video-people’;
    18.
    $tag_name = ‘people’;
    19.
    $posts_wanted = 1;
    20.
    ?>
    21.

    22.
    23.

    24.
    // Query the posts for latest video article title (tab list)
    25.
    rewind_posts();
    26.
    if($cat_name !==  ») :
    27.
    query_posts(« category_name=$cat_name&showposts=$posts_wanted »);
    28.
    elseif($tag_name !==  ») :
    29.
    query_posts(« tag=$tag_name&showposts=$posts_wanted »);
    30.
    endif;
    31.
    // Loop through the posts
    32.
    while (have_posts()) : the_post();
    33.

    34.
    // Get the « Video » custom field Key as an array (displays single Value in the video block)
    35.
    $video = get_post_custom_values($key = ‘Video’);
    36.
    ?>
    37.
    38.
    // Check to see if custom field « Video » is set and if it has anything in the « Value » field.
    39.
    if(isset($video[0]) && strcmp($video[0], »)!= 0) {
    40.
    // Display valid XHTML player for YouTube, Google, MetaCafe, and other video sites
    41.
    // « echo $video[0]; » displays the first item in the array for the custom field « Video »
    42.
    ?>
    43.
    46.

    47.
    48.
    } // endif
    49.
    // If there is no Value for the custom field Key « Video »
    50.
    else {
    51.
    // echo error checking, which makes it easier for me to help users that don’t know what they’re doing
    52.
    _e(‘Did not add a video URL to the custom field Key of « Video »‘,’options’);
    53.
    echo ‘‘;
    54.
    } // endelse
    55.
    ?>
    56.

     » title= »« > »

    57.

    58.

    59.

    60.

    61.

    62.

    63.
    64.
    // This file displays the latest video article in the sidebar
    65.
    // Set the name of the tag or category you want to use if different than the « videos » tag
    66.
    // Number of posts you want to display (change « $posts_wanted=1 » to the number of posts you want shown)
    67.
    $cat_name = ‘video-culture’;
    68.
    $tag_name = ‘culture’;
    69.
    $posts_wanted = 1;
    70.
    ?>
    71.

    72.
    73.

    74.
    // Query the posts for latest video article title (tab list)
    75.
    rewind_posts();
    76.
    if($cat_name !==  ») :
    77.
    query_posts(« category_name=$cat_name&showposts=$posts_wanted »);
    78.
    elseif($tag_name !==  ») :
    79.
    query_posts(« tag=$tag_name&showposts=$posts_wanted »);
    80.
    endif;
    81.
    // Loop through the posts
    82.
    while (have_posts()) : the_post();
    83.

    84.
    // Get the « Video » custom field Key as an array (displays single Value in the video block)
    85.
    $video = get_post_custom_values($key = ‘Video’);
    86.
    ?>
    87.
    88.
    // Check to see if custom field « Video » is set and if it has anything in the « Value » field.
    89.
    if(isset($video[0]) && strcmp($video[0], »)!= 0) {
    90.
    // Display valid XHTML player for YouTube, Google, MetaCafe, and other video sites
    91.
    // « echo $video[0]; » displays the first item in the array for the custom field « Video »
    92.
    ?>
    93.
    96.

    97.
    98.
    } // endif
    99.
    // If there is no Value for the custom field Key « Video »
    100.
    else {
    101.
    // echo error checking, which makes it easier for me to help users that don’t know what they’re doing
    102.
    _e(‘Did not add a video URL to the custom field Key of « Video »‘,’options’);
    103.
    echo ‘‘;
    104.
    } // endelse
    105.
    ?>
    106.

     » title= »« > »

    107.

    108.

    109.

    110.

    111.

    112.
    113.
    // This file displays the latest video article in the sidebar
    114.
    // Set the name of the tag or category you want to use if different than the « videos » tag
    115.
    // Number of posts you want to display (change « $posts_wanted=1 » to the number of posts you want shown)
    116.
    $cat_name = ‘video-media’;
    117.
    $tag_name = ‘media’;
    118.
    $posts_wanted = 1;
    119.
    ?>
    120.

    121.
    122.

    123.
    // Query the posts for latest video article title (tab list)
    124.
    rewind_posts();
    125.
    if($cat_name !==  ») :
    126.
    query_posts(« category_name=$cat_name&showposts=$posts_wanted »);
    127.
    elseif($tag_name !==  ») :
    128.
    query_posts(« tag=$tag_name&showposts=$posts_wanted »);
    129.
    endif;
    130.
    // Loop through the posts
    131.
    while (have_posts()) : the_post();
    132.

    133.
    // Get the « Video » custom field Key as an array (displays single Value in the video block)
    134.
    $video = get_post_custom_values($key = ‘Video’);
    135.
    ?>
    136.
    137.
    // Check to see if custom field « Video » is set and if it has anything in the « Value » field.
    138.
    if(isset($video[0]) && strcmp($video[0], »)!= 0) {
    139.
    // Display valid XHTML player for YouTube, Google, MetaCafe, and other video sites
    140.
    // « echo $video[0]; » displays the first item in the array for the custom field « Video »
    141.
    ?>
    142.
    145.

    146.
    147.
    } // endif
    148.
    // If there is no Value for the custom field Key « Video »
    149.
    else {
    150.
    // echo error checking, which makes it easier for me to help users that don’t know what they’re doing
    151.
    _e(‘Did not add a video URL to the custom field Key of « Video »‘,’options’);
    152.
    echo ‘‘;
    153.
    } // endelse
    154.
    ?>
    155.

     » title= »« > »

    156.

    157.

    158.

    159.

    160.

    161.

    167.

    J’espère que l’un de vous pourra m’aider à résoudre ce problème. Merci.

    Lumiere de Lune
    Participant
    Maître WordPress
    20531 contributions

    La discussion étant déjà ouverte ailleurs, ce n’est pas la peine de faire un doublon, d’autant plus qu’elle n’est pas liée à un thème particulier.

2 sujets de 1 à 2 (sur un total de 2)
  • Le sujet ‘Prb avec archives VDO’ est fermé à de nouvelles réponses.