Pb ArtGalerie

Bonjour

Impossible de faire marcher artgalerie

pluxml 5.1.7
Jquery OK
ArtGalerie OK
images miniatures et galleries OK
Page statique gallerie OK
Article : KO
impossible d'afficher la moindre image ????

Thème Mystique
j'ai modifié article.php :

<div class="post-content clearfix">
<?php $plxShow->artContent(); ?>
<?php eval($plxShow->callHook('ArtgalerieDisplay')); ?>
</div>

Toute aide serait la bienvenue

Merci

Réponses

  • bonjour;)
    as-tu vu ceci :
    http://forum.pluxml.org/viewtopic.php?id=2877
    une foule de questions, une foule de réponses ;)
  • Bonjour

    Oui j'ai essayé pas mal de choses
    jquery est bien avant artgalerie

    j'ai désinstallé et réinstallé le plugin
    Idem
    page static ok
    article KO

    ma racine est bien configurée Galleries à la place de Photos
    Sous Galleries
    j'ai Gallerie1 et Gallerie2 avec les vignettes et commentaires visibles
    dans ma page statique Gallerie1 OK
    Dans mon article Gallerie2 KO j'ai essayé Gallerie1 KO également


    c'est sans doute ma modification du fichier article.php de mystique qui est mauvaise

    <?php include(dirname(__FILE__).'/header.php'); # On insere le header ?>
    <!-- primary content -->
    <div id="primary-content">
    <div class="blocks">

    <!-- post -->
    <div class="post clearfix">
    <h2 class="title"><?php $plxShow->artTitle('link'); ?></h2>
    <div class="post-date">
    <p class="day"><?php $plxShow->artDate('#day #num_day #month #num_year(4)'); ?></p>
    </div>

    <div class="post-info clearfix with-thumbs">
    <p class="author alignleft"><?php $plxShow->lang('WRITTEN_BY') ?> <?php $plxShow->artAuthor() ?> | <?php $plxShow->lang('CLASSIFIED_IN') ?> : <?php $plxShow->artCat(); ?></p>
    <p class="comments alignright"><a href="#" class="comments"></a><?php $plxShow->artNbCom(); ?></p>
    </div>

    <div class="post-content clearfix">
    <?php $plxShow->artContent(); eval($plxShow->callHook('ArtgalerieDisplay')); ?>
    </div>

    <?php $plxShow->artAuthorInfos('<div class="author-infos">#art_authorinfos</div>'); ?>

    <div class="post-tags">
    <?php $plxShow->artTags(); ?>
    </div>
    </div>
    <!-- /post -->
    <?php include(dirname(__FILE__).'/commentaires.php'); # On insere les commentaires ?>

    </div>
    </div>
    <!-- /primary content -->
    <?php include(dirname(__FILE__).'/footer.php'); # On insere le footer ?>

    Il y a un truc qui cloche mais ou ?
    Sinon j'avais installé le plugin PlxEditor mais il n'est pas top quand il y a du code
    de fait je passe via notepad+ hors ihm

    Merci
Connectez-vous ou Inscrivez-vous pour répondre.