Recherche sur Phoca gallery

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

  • [Problème] Recherche sur Phoca gallery

    Salut
    Lorsque je lance une recherche sur le site (J 2.5), les images intégrées dans Phoca Gallery n’apparaissent pas. J'ai pourtant installé le plugin "Phoca Gallery Search Plugin" et son statut est bien sur "activé".
    Merci de votre aide
    JJ

  • #2
    Re : Recherche sur Phoca gallery

    Bonjour,

    Les images ont-elles une description ?
    Pas de demande de support par MP.
    S'il n'y a pas de solution, c'est qu'il n'y a pas de problème (Devise Shadok)

    Commentaire


    • #3
      Re : Recherche sur Phoca gallery

      Bonjour
      Il y a juste le nom du poisson présenté. Pour info, il n'y avait pas de pb sur Joomla 1.5.
      JJ

      Commentaire


      • #4
        Re : Recherche sur Phoca gallery

        bonjour,

        il faut faire ces modifications pour que les images soient dans la recherche

            Search results in Joomla! are displayed by Joomla! Search component. Even if the Phoca Gallery Search plugin includes all necessary code to display images in search results, the last and important instance to display them is Joomla! Search Component.   To display Phoca Gallery images next to search results, the Joomla! Search component needs to be customized. All variables are prepared in the Phoca Gallery Search plugin, so the modifications in Search component are relatively easily feasible. In fact the modifications are only about design - how to design the search results.   Go to: components/com_search/views/search/tmpl/default_results.php and open this file in your editor. Make following changes:   Add following code: <?php if && $result->image != '') ?> before this code: <dt class="result-title"> It is cca line 15   and   add following code: <?php if && $result->image != '') ?> after this code: <?php if ) : ?> <dd class="result-created<?php echo $this->pageclass_sfx; ?>"> <?php echo JText::sprintf; ?> </dd> <?php endif; ?> It is cca line 38   Now, your search results should look like result displayed on images below, medium thumbnails:       Or small thumbnails:     This feature is available since version 4

        Commentaire


        • #5
          Re : Recherche sur Phoca gallery

          Merci pour votre aide.
          Je ferai les modifications dans la soirée et vous tiendrai au courant.
          Encore merci
          JJ

          Commentaire


          • #6
            Re : Recherche sur Phoca gallery

            Bonsoir
            Problème : dans default_result.php, je n'ai pas du tout ce qui est décrit dans l'exemple donné.
            Voilà ce que j'ai :

            <?php defined('_JEXEC') or die('Restricted access'); ?>

            <table class="contentpaneopen<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">
            <tr>
            <td>
            <?php
            foreach( $this->results as $result ) : ?>
            <fieldset>
            <div>
            <span class="small<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">
            <?php echo $this->pagination->limitstart + $result->count.'. ';?>
            </span>
            <?php if ( $result->href ) :
            if ($result->browsernav == 1 ) : ?>
            <a href="<?php echo JRoute::_($result->href); ?>" target="_blank">
            <?php else : ?>
            <a href="<?php echo JRoute::_($result->href); ?>">
            <?php endif;

            echo $this->escape($result->title);

            if ( $result->href ) : ?>
            </a>
            <?php endif;
            if ( $result->section ) : ?>
            <br />
            <span class="small<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">
            (<?php echo $this->escape($result->section); ?>)
            </span>
            <?php endif; ?>
            <?php endif; ?>
            </div>
            <div>
            <?php echo $result->text; ?>
            </div>
            <?php
            if ( $this->params->get( 'show_date' )) : ?>
            <div class="small<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">
            <?php echo $result->created; ?>
            </div>
            <?php endif; ?>
            </fieldset>
            <?php endforeach; ?>
            </td>
            </tr>
            <tr>
            <td colspan="3">
            <div align="center">
            <?php echo $this->pagination->getPagesLinks( ); ?>
            </div>
            </td>
            </tr>
            </table>

            Et là, franchement, c'est du chinois !
            JJ

            Commentaire

            Annonce

            Réduire
            Aucune annonce pour le moment.

            Partenaire de l'association

            Réduire

            Hébergeur Web PlanetHoster
            Travaille ...
            X