K2/ Joomla comme un blog

Réduire
X
 
  • Filtrer
  • Heure
  • Afficher
Tout effacer
nouveaux messages

  • #16
    Re : K2/ Joomla comme un blog

    Ajoute ça là où tu veux que cela s'affiche

    <?php if($params->get('itemRelated') && isset($this->relatedItems)): ?>
    <div class="itemAuthorContent">
    <h3><?php echo JText::_("K2_RELATED_ITEMS_BY_TAG"); ?></h3>
    <ul>
    <?php foreach($this->relatedItems as $key=>$item): ?>
    <li class="<?php echo ($key%2) ? "odd" : "even"; ?>"> <a class="itemRelTitle" href="<?php echo $item->link ?>"><?php echo $item->title; ?></a> </li>
    <?php endforeach; ?>
    </ul>
    </div>
    <?php endif; ?>

    et d'une manière général, tu peux consulter le item.php par défaut de K2 qui est components/com_k2/templates/default/
    Christophe
    http://www.webcrea.fr

    Commentaire


    • #17
      Re : K2/ Joomla comme un blog

      Bonjour,
      Donc, effectivement j'ai besoin d'aides pour afficher les éléments relatifs.
      Au passage, comment K2 les choisit ?
      Par mots clés ? mais lesquels ?
      BUGZERO.FR ==> Assistance informatique à distance PC, Mac, Linux, du Lundi au Samedi, 9h - 19h;
      Nouveau, prestations de référencement naturel: seo-systeme.fr sur Nice et le 06

      Commentaire


      • #18
        Re : K2/ Joomla comme un blog

        Envoyé par marveljojo Voir le message
        Bonjour,
        Donc, effectivement j'ai besoin d'aides pour afficher les éléments relatifs.
        Au passage, comment K2 les choisit ?
        Par mots clés ? mais lesquels ?
        il prend le premier tag de l'élément affiché et affiches les autres éléments ayant le meme tag.
        Si il manques des éléments ( 3 elements ayant un tag commun pour 5 éléments relatif devant etre affichés), une rechercheavec le second tag de l'élément affiché pour trouver ceux qui manquent.

        Si les tags ne sont pas utilisés sur le site, alors ce sont les éléments de la même catégorie selon l'ordre d affichage de ceux ci

        Commentaire


        • #19
          Re : K2/ Joomla comme un blog

          autre question très bete pour toi:
          dans ta categorie
          dans la colonne de droite onglet Options d'affichage de l'élément > elements relatifs .
          Le premier paramètre est sur afficher ou masquer ?

          vu que tu donnes les paramètres concernant l auteur au lieu des éléments relatifs, la question est légitime......

          Commentaire


          • #20
            Re : K2/ Joomla comme un blog

            Envoyé par lefabdu51 Voir le message
            autre question très bete pour toi:
            dans ta categorie
            dans la colonne de droite onglet Options d'affichage de l'élément > elements relatifs .
            Le premier paramètre est sur afficher ou masquer ?

            vu que tu donnes les paramètres concernant l auteur au lieu des éléments relatifs, la question est légitime......
            Bonjour lefabdu 51,

            Merci pour ton retour

            Donc, la colonne de droite, dans l'onglet Option d'affichage de l'élément > éléments relatifs

            Voici ce qui sont en position "afficher :
            - Eléments relatifs par étiquette
            - Limite pour les éléments relatifs :5
            - Titre de l'élément relatif
            - Catégorie de l'élément relatif
            -Image de l'élément relatif: très petite
            - Text d'introduction de l'élément relatif

            Et les options en position "Masquer" :

            - Texte complet de l'élément relatif
            - Auteur de l'élément relatif
            - Média de l'élément relatif
            - Galerie d'images de l'élément relatif

            Ai je répondu à tes questions ?
            BUGZERO.FR ==> Assistance informatique à distance PC, Mac, Linux, du Lundi au Samedi, 9h - 19h;
            Nouveau, prestations de référencement naturel: seo-systeme.fr sur Nice et le 06

            Commentaire


            • #21
              Re : K2/ Joomla comme un blog

              Envoyé par lefabdu51 Voir le message
              il prend le premier tag de l'élément affiché et affiches les autres éléments ayant le meme tag.
              Si il manques des éléments ( 3 elements ayant un tag commun pour 5 éléments relatif devant etre affichés), une rechercheavec le second tag de l'élément affiché pour trouver ceux qui manquent.

              Si les tags ne sont pas utilisés sur le site, alors ce sont les éléments de la même catégorie selon l'ordre d affichage de ceux ci
              Remerci

              J'ai donc bien 2 étiquettes par articles.
              Exemple :


              Est ce bon ainsi ?
              BUGZERO.FR ==> Assistance informatique à distance PC, Mac, Linux, du Lundi au Samedi, 9h - 19h;
              Nouveau, prestations de référencement naturel: seo-systeme.fr sur Nice et le 06

              Commentaire


              • #22
                Re : K2/ Joomla comme un blog

                Envoyé par lefabdu51 Voir le message
                peut tu poster le contenu du fichier /templates/[nom du template]/html/com_k2/default/item.php ?

                second point dans le dossier /templates/[nom du template]/html/com_k2/ as tu d'autres dossiers que le dossier default ?

                Le paramètrage indiqué concernes les informations de l'auteur et non les éléments relatifs......
                He bien décidément, merci lebafdu51

                J'utilise 2 templates.
                toranj ==> pour le site (par défaut)
                tz_titania_joomla ==> pour la boutique hikashop.

                En ce qui nous concerne, dans
                /templates/toranj/html/com_k2, j'ai les dossiers suivants :
                blog-grid
                blog-list
                blog-list-sidebar
                blog-minimal-list
                default
                portfolio

                Et voici le contenu du fichier itemp.php

                Merci

                <?php
                /**
                * @version 2.6.x
                * @package K2
                * @author JoomlaWorks http://www.joomlaworks.net
                * @copyright Copyright (c) 2006 - 2014 JoomlaWorks Ltd. All rights reserved.
                * @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
                */

                // no direct access
                defined('_JEXEC') or die;

                ?>

                <?php if(JRequest::getInt('print')==1): ?>
                <!-- Print button at the top of the print page only -->
                <a class="itemPrintThisPage" rel="nofollow" href="#" onclick="window.print();return false;">
                <span><?php echo JText::_('K2_PRINT_THIS_PAGE'); ?></span>
                </a>
                <?php endif; ?>

                <!-- Start K2 Item Layout -->
                <span id="startOfPageId<?php echo JRequest::getInt('id'); ?>"></span>

                <div id="k2Container" class="itemView<?php echo ($this->item->featured) ? ' itemIsFeatured' : ''; ?><?php if($this->item->params->get('pageclass_sfx')) echo ' '.$this->item->params->get('pageclass_sfx'); ?>">

                <!-- Plugins: BeforeDisplay -->
                <?php echo $this->item->event->BeforeDisplay; ?>

                <!-- K2 Plugins: K2BeforeDisplay -->
                <?php echo $this->item->event->K2BeforeDisplay; ?>

                <div class="itemHeader">

                <?php if($this->item->params->get('itemTitle')): ?>
                <!-- Item title -->
                <h2 class="itemTitle">
                <?php if(isset($this->item->editLink)): ?>
                <!-- Item edit link -->
                <span class="itemEditLink">
                <a class="modal" rel="{handler:'iframe',size:{x:990,y:550}}" href="<?php echo $this->item->editLink; ?>">
                <?php echo JText::_('K2_EDIT_ITEM'); ?>
                </a>
                </span>
                <?php endif; ?>

                <?php echo $this->item->title; ?>

                <?php if($this->item->params->get('itemFeaturedNotice') && $this->item->featured): ?>
                <!-- Featured flag -->
                <span>
                <sup>
                <?php echo JText::_('K2_FEATURED'); ?>
                </sup>
                </span>
                <?php endif; ?>

                </h2>
                <?php endif; ?>

                <?php if($this->item->params->get('itemHits') || ($this->item->params->get('itemDateModified') && intval($this->item->modified)!=0)): ?>
                <div class="itemContentFooter">

                <?php if($this->item->params->get('itemHits')): ?>
                <!-- Item Hits -->
                <span class="itemHits">
                <?php echo JText::_('K2_READ'); ?> <b><?php echo $this->item->hits; ?></b> <?php echo JText::_('K2_TIMES'); ?>
                </span>
                <?php endif; ?>

                <?php // if($this->item->params->get('itemDateModified') && intval($this->item->modified)!=0): ?>
                <!-- Item date modified -->
                <span class="itemDateModified">
                <?php echo JHTML::_('date', $this->item->created, JText::_('d M Y')); ?>
                </span>
                <?php //endif; ?>

                <div class="clr"></div>
                </div>
                <?php endif; ?>

                <?php if($this->item->params->get('itemAuthor')): ?>
                <!-- Item Author -->
                <span class="itemAuthor">
                <?php echo K2HelperUtilities::writtenBy($this->item->author->profile->gender); ?>&nbsp;
                <?php if(empty($this->item->created_by_alias)): ?>
                <a rel="author" href="<?php echo $this->item->author->link; ?>"><?php echo $this->item->author->name; ?></a>
                <?php else: ?>
                <?php echo $this->item->author->name; ?>
                <?php endif; ?>
                </span>
                <?php endif; ?>

                </div>

                <!-- Plugins: AfterDisplayTitle -->
                <?php echo $this->item->event->AfterDisplayTitle; ?>

                <!-- K2 Plugins: K2AfterDisplayTitle -->
                <?php echo $this->item->event->K2AfterDisplayTitle; ?>

                <?php if(
                $this->item->params->get('itemFontResizer') ||
                $this->item->params->get('itemPrintButton') ||
                $this->item->params->get('itemEmailButton') ||
                $this->item->params->get('itemSocialButton') ||
                $this->item->params->get('itemVideoAnchor') ||
                $this->item->params->get('itemImageGalleryAnchor') ||
                $this->item->params->get('itemCommentsAnchor')
                ): ?>
                <div class="itemToolbar">
                <ul>
                <?php if($this->item->params->get('itemFontResizer')): ?>
                <!-- Font Resizer -->
                <li>
                <span class="itemTextResizerTitle"><?php echo JText::_('K2_FONT_SIZE'); ?></span>
                <a href="#" id="fontDecrease">
                <span><?php echo JText::_('K2_DECREASE_FONT_SIZE'); ?></span>
                <img src="<?php echo JURI::root(true); ?>/components/com_k2/images/system/blank.gif" alt="<?php echo JText::_('K2_DECREASE_FONT_SIZE'); ?>" />
                </a>
                <a href="#" id="fontIncrease">
                <span><?php echo JText::_('K2_INCREASE_FONT_SIZE'); ?></span>
                <img src="<?php echo JURI::root(true); ?>/components/com_k2/images/system/blank.gif" alt="<?php echo JText::_('K2_INCREASE_FONT_SIZE'); ?>" />
                </a>
                </li>
                <?php endif; ?>

                <?php if($this->item->params->get('itemPrintButton') && !JRequest::getInt('print')): ?>
                <!-- Print Button -->
                <li>
                <a class="itemPrintLink" rel="nofollow" href="<?php echo $this->item->printLink; ?>" onclick="window.open(this.href,'printWindow','widt h=900,height=600,location=no,menubar=no,resizable= yes,scrollbars=yes'); return false;">
                <span><?php echo JText::_('K2_PRINT'); ?></span>
                </a>
                </li>
                <?php endif; ?>

                <?php if($this->item->params->get('itemEmailButton') && !JRequest::getInt('print')): ?>
                <!-- Email Button -->
                <li>
                <a class="itemEmailLink" rel="nofollow" href="<?php echo $this->item->emailLink; ?>" onclick="window.open(this.href,'emailWindow','widt h=400,height=350,location=no,menubar=no,resizable= no,scrollbars=no'); return false;">
                <span><?php echo JText::_('K2_EMAIL'); ?></span>
                </a>
                </li>
                <?php endif; ?>

                <?php if($this->item->params->get('itemSocialButton') && !is_null($this->item->params->get('socialButtonCode', NULL))): ?>
                <!-- Item Social Button -->
                <li>
                <?php echo $this->item->params->get('socialButtonCode'); ?>
                </li>
                <?php endif; ?>

                <?php if($this->item->params->get('itemVideoAnchor') && !empty($this->item->video)): ?>
                <!-- Anchor link to item video below - if it exists -->
                <li>
                <a class="itemVideoLink k2Anchor" href="<?php echo $this->item->link; ?>#itemVideoAnchor"><?php echo JText::_('K2_MEDIA'); ?></a>
                </li>
                <?php endif; ?>

                <?php if($this->item->params->get('itemImageGalleryAnchor') && !empty($this->item->gallery)): ?>
                <!-- Anchor link to item image gallery below - if it exists -->
                <li>
                <a class="itemImageGalleryLink k2Anchor" href="<?php echo $this->item->link; ?>#itemImageGalleryAnchor"><?php echo JText::_('K2_IMAGE_GALLERY'); ?></a>
                </li>
                <?php endif; ?>

                <?php if($this->item->params->get('itemCommentsAnchor') && $this->item->params->get('itemComments') && ( ($this->item->params->get('comments') == '2' && !$this->user->guest) || ($this->item->params->get('comments') == '1')) ): ?>
                <!-- Anchor link to comments below - if enabled -->
                <li>
                <?php if(!empty($this->item->event->K2CommentsCounter)): ?>
                <!-- K2 Plugins: K2CommentsCounter -->
                <?php echo $this->item->event->K2CommentsCounter; ?>
                <?php else: ?>
                <?php if($this->item->numOfComments > 0): ?>
                <a class="itemCommentsLink k2Anchor" href="<?php echo $this->item->link; ?>#itemCommentsAnchor">
                <span><?php echo $this->item->numOfComments; ?></span> <?php echo ($this->item->numOfComments>1) ? JText::_('K2_COMMENTS') : JText::_('K2_COMMENT'); ?>
                </a>
                <?php else: ?>
                <a class="itemCommentsLink k2Anchor" href="<?php echo $this->item->link; ?>#itemCommentsAnchor">
                <?php echo JText::_('K2_BE_THE_FIRST_TO_COMMENT'); ?>
                </a>
                <?php endif; ?>
                <?php endif; ?>
                </li>
                <?php endif; ?>
                </ul>
                <div class="clr"></div>
                </div>
                <?php endif; ?>

                <?php if($this->item->params->get('itemRating')): ?>
                <!-- Item Rating -->
                <div class="itemRatingBlock">
                <span><?php echo JText::_('K2_RATE_THIS_ITEM'); ?></span>
                <div class="itemRatingForm">
                <ul class="itemRatingList">
                <li class="itemCurrentRating" id="itemCurrentRating<?php echo $this->item->id; ?>" style="width:<?php echo $this->item->votingPercentage; ?>%;"></li>
                <li><a href="#" data-id="<?php echo $this->item->id; ?>" title="<?php echo JText::_('K2_1_STAR_OUT_OF_5'); ?>" class="one-star">1</a></li>
                <li><a href="#" data-id="<?php echo $this->item->id; ?>" title="<?php echo JText::_('K2_2_STARS_OUT_OF_5'); ?>" class="two-stars">2</a></li>
                <li><a href="#" data-id="<?php echo $this->item->id; ?>" title="<?php echo JText::_('K2_3_STARS_OUT_OF_5'); ?>" class="three-stars">3</a></li>
                <li><a href="#" data-id="<?php echo $this->item->id; ?>" title="<?php echo JText::_('K2_4_STARS_OUT_OF_5'); ?>" class="four-stars">4</a></li>
                <li><a href="#" data-id="<?php echo $this->item->id; ?>" title="<?php echo JText::_('K2_5_STARS_OUT_OF_5'); ?>" class="five-stars">5</a></li>
                </ul>
                <div id="itemRatingLog<?php echo $this->item->id; ?>" class="itemRatingLog"><?php echo $this->item->numOfvotes; ?></div>
                <div class="clr"></div>
                </div>
                <div class="clr"></div>
                </div>
                <?php endif; ?>

                <div class="itemBody">

                <!-- Plugins: BeforeDisplayContent -->
                <?php echo $this->item->event->BeforeDisplayContent; ?>

                <!-- K2 Plugins: K2BeforeDisplayContent -->
                <?php echo $this->item->event->K2BeforeDisplayContent; ?>

                <?php if($this->item->params->get('itemImage') && !empty($this->item->image)): ?>
                <!-- Item Image -->
                <div class="featured-img">
                <img src="<?php echo $this->item->image; ?>" alt="<?php if(!empty($this->item->image_caption)) echo K2HelperUtilities::cleanHtml($this->item->image_caption); else echo K2HelperUtilities::cleanHtml($this->item->title); ?>" style="width:<?php echo $this->item->imageWidth; ?>px; height:auto;" class="img-responsive" />
                </div>
                <?php endif; ?>




                <?php if(!empty($this->item->fulltext)): ?>
                <?php if($this->item->params->get('itemIntroText')): ?>
                <!-- Item introtext -->
                <div class="itemIntroText">
                <?php echo $this->item->introtext; ?>
                </div>
                <?php endif; ?>
                <?php if($this->item->params->get('itemFullText')): ?>
                <!-- Item fulltext -->
                <div class="itemFullText">
                <?php echo $this->item->fulltext; ?>
                </div>
                <?php endif; ?>
                <?php else: ?>
                <!-- Item text -->
                <div class="itemFullText">
                <?php echo $this->item->introtext; ?>
                </div>
                <?php endif; ?>

                <div class="clr"></div>

                <?php if($this->item->params->get('itemExtraFields') && count($this->item->extra_fields)): ?>
                <!-- Item extra fields -->
                <div class="itemExtraFields">
                <h3><?php echo JText::_('K2_ADDITIONAL_INFO'); ?></h3>
                <ul>
                <?php foreach ($this->item->extra_fields as $key=>$extraField): ?>
                <?php if($extraField->value != ''): ?>
                <li class="<?php echo ($key%2) ? "odd" : "even"; ?> type<?php echo ucfirst($extraField->type); ?> group<?php echo $extraField->group; ?>">
                <?php if($extraField->type == 'header'): ?>
                <h4 class="itemExtraFieldsHeader"><?php echo $extraField->name; ?></h4>
                <?php else: ?>
                <span class="itemExtraFieldsLabel"><?php echo $extraField->name; ?>:</span>
                <span class="itemExtraFieldsValue"><?php echo $extraField->value; ?></span>
                <?php endif; ?>
                </li>
                <?php endif; ?>
                <?php endforeach; ?>
                </ul>
                <div class="clr"></div>
                </div>
                <?php endif; ?>



                <!-- Plugins: AfterDisplayContent -->
                <?php echo $this->item->event->AfterDisplayContent; ?>

                <!-- K2 Plugins: K2AfterDisplayContent -->
                <?php echo $this->item->event->K2AfterDisplayContent; ?>

                <div class="clr"></div>
                </div>

                <?php if($this->item->params->get('itemTwitterButton',1) || $this->item->params->get('itemFacebookButton',1) || $this->item->params->get('itemGooglePlusOneButton',1)): ?>
                <!-- Social sharing -->
                <div class="itemSocialSharing">

                <?php if($this->item->params->get('itemTwitterButton',1)): ?>
                <!-- Twitter Button -->
                <div class="itemTwitterButton">
                <a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal"<?php if($this->item->params->get('twitterUsername')): ?> data-via="<?php echo $this->item->params->get('twitterUsername'); ?>"<?php endif; ?>>
                <?php echo JText::_('K2_TWEET'); ?>
                </a>
                <script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
                </div>
                <?php endif; ?>

                <?php if($this->item->params->get('itemFacebookButton',1)): ?>
                <!-- Facebook Button -->
                <div class="itemFacebookButton">
                <div id="fb-root"></div>
                <script type="text/javascript">
                (function(d, s, id) {
                var js, fjs = d.getElementsByTagName(s)[0];
                if (d.getElementById(id)) return;
                js = d.createElement(s); js.id = id;
                js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
                fjs.parentNode.insertBefore(js, fjs);
                }(document, 'script', 'facebook-jssdk'));
                </script>
                <div class="fb-like" data-send="false" data-width="200" data-show-faces="true"></div>
                </div>
                <?php endif; ?>

                <?php if($this->item->params->get('itemGooglePlusOneButton',1)): ?>
                <!-- Google +1 Button -->
                <div class="itemGooglePlusOneButton">
                <glusone annotation="inline" width="120"></glusone>
                <script type="text/javascript">
                (function() {
                window.___gcfg = {lang: 'en'}; // Define button default language here
                var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
                po.src = 'https://apis.google.com/js/plusone.js';
                var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
                })();
                </script>
                </div>
                <?php endif; ?>

                <div class="clr"></div>
                </div>
                <?php endif; ?>

                <?php if($this->item->params->get('itemCategory') || $this->item->params->get('itemTags') || $this->item->params->get('itemAttachments')): ?>
                <div class="itemLinks">

                <?php if($this->item->params->get('itemCategory')): ?>
                <!-- Item category -->
                <div class="itemCategory">
                <span><?php echo JText::_('K2_PUBLISHED_IN'); ?></span>
                <a href="<?php echo $this->item->category->link; ?>"><?php echo $this->item->category->name; ?></a>
                </div>
                <?php endif; ?>

                <?php if($this->item->params->get('itemTags') && count($this->item->tags)): ?>
                <!-- Item tags -->
                <div class="itemTagsBlock">

                <ul class="itemTags">
                <?php foreach ($this->item->tags as $tag): ?>
                <li><a href="<?php echo $tag->link; ?>"><?php echo $tag->name; ?></a></li>
                <?php endforeach; ?>
                </ul>
                <div class="clr"></div>
                </div>
                <?php endif; ?>

                <?php if($this->item->params->get('itemAttachments') && count($this->item->attachments)): ?>
                <!-- Item attachments -->
                <div class="itemAttachmentsBlock">
                <span><?php echo JText::_('K2_DOWNLOAD_ATTACHMENTS'); ?></span>
                <ul class="itemAttachments">
                <?php foreach ($this->item->attachments as $attachment): ?>
                <li>
                <a title="<?php echo K2HelperUtilities::cleanHtml($attachment->titleAttribute); ?>" href="<?php echo $attachment->link; ?>"><?php echo $attachment->title; ?></a>
                <?php if($this->item->params->get('itemAttachmentsCounter')): ?>
                <span>(<?php echo $attachment->hits; ?> <?php echo ($attachment->hits==1) ? JText::_('K2_DOWNLOAD') : JText::_('K2_DOWNLOADS'); ?>)</span>
                <?php endif; ?>
                </li>
                <?php endforeach; ?>
                </ul>
                </div>
                <?php endif; ?>

                <div class="clr"></div>
                </div>
                <?php endif; ?>

                <?php if($this->item->params->get('itemAuthorBlock') && empty($this->item->created_by_alias)): ?>
                <!-- Author Block -->
                <div class="itemAuthorBlock">

                <?php if($this->item->params->get('itemAuthorImage') && !empty($this->item->author->avatar)): ?>
                <img class="itemAuthorAvatar" src="<?php echo $this->item->author->avatar; ?>" alt="<?php echo K2HelperUtilities::cleanHtml($this->item->author->name); ?>" />
                <?php endif; ?>

                <div class="itemAuthorDetails">
                <h3 class="itemAuthorName">
                <a rel="author" href="<?php echo $this->item->author->link; ?>"><?php echo $this->item->author->name; ?></a>
                </h3>

                <?php if($this->item->params->get('itemAuthorDescription') && !empty($this->item->author->profile->description)): ?>
                <p><?php echo $this->item->author->profile->description; ?></p>
                <?php endif; ?>

                <?php if($this->item->params->get('itemAuthorURL') && !empty($this->item->author->profile->url)): ?>
                <span class="itemAuthorUrl"><?php echo JText::_('K2_WEBSITE'); ?> <a rel="me" href="<?php echo $this->item->author->profile->url; ?>" target="_blank"><?php echo str_replace('http://','',$this->item->author->profile->url); ?></a></span>
                <?php endif; ?>

                <?php if($this->item->params->get('itemAuthorEmail')): ?>
                <span class="itemAuthorEmail"><?php echo JText::_('K2_EMAIL'); ?> <?php echo JHTML::_('Email.cloak', $this->item->author->email); ?></span>
                <?php endif; ?>

                <div class="clr"></div>

                <!-- K2 Plugins: K2UserDisplay -->
                <?php echo $this->item->event->K2UserDisplay; ?>

                </div>
                <div class="clr"></div>
                </div>
                <?php endif; ?>

                <?php if($this->item->params->get('itemAuthorLatest') && empty($this->item->created_by_alias) && isset($this->authorLatestItems)): ?>
                <!-- Latest items from author -->
                <div class="itemAuthorLatest">
                <h3><?php echo JText::_('K2_LATEST_FROM'); ?> <?php echo $this->item->author->name; ?></h3>
                <ul>
                <?php foreach($this->authorLatestItems as $key=>$item): ?>
                <li class="<?php echo ($key%2) ? "odd" : "even"; ?>">
                <a href="<?php echo $item->link ?>"><?php echo $item->title; ?></a>
                </li>
                <?php endforeach; ?>
                </ul>
                <div class="clr"></div>
                </div>
                <?php endif; ?>

                <?php
                /*
                Note regarding 'Related Items'!
                If you add:
                - the CSS rule 'overflow-x:scroll;' in the element div.itemRelated {…} in the k2.css
                - the class 'k2Scroller' to the ul element below
                - the classes 'k2ScrollerElement' and 'k2EqualHeights' to the li element inside the foreach loop below
                - the style attribute 'style="width:<?php echo $item->imageWidth; ?>px;"' to the li element inside the foreach loop below
                ...then your Related Items will be transformed into a vertical-scrolling block, inside which, all items have the same height (equal column heights). This can be very useful if you want to show your related articles or products with title/author/category/image etc., which would take a significant amount of space in the classic list-style display.
                */
                ?>

                <?php if($this->item->params->get('itemRelated') && isset($this->relatedItems)): ?>
                <!-- Related items by tag -->
                <div class="itemRelated">
                <h3><?php echo JText::_("K2_RELATED_ITEMS_BY_TAG"); ?></h3>
                <ul>
                <?php foreach($this->relatedItems as $key=>$item): ?>
                <li class="<?php echo ($key%2) ? "odd" : "even"; ?>">

                <?php if($this->item->params->get('itemRelatedTitle', 1)): ?>
                <a class="itemRelTitle" href="<?php echo $item->link ?>"><?php echo $item->title; ?></a>
                <?php endif; ?>

                <?php if($this->item->params->get('itemRelatedCategory')): ?>
                <div class="itemRelCat"><?php echo JText::_("K2_IN"); ?> <a href="<?php echo $item->category->link ?>"><?php echo $item->category->name; ?></a></div>
                <?php endif; ?>

                <?php if($this->item->params->get('itemRelatedAuthor')): ?>
                <div class="itemRelAuthor"><?php echo JText::_("K2_BY"); ?> <a rel="author" href="<?php echo $item->author->link; ?>"><?php echo $item->author->name; ?></a></div>
                <?php endif; ?>

                <?php if($this->item->params->get('itemRelatedImageSize')): ?>
                <img style="width:<?php echo $item->imageWidth; ?>px;height:auto;" class="itemRelImg" src="<?php echo $item->image; ?>" alt="<?php K2HelperUtilities::cleanHtml($item->title); ?>" />
                <?php endif; ?>

                <?php if($this->item->params->get('itemRelatedIntrotext')): ?>
                <div class="itemRelIntrotext"><?php echo $item->introtext; ?></div>
                <?php endif; ?>

                <?php if($this->item->params->get('itemRelatedFulltext')): ?>
                <div class="itemRelFulltext"><?php echo $item->fulltext; ?></div>
                <?php endif; ?>

                <?php if($this->item->params->get('itemRelatedMedia')): ?>
                <?php if($item->videoType=='embedded'): ?>
                <div class="itemRelMediaEmbedded"><?php echo $item->video; ?></div>
                <?php else: ?>
                <div class="itemRelMedia"><?php echo $item->video; ?></div>
                <?php endif; ?>
                <?php endif; ?>

                <?php if($this->item->params->get('itemRelatedImageGallery')): ?>
                <div class="itemRelImageGallery"><?php echo $item->gallery; ?></div>
                <?php endif; ?>
                </li>
                <?php endforeach; ?>
                <li class="clr"></li>
                </ul>
                <div class="clr"></div>
                </div>
                <?php endif; ?>

                <div class="clr"></div>

                <?php if($this->item->params->get('itemVideo') && !empty($this->item->video)): ?>
                <!-- Item video -->
                <a name="itemVideoAnchor" id="itemVideoAnchor"></a>

                <div class="itemVideoBlock">
                <h3><?php echo JText::_('K2_MEDIA'); ?></h3>

                <?php if($this->item->videoType=='embedded'): ?>
                <div class="itemVideoEmbedded">
                <?php echo $this->item->video; ?>
                </div>
                <?php else: ?>
                <span class="itemVideo"><?php echo $this->item->video; ?></span>
                <?php endif; ?>

                <?php if($this->item->params->get('itemVideoCaption') && !empty($this->item->video_caption)): ?>
                <span class="itemVideoCaption"><?php echo $this->item->video_caption; ?></span>
                <?php endif; ?>

                <?php if($this->item->params->get('itemVideoCredits') && !empty($this->item->video_credits)): ?>
                <span class="itemVideoCredits"><?php echo $this->item->video_credits; ?></span>
                <?php endif; ?>

                <div class="clr"></div>
                </div>
                <?php endif; ?>

                <?php if($this->item->params->get('itemImageGallery') && !empty($this->item->gallery)): ?>
                <!-- Item image gallery -->
                <a name="itemImageGalleryAnchor" id="itemImageGalleryAnchor"></a>
                <div class="itemImageGallery">
                <h3><?php echo JText::_('K2_IMAGE_GALLERY'); ?></h3>
                <?php echo $this->item->gallery; ?>
                </div>
                <?php endif; ?>

                <?php if($this->item->params->get('itemNavigation') && !JRequest::getCmd('print') && (isset($this->item->nextLink) || isset($this->item->previousLink))): ?>
                <!-- Item navigation -->
                <div class="itemNavigation">
                <span class="itemNavigationTitle"><?php echo JText::_('K2_MORE_IN_THIS_CATEGORY'); ?></span>

                <?php if(isset($this->item->previousLink)): ?>
                <a class="itemPrevious" href="<?php echo $this->item->previousLink; ?>">
                &laquo; <?php echo $this->item->previousTitle; ?>
                </a>
                <?php endif; ?>

                <?php if(isset($this->item->nextLink)): ?>
                <a class="itemNext" href="<?php echo $this->item->nextLink; ?>">
                <?php echo $this->item->nextTitle; ?> &raquo;
                </a>
                <?php endif; ?>

                </div>
                <?php endif; ?>

                <!-- Plugins: AfterDisplay -->
                <?php echo $this->item->event->AfterDisplay; ?>

                <!-- K2 Plugins: K2AfterDisplay -->
                <?php echo $this->item->event->K2AfterDisplay; ?>

                <?php if($this->item->params->get('itemComments') && ( ($this->item->params->get('comments') == '2' && !$this->user->guest) || ($this->item->params->get('comments') == '1'))): ?>
                <!-- K2 Plugins: K2CommentsBlock -->
                <?php echo $this->item->event->K2CommentsBlock; ?>
                <?php endif; ?>

                <?php if($this->item->params->get('itemComments') && ($this->item->params->get('comments') == '1' || ($this->item->params->get('comments') == '2')) && empty($this->item->event->K2CommentsBlock)): ?>
                <!-- Item comments -->
                <a name="itemCommentsAnchor" id="itemCommentsAnchor"></a>

                <div class="itemComments">

                <?php if($this->item->params->get('commentsFormPosition')=='above' && $this->item->params->get('itemComments') && !JRequest::getInt('print') && ($this->item->params->get('comments') == '1' || ($this->item->params->get('comments') == '2' && K2HelperPermissions::canAddComment($this->item->catid)))): ?>
                <!-- Item comments form -->
                <div class="itemCommentsForm">
                <?php echo $this->loadTemplate('comments_form'); ?>
                </div>
                <?php endif; ?>

                <?php if($this->item->numOfComments>0 && $this->item->params->get('itemComments') && ($this->item->params->get('comments') == '1' || ($this->item->params->get('comments') == '2'))): ?>
                <!-- Item user comments -->
                <h3 class="itemCommentsCounter">
                <span><?php echo $this->item->numOfComments; ?></span> <?php echo ($this->item->numOfComments>1) ? JText::_('K2_COMMENTS') : JText::_('K2_COMMENT'); ?>
                </h3>

                <ul class="itemCommentsList">
                <?php foreach ($this->item->comments as $key=>$comment): ?>
                <li class="<?php echo ($key%2) ? "odd" : "even"; echo (!$this->item->created_by_alias && $comment->userID==$this->item->created_by) ? " authorResponse" : ""; echo($comment->published) ? '':' unpublishedComment'; ?>">

                <span class="commentLink">
                <a href="<?php echo $this->item->link; ?>#comment<?php echo $comment->id; ?>" name="comment<?php echo $comment->id; ?>" id="comment<?php echo $comment->id; ?>">
                <?php echo JText::_('K2_COMMENT_LINK'); ?>
                </a>
                </span>

                <?php if($comment->userImage): ?>
                <img src="<?php echo $comment->userImage; ?>" alt="<?php echo JFilterOutput::cleanText($comment->userName); ?>" width="<?php echo $this->item->params->get('commenterImgWidth'); ?>" />
                <?php endif; ?>

                <span class="commentDate">
                <?php echo JHTML::_('date', $comment->commentDate, JText::_('K2_DATE_FORMAT_LC2')); ?>
                </span>

                <span class="commentAuthorName">
                <?php echo JText::_('K2_POSTED_BY'); ?>
                <?php if(!empty($comment->userLink)): ?>
                <a href="<?php echo JFilterOutput::cleanText($comment->userLink); ?>" title="<?php echo JFilterOutput::cleanText($comment->userName); ?>" target="_blank" rel="nofollow">
                <?php echo $comment->userName; ?>
                </a>
                <?php else: ?>
                <?php echo $comment->userName; ?>
                <?php endif; ?>
                </span>

                <p><?php echo $comment->commentText; ?></p>

                <?php if($this->inlineCommentsModeration || ($comment->published && ($this->params->get('commentsReporting')=='1' || ($this->params->get('commentsReporting')=='2' && !$this->user->guest)))): ?>
                <span class="commentToolbar">
                <?php if($this->inlineCommentsModeration): ?>
                <?php if(!$comment->published): ?>
                <a class="commentApproveLink" href="<?php echo JRoute::_('index.php?option=com_k2&view=comments&t ask=publish&commentID='.$comment->id.'&format=raw')?>"><?php echo JText::_('K2_APPROVE')?></a>
                <?php endif; ?>

                <a class="commentRemoveLink" href="<?php echo JRoute::_('index.php?option=com_k2&view=comments&t ask=remove&commentID='.$comment->id.'&format=raw')?>"><?php echo JText::_('K2_REMOVE')?></a>
                <?php endif; ?>

                <?php if($comment->published && ($this->params->get('commentsReporting')=='1' || ($this->params->get('commentsReporting')=='2' && !$this->user->guest))): ?>
                <a class="modal" rel="{handler:'iframe',size:{x:560,y:480}}" href="<?php echo JRoute::_('index.php?option=com_k2&view=comments&t ask=report&commentID='.$comment->id)?>"><?php echo JText::_('K2_REPORT')?></a>
                <?php endif; ?>

                <?php if($comment->reportUserLink): ?>
                <a class="k2ReportUserButton" href="<?php echo $comment->reportUserLink; ?>"><?php echo JText::_('K2_FLAG_AS_SPAMMER'); ?></a>
                <?php endif; ?>

                </span>
                <?php endif; ?>

                <div class="clr"></div>
                </li>
                <?php endforeach; ?>
                </ul>

                <div class="itemCommentsPagination">
                <?php echo $this->pagination->getPagesLinks(); ?>
                <div class="clr"></div>
                </div>
                <?php endif; ?>

                <?php if($this->item->params->get('commentsFormPosition')=='below' && $this->item->params->get('itemComments') && !JRequest::getInt('print') && ($this->item->params->get('comments') == '1' || ($this->item->params->get('comments') == '2' && K2HelperPermissions::canAddComment($this->item->catid)))): ?>
                <!-- Item comments form -->
                <div class="itemCommentsForm">
                <?php echo $this->loadTemplate('comments_form'); ?>
                </div>
                <?php endif; ?>

                <?php $user = JFactory::getUser(); if ($this->item->params->get('comments') == '2' && $user->guest): ?>
                <div><?php echo JText::_('K2_LOGIN_TO_POST_COMMENTS'); ?></div>
                <?php endif; ?>

                </div>
                <?php endif; ?>

                <?php if(!JRequest::getCmd('print')): ?>
                <div class="itemBackToTop">
                <a class="k2Anchor" href="<?php echo $this->item->link; ?>#startOfPageId<?php echo JRequest::getInt('id'); ?>">
                <?php echo JText::_('K2_BACK_TO_TOP'); ?>
                </a>
                </div>
                <?php endif; ?>

                <div class="clr"></div>
                </div>
                <!-- End K2 Item Layout -->
                BUGZERO.FR ==> Assistance informatique à distance PC, Mac, Linux, du Lundi au Samedi, 9h - 19h;
                Nouveau, prestations de référencement naturel: seo-systeme.fr sur Nice et le 06

                Commentaire


                • #23
                  Re : K2/ Joomla comme un blog

                  /templates/toranj/html/com_k2, j'ai les dossiers suivants :
                  blog-grid
                  blog-list
                  blog-list-sidebar
                  blog-minimal-list
                  default
                  portfolio
                  dans les reglages de la catégorie colonne de droite. Le premier paramètre est choisir un modéle (sous template).
                  Tu as quoi de choisi ?

                  Car cette liste de dossiers est la liste des sous templates que tu peut utiliser. peut etre que celui que tu utilise n'embarques pas les éléments relatifs...

                  et le paramètre "afficher les éléments relatifs" est sur masquer ou afficher ?

                  Cette question est importante, car le fichier item.php que tu as envoyé ici permet l'affichage des éléments relatifs si le paramètre est sur afficher.

                  Maintenant , autre question, est ce que ce fichier item.php correspond au sous template utilisé pour ta catégorie ?
                  Dernière édition par lefabdu51 à 20/06/2015, 17h06

                  Commentaire


                  • #24
                    Re : K2/ Joomla comme un blog

                    Bonjour Et bon dimanche,

                    Mes réponses à la suite, et merci pour ton aide, cela fait plaisir

                    Envoyé par lefabdu51 Voir le message
                    dans les reglages de la catégorie colonne de droite. Le premier paramètre est choisir un modéle (sous template).
                    Tu as quoi de choisi ?
                    J'ai "blog-list-sidebar"
                    Car cette liste de dossiers est la liste des sous templates que tu peut utiliser. peut etre que celui que tu utilise n'embarques pas les éléments relatifs...

                    et le paramètre "afficher les éléments relatifs" est sur masquer ou afficher ?
                    En dessous, dans l'onglet "grille de mise en page", j'ai toutes options à "0" excepté "Nombres d'éléments en entête" qui est à 6.
                    Dans "Elements relatifs", j'ai tout qui est "affiché", excepté les options suivantes qui sont sur "Masquer"

                    - Texte complet de l'élément relatif
                    - Auteur de l'élément relatif
                    - Média de l'élément relatif
                    - Galerie d'images de l'élément relati

                    Maintenant , autre question, est ce que ce fichier item.php correspond au sous template utilisé pour ta catégorie ?
                    heu là j'ai pas compris ta demande
                    Comment vérifier ce fait ?

                    Et bon dimanche encore
                    BUGZERO.FR ==> Assistance informatique à distance PC, Mac, Linux, du Lundi au Samedi, 9h - 19h;
                    Nouveau, prestations de référencement naturel: seo-systeme.fr sur Nice et le 06

                    Commentaire


                    • #25
                      Re : K2/ Joomla comme un blog

                      Envoyé par marveljojo Voir le message
                      Bonjour Et bon dimanche,

                      Mes réponses à la suite, et merci pour ton aide, cela fait plaisir


                      J'ai "blog-list-sidebar"
                      donc le fichier item.php que tu doit m envoyer est situé dans le dossier blog-list-sidebar....

                      D'ailleurs, rien que le nom m'evoques des choses :sidebar= barre latérale.

                      Second point as tu essayé en selectionnant un autre sous template?
                      Dernière édition par lefabdu51 à 21/06/2015, 06h44

                      Commentaire


                      • #26
                        Re : K2/ Joomla comme un blog

                        Rebonjour,

                        Je viens d'essayer en changeant et testant les autres modèles... et à part me changer le visuel, cela n'a rien fait de mieux

                        Là je suis désespéré ....
                        BUGZERO.FR ==> Assistance informatique à distance PC, Mac, Linux, du Lundi au Samedi, 9h - 19h;
                        Nouveau, prestations de référencement naturel: seo-systeme.fr sur Nice et le 06

                        Commentaire


                        • #27
                          Re : K2/ Joomla comme un blog

                          poste le fichier item.php du sous template que tu utilise...

                          Commentaire


                          • #28
                            Re : K2/ Joomla comme un blog

                            Envoyé par lefabdu51 Voir le message
                            poste le fichier item.php du sous template que tu utilise...
                            Bonjour ,
                            Alors voici le contenu du fichier item.php du dossier "/templates/toranj/html/com_k2/blog-list-sidebar" :

                            <?php
                            /**
                            * @version 2.6.x
                            * @package K2
                            * @author JoomlaWorks http://www.joomlaworks.net
                            * @copyright Copyright (c) 2006 - 2014 JoomlaWorks Ltd. All rights reserved.
                            * @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
                            */

                            // no direct access
                            defined('_JEXEC') or die;

                            ?>

                            <div class="blog-single-alt">



                            <div class="post mb-xlarge">

                            <!-- Post thumb -->
                            <div class="post-thumb">
                            <img src="<?php echo $this->item->image; ?>" alt="<?php if(!empty($this->item->image_caption)) echo K2HelperUtilities::cleanHtml($this->item->image_caption); else echo K2HelperUtilities::cleanHtml($this->item->title); ?>" style="width:<?php echo $this->item->imageWidth; ?>px; height:auto;" class="img-responsive" />
                            </div>
                            <!-- /Post thumb -->

                            <!-- Post Content -->
                            <div class="post-content">
                            <div class="post-content-wrapper">

                            <h1 class="post-header lined">
                            <?php echo $this->item->title; ?>
                            </h1>

                            <div class="post-meta">

                            <?php if($this->item->params->get('itemAuthor')): ?>
                            <span class="post-author-name">
                            <i class="fa fa-pencil-square-o list-icon"></i>
                            <?php echo $this->item->author->name; ?>
                            </span>
                            <?php endif; ?>

                            <?php if($this->item->params->get('itemDateModified') && intval($this->item->modified)!=0): ?>
                            <span class="post-date"><i class="fa fa-calendar-o list-icon"></i> <?php echo JHTML::_('date', $this->item->created, JText::_('d M Y')); ?></span>
                            <?php endif; ?>

                            <?php if($this->item->params->get('itemHits')): ?>
                            <span class="post-date"><i class="fa fa-eye list-icon"></i> <?php echo $this->item->hits; ?></span>
                            <?php endif; ?>

                            <?php if($this->item->params->get('itemTags') && count($this->item->tags)): ?>
                            <span class="post-tags">
                            <i class="fa fa-tags list-icon"></i>
                            <ul>
                            <?php $i=1; foreach ($this->item->tags as $tag): ?>
                            <li>
                            <?php if(count($this->item->tags) >= $i && $i> 1){ echo '<span>, </span>'; } $i++;?>
                            <a href="<?php echo $tag->link; ?>"><?php echo $tag->name; ?></a>
                            </li>
                            <?php endforeach; ?>
                            </ul>
                            </span>
                            <?php endif; ?>

                            </div>

                            <div class="post-main-content">
                            <?php if(!empty($this->item->fulltext)): ?>
                            <?php if($this->item->params->get('itemIntroText')): ?>
                            <!-- Item introtext -->
                            <div class="itemIntroText">
                            <?php echo $this->item->introtext; ?>
                            </div>
                            <?php endif; ?>
                            <?php if($this->item->params->get('itemFullText')): ?>
                            <!-- Item fulltext -->
                            <div class="itemFullText">
                            <?php echo $this->item->fulltext; ?>
                            </div>
                            <?php endif; ?>
                            <?php else: ?>
                            <!-- Item text -->
                            <div class="itemFullText">
                            <?php echo $this->item->introtext; ?>
                            </div>
                            <?php endif; ?>
                            </div>

                            </div>
                            </div>
                            <!-- /Post Content -->

                            </div>

                            <hr/>

                            <!-- Post Navigation -->
                            <?php if($this->item->params->get('itemNavigation') && !JRequest::getCmd('print') && (isset($this->item->nextLink) || isset($this->item->previousLink))): ?>

                            <div id="post-nav">

                            <?php if(isset($this->item->previousLink)): ?>
                            <a class="prev-post btn btn-lg btn-simple" href="<?php echo $this->item->previousLink; ?>">
                            <?php echo Jtext::_('COM_K2_PREVIOUS'); ?>
                            </a>
                            <?php endif; ?>

                            <?php if(isset($this->item->nextLink)): ?>
                            <a class="prev-post btn btn-lg btn-simple pull-right" href="<?php echo $this->item->nextLink; ?>">
                            <?php echo Jtext::_('COM_K2_NEXT'); ?>
                            </a>
                            <?php endif; ?>
                            </div>

                            <?php endif; ?>
                            <!-- /Post Navigation -->


                            <!-- Post Comments -->
                            <div id="post-comments">
                            <?php if($this->item->params->get('itemComments') && ( ($this->item->params->get('comments') == '2' && !$this->user->guest) || ($this->item->params->get('comments') == '1'))): ?>
                            <!-- K2 Plugins: K2CommentsBlock -->
                            <?php echo $this->item->event->K2CommentsBlock; ?>
                            <?php endif; ?>

                            <?php if($this->item->params->get('itemComments') && ($this->item->params->get('comments') == '1' || ($this->item->params->get('comments') == '2')) && empty($this->item->event->K2CommentsBlock)): ?>
                            <!-- Item comments -->
                            <!-- <a name="itemCommentsAnchor" id="itemCommentsAnchor"></a> -->

                            <!-- <div class="itemComments"> -->

                            <?php if($this->item->params->get('commentsFormPosition')=='above' && $this->item->params->get('itemComments') && !JRequest::getInt('print') && ($this->item->params->get('comments') == '1' || ($this->item->params->get('comments') == '2' && K2HelperPermissions::canAddComment($this->item->catid)))): ?>
                            <!-- Item comments form -->
                            <div id="comment-form">
                            <?php echo $this->loadTemplate('comments_form'); ?>
                            </div>
                            <?php endif; ?>

                            <?php if($this->item->numOfComments>0 && $this->item->params->get('itemComments') && ($this->item->params->get('comments') == '1' || ($this->item->params->get('comments') == '2'))): ?>
                            <!-- Item user comments -->
                            <h2 class="lined">
                            <?php echo $this->item->numOfComments; ?>
                            <?php echo ($this->item->numOfComments>1) ? JText::_('K2_COMMENTS') : JText::_('K2_COMMENT'); ?>
                            </h2>

                            <ul class="itemCommentsList" id="comment-list">
                            <?php foreach ($this->item->comments as $key=>$comment): ?>
                            <li class="<?php echo (!$this->item->created_by_alias && $comment->userID==$this->item->created_by) ? " authorResponse" : ""; echo($comment->published) ? '':' unpublishedComment'; ?>">



                            <?php if($comment->userImage): ?>
                            <img src="<?php echo $comment->userImage; ?>" alt="<?php echo JFilterOutput::cleanText($comment->userName); ?>" width="<?php echo $this->item->params->get('commenterImgWidth'); ?>" />
                            <?php endif; ?>

                            <span class="commentDate">
                            <?php echo JHTML::_('date', $comment->commentDate, JText::_('d M Y')); ?>
                            </span>

                            <span class="commentAuthorName">
                            <?php echo JText::_('K2_POSTED_BY'); ?>
                            <?php if(!empty($comment->userLink)): ?>
                            <a href="<?php echo JFilterOutput::cleanText($comment->userLink); ?>" title="<?php echo JFilterOutput::cleanText($comment->userName); ?>" target="_blank" rel="nofollow">
                            <?php echo $comment->userName; ?>
                            </a>
                            <?php else: ?>
                            <?php echo $comment->userName; ?>
                            <?php endif; ?>
                            </span>

                            <p><?php echo $comment->commentText; ?></p>

                            <?php if($this->inlineCommentsModeration || ($comment->published && ($this->params->get('commentsReporting')=='1' || ($this->params->get('commentsReporting')=='2' && !$this->user->guest)))): ?>
                            <span class="commentToolbar">
                            <?php if($this->inlineCommentsModeration): ?>
                            <?php if(!$comment->published): ?>
                            <a class="commentApproveLink" href="<?php echo JRoute::_('index.php?option=com_k2&view=comments&t ask=publish&commentID='.$comment->id.'&format=raw')?>"><?php echo JText::_('K2_APPROVE')?></a>
                            <?php endif; ?>

                            <a class="commentRemoveLink" href="<?php echo JRoute::_('index.php?option=com_k2&view=comments&t ask=remove&commentID='.$comment->id.'&format=raw')?>"><?php echo JText::_('K2_REMOVE')?></a>
                            <?php endif; ?>

                            <?php if($comment->published && ($this->params->get('commentsReporting')=='1' || ($this->params->get('commentsReporting')=='2' && !$this->user->guest))): ?>
                            <a class="modal" rel="{handler:'iframe',size:{x:560,y:480}}" href="<?php echo JRoute::_('index.php?option=com_k2&view=comments&t ask=report&commentID='.$comment->id)?>"><?php echo JText::_('K2_REPORT')?></a>
                            <?php endif; ?>

                            <?php if($comment->reportUserLink): ?>
                            <a class="k2ReportUserButton" href="<?php echo $comment->reportUserLink; ?>"><?php echo JText::_('K2_FLAG_AS_SPAMMER'); ?></a>
                            <?php endif; ?>

                            </span>
                            <?php endif; ?>

                            <div class="clr"></div>
                            </li>
                            <?php endforeach; ?>
                            </ul>

                            <div class="itemCommentsPagination">
                            <?php echo $this->pagination->getPagesLinks(); ?>
                            <div class="clr"></div>
                            </div>
                            <?php endif; ?>

                            <?php if($this->item->params->get('commentsFormPosition')=='below' && $this->item->params->get('itemComments') && !JRequest::getInt('print') && ($this->item->params->get('comments') == '1' || ($this->item->params->get('comments') == '2' && K2HelperPermissions::canAddComment($this->item->catid)))): ?>
                            <!-- Item comments form -->
                            <div class="itemCommentsForm">
                            <?php echo $this->loadTemplate('comments_form'); ?>
                            </div>
                            <?php endif; ?>

                            <?php $user = JFactory::getUser(); if ($this->item->params->get('comments') == '2' && $user->guest): ?>
                            <div><?php echo JText::_('K2_LOGIN_TO_POST_COMMENTS'); ?></div>
                            <?php endif; ?>

                            <!-- </div> -->
                            <?php endif; ?>
                            </div>
                            <!-- /Post Comments -->


                            <a class="back-to-top" href="#"></a>

                            </div>

                            <style>

                            .blog-list .post-content {
                            background: transparent;
                            padding: 50px 0px;
                            border: none;
                            box-shadow: none;
                            }
                            </style>
                            D'avance, merci
                            BUGZERO.FR ==> Assistance informatique à distance PC, Mac, Linux, du Lundi au Samedi, 9h - 19h;
                            Nouveau, prestations de référencement naturel: seo-systeme.fr sur Nice et le 06

                            Commentaire


                            • #29
                              Re : K2/ Joomla comme un blog

                              ce sous template ne permet pas d afficher les éléments relatifs.

                              Sauvegarde ce fichier item.php et ensuite edites le en remplacant son contenu par le contenu ci dessous :
                              Code:
                              <?php
                              /**
                              * @version 2.6.x
                              * @package K2
                              * @author JoomlaWorks http://www.joomlaworks.net
                              * @copyright Copyright (c) 2006 - 2014 JoomlaWorks Ltd. All rights reserved.
                              * @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
                              */
                              
                              // no direct access
                              defined('_JEXEC') or die;
                              
                              ?>
                              
                              <div class="blog-single-alt">
                              
                              
                              
                              <div class="post mb-xlarge">
                              
                              <!-- Post thumb -->
                              <div class="post-thumb">
                              <img src="<?php echo $this->item->image; ?>" alt="<?php if(!empty($this->item->image_caption)) echo K2HelperUtilities::cleanHtml($this->item->image_caption); else echo K2HelperUtilities::cleanHtml($this->item->title); ?>" style="width:<?php echo $this->item->imageWidth; ?>px; height:auto;" class="img-responsive" />
                              </div>
                              <!-- /Post thumb -->
                              
                              <!-- Post Content -->
                              <div class="post-content">
                              <div class="post-content-wrapper">
                              
                              <h1 class="post-header lined">
                              <?php echo $this->item->title; ?>
                              </h1>
                              
                              <div class="post-meta">
                              
                              <?php if($this->item->params->get('itemAuthor')): ?>
                              <span class="post-author-name">
                              <i class="fa fa-pencil-square-o list-icon"></i>
                              <?php echo $this->item->author->name; ?>
                              </span>
                              <?php endif; ?>
                              
                              <?php if($this->item->params->get('itemDateModified') && intval($this->item->modified)!=0): ?>
                              <span class="post-date"><i class="fa fa-calendar-o list-icon"></i> <?php echo JHTML::_('date', $this->item->created, JText::_('d M Y')); ?></span>
                              <?php endif; ?>
                              
                              <?php if($this->item->params->get('itemHits')): ?>
                              <span class="post-date"><i class="fa fa-eye list-icon"></i> <?php echo $this->item->hits; ?></span>
                              <?php endif; ?>
                              
                              <?php if($this->item->params->get('itemTags') && count($this->item->tags)): ?>
                              <span class="post-tags">
                              <i class="fa fa-tags list-icon"></i>
                              <ul>
                              <?php $i=1; foreach ($this->item->tags as $tag): ?>
                              <li>
                              <?php if(count($this->item->tags) >= $i && $i> 1){ echo '<span>, </span>'; } $i++;?>
                              <a href="<?php echo $tag->link; ?>"><?php echo $tag->name; ?></a>
                              </li>
                              <?php endforeach; ?>
                              </ul>
                              </span>
                              <?php endif; ?>
                              
                              </div>
                              
                              <div class="post-main-content">
                              <?php if(!empty($this->item->fulltext)): ?>
                              <?php if($this->item->params->get('itemIntroText')): ?>
                              <!-- Item introtext -->
                              <div class="itemIntroText">
                              <?php echo $this->item->introtext; ?>
                              </div>
                              <?php endif; ?>
                              <?php if($this->item->params->get('itemFullText')): ?>
                              <!-- Item fulltext -->
                              <div class="itemFullText">
                              <?php echo $this->item->fulltext; ?>
                              </div>
                              <?php endif; ?>
                              <?php else: ?>
                              <!-- Item text -->
                              <div class="itemFullText">
                              <?php echo $this->item->introtext; ?>
                              </div>
                              <?php endif; ?>
                              </div>
                              
                              </div>
                              </div>
                              <!-- /Post Content -->
                              <!-- Elements relatifs -->
                              <div class="itemAuthorContent">
                              <h3><?php echo JText::_("K2_RELATED_ITEMS_BY_TAG"); ?></h3>
                              <ul>
                              <?php foreach($this->relatedItems as $key=>$item): ?>
                              <li class="<?php echo ($key%2) ? "odd" : "even"; ?>"> <a class="itemRelTitle" href="<?php echo $item->link ?>"><?php echo $item->title; ?></a> </li>
                              <?php endforeach; ?>
                              </ul>
                              </div>
                              
                              <hr/>
                              
                              <!-- Post Navigation -->
                              <?php if($this->item->params->get('itemNavigation') && !JRequest::getCmd('print') && (isset($this->item->nextLink) || isset($this->item->previousLink))): ?>
                              
                              <div id="post-nav">
                              
                              <?php if(isset($this->item->previousLink)): ?>
                              <a class="prev-post btn btn-lg btn-simple" href="<?php echo $this->item->previousLink; ?>">
                              <?php echo Jtext::_('COM_K2_PREVIOUS'); ?>
                              </a>
                              <?php endif; ?>
                              
                              <?php if(isset($this->item->nextLink)): ?>
                              <a class="prev-post btn btn-lg btn-simple pull-right" href="<?php echo $this->item->nextLink; ?>">
                              <?php echo Jtext::_('COM_K2_NEXT'); ?>
                              </a>
                              <?php endif; ?>
                              </div>
                              
                              <?php endif; ?>
                              <!-- /Post Navigation -->
                              
                              
                              <!-- Post Comments -->
                              <div id="post-comments">
                              <?php if($this->item->params->get('itemComments') && ( ($this->item->params->get('comments') == '2' && !$this->user->guest) || ($this->item->params->get('comments') == '1'))): ?>
                              <!-- K2 Plugins: K2CommentsBlock -->
                              <?php echo $this->item->event->K2CommentsBlock; ?>
                              <?php endif; ?>
                              
                              <?php if($this->item->params->get('itemComments') && ($this->item->params->get('comments') == '1' || ($this->item->params->get('comments') == '2')) && empty($this->item->event->K2CommentsBlock)): ?>
                              <!-- Item comments -->
                              <!-- <a name="itemCommentsAnchor" id="itemCommentsAnchor"></a> -->
                              
                              <!-- <div class="itemComments"> -->
                              
                              <?php if($this->item->params->get('commentsFormPosition')=='above' && $this->item->params->get('itemComments') && !JRequest::getInt('print') && ($this->item->params->get('comments') == '1' || ($this->item->params->get('comments') == '2' && K2HelperPermissions::canAddComment($this->item->catid)))): ?>
                              <!-- Item comments form -->
                              <div id="comment-form">
                              <?php echo $this->loadTemplate('comments_form'); ?>
                              </div>
                              <?php endif; ?>
                              
                              <?php if($this->item->numOfComments>0 && $this->item->params->get('itemComments') && ($this->item->params->get('comments') == '1' || ($this->item->params->get('comments') == '2'))): ?>
                              <!-- Item user comments -->
                              <h2 class="lined">
                              <?php echo $this->item->numOfComments; ?>
                              <?php echo ($this->item->numOfComments>1) ? JText::_('K2_COMMENTS') : JText::_('K2_COMMENT'); ?>
                              </h2>
                              
                              <ul class="itemCommentsList" id="comment-list">
                              <?php foreach ($this->item->comments as $key=>$comment): ?>
                              <li class="<?php echo (!$this->item->created_by_alias && $comment->userID==$this->item->created_by) ? " authorResponse" : ""; echo($comment->published) ? '':' unpublishedComment'; ?>">
                              
                              
                              
                              <?php if($comment->userImage): ?>
                              <img src="<?php echo $comment->userImage; ?>" alt="<?php echo JFilterOutput::cleanText($comment->userName); ?>" width="<?php echo $this->item->params->get('commenterImgWidth'); ?>" />
                              <?php endif; ?>
                              
                              <span class="commentDate">
                              <?php echo JHTML::_('date', $comment->commentDate, JText::_('d M Y')); ?>
                              </span>
                              
                              <span class="commentAuthorName">
                              <?php echo JText::_('K2_POSTED_BY'); ?>
                              <?php if(!empty($comment->userLink)): ?>
                              <a href="<?php echo JFilterOutput::cleanText($comment->userLink); ?>" title="<?php echo JFilterOutput::cleanText($comment->userName); ?>" target="_blank" rel="nofollow">
                              <?php echo $comment->userName; ?>
                              </a>
                              <?php else: ?>
                              <?php echo $comment->userName; ?>
                              <?php endif; ?>
                              </span>
                              
                              <p><?php echo $comment->commentText; ?></p>
                              
                              <?php if($this->inlineCommentsModeration || ($comment->published && ($this->params->get('commentsReporting')=='1' || ($this->params->get('commentsReporting')=='2' && !$this->user->guest)))): ?>
                              <span class="commentToolbar">
                              <?php if($this->inlineCommentsModeration): ?>
                              <?php if(!$comment->published): ?>
                              <a class="commentApproveLink" href="<?php echo JRoute::_('index.php?option=com_k2&view=comments&t ask=publish&commentID='.$comment->id.'&format=raw')?>"><?php echo JText::_('K2_APPROVE')?></a>
                              <?php endif; ?>
                              
                              <a class="commentRemoveLink" href="<?php echo JRoute::_('index.php?option=com_k2&view=comments&t ask=remove&commentID='.$comment->id.'&format=raw')?>"><?php echo JText::_('K2_REMOVE')?></a>
                              <?php endif; ?>
                              
                              <?php if($comment->published && ($this->params->get('commentsReporting')=='1' || ($this->params->get('commentsReporting')=='2' && !$this->user->guest))): ?>
                              <a class="modal" rel="{handler:'iframe',size:{x:560,y:480}}" href="<?php echo JRoute::_('index.php?option=com_k2&view=comments&t ask=report&commentID='.$comment->id)?>"><?php echo JText::_('K2_REPORT')?></a>
                              <?php endif; ?>
                              
                              <?php if($comment->reportUserLink): ?>
                              <a class="k2ReportUserButton" href="<?php echo $comment->reportUserLink; ?>"><?php echo JText::_('K2_FLAG_AS_SPAMMER'); ?></a>
                              <?php endif; ?>
                              
                              </span>
                              <?php endif; ?>
                              
                              <div class="clr"></div>
                              </li>
                              <?php endforeach; ?>
                              </ul>
                              
                              <div class="itemCommentsPagination">
                              <?php echo $this->pagination->getPagesLinks(); ?>
                              <div class="clr"></div>
                              </div>
                              <?php endif; ?>
                              
                              <?php if($this->item->params->get('commentsFormPosition')=='below' && $this->item->params->get('itemComments') && !JRequest::getInt('print') && ($this->item->params->get('comments') == '1' || ($this->item->params->get('comments') == '2' && K2HelperPermissions::canAddComment($this->item->catid)))): ?>
                              <!-- Item comments form -->
                              <div class="itemCommentsForm">
                              <?php echo $this->loadTemplate('comments_form'); ?>
                              </div>
                              <?php endif; ?>
                              
                              <?php $user = JFactory::getUser(); if ($this->item->params->get('comments') == '2' && $user->guest): ?>
                              <div><?php echo JText::_('K2_LOGIN_TO_POST_COMMENTS'); ?></div>
                              <?php endif; ?>
                              
                              <!-- </div> -->
                              <?php endif; ?>
                              </div>
                              <!-- /Post Comments -->
                              
                              
                              <a class="back-to-top" href="#"></a>
                              
                              </div>
                              
                              <style>
                              
                              .blog-list .post-content {
                              background: transparent;
                              padding: 50px 0px;
                              border: none;
                              box-shadow: none;
                              }
                              </style>

                              Commentaire


                              • #30
                                Re : K2/ Joomla comme un blog

                                Coucou !

                                Ca marchotte


                                J'ai bien les éléments similaires par tags en dessus .
                                MAIS :
                                - j'ai mes 4 derniers modules qui sont affichés en dessous, et sur le coté droit ?
                                - ne serait ce pas possible d'afficher l'image associée à chaque article ?

                                Sinon, c'est un bon début, j'ai laissé le fichier afin que tu puisses voir .

                                Encore merci ^â
                                BUGZERO.FR ==> Assistance informatique à distance PC, Mac, Linux, du Lundi au Samedi, 9h - 19h;
                                Nouveau, prestations de référencement naturel: seo-systeme.fr sur Nice et le 06

                                Commentaire

                                Annonce

                                Réduire
                                Aucune annonce pour le moment.

                                Partenaire de l'association

                                Réduire

                                Hébergeur Web PlanetHoster
                                Travaille ...
                                X