Skip to content

Commit

Permalink
7.0
Browse files Browse the repository at this point in the history
- [ADD] Migration du framework css Myresponsee 2 vers la version 4 fix #2
- [ADD] Ajout d'un menu repliable pour les écrans small et medium fix #14
- [BUG] Correction de l'affichage des articles sur une page categorie fix #15
- [BUG] Correction de l'affichage des tags dans la sidebar fix #16
- [ADD] Integration du plugin Blogroll fix #17
  • Loading branch information
Philippe MALADJIAN committed Sep 13, 2016
1 parent 5f0541c commit 2733cf6
Show file tree
Hide file tree
Showing 30 changed files with 2,618 additions and 828 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,17 @@ Par exemple pour le plugin plxMyContact copié le fichier form.contact.php dans

* form.contact.php : template pour plxMyContact

## BlogRoll
Ce plugin permet d'afficher une liste de lien que vous gérez depuis la page d'administration. J'ai modifier la version original pour permettre le choix de l'icône qui sera affiché côté public. Pour l'installer copier le répertoire plugins/Blogroll du thème dans le répertoire plugins de votre pluxml.

## CHANGELOG
2016/09/13 - 7.0
- [ADD] Migration du framework css Myresponsee 2 vers la version 4 https://github.com/Philippe-M/responsee/issues/2
- [ADD] Ajout d'un menu repliable pour les écrans small et medium https://github.com/Philippe-M/responsee/issues/14
- [BUG] Correction de l'affichage des articles sur une page categorie https://github.com/Philippe-M/responsee/issues/15
- [BUG] Correction de l'affichage des tags dans la sidebar https://github.com/Philippe-M/responsee/issues/16
- [ADD] Integration du plugin Blogroll https://github.com/Philippe-M/responsee/issues/17

2016/07/24 - 6.4
- [ADD] Ajout de la fonction de réponse aux commentaires depuis un article https://github.com/Philippe-M/responsee/issues/9
- [ADD] Lien pour accéder directement aux commentaires depuis l'entête des articles https://github.com/Philippe-M/responsee/issues/10
Expand Down
4 changes: 2 additions & 2 deletions archives.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<section>
<span itemprop="articleBody">
<?php $plxShow->artThumbnail('<img itemprop="image" class="lazy art_thumbnail" data-original="#img_url" alt="#img_alt" title="#img_title" />'); ?>
<?php $plxShow->artThumbnail('<img itemprop="image" class="lazy art_thumbnail full-img" data-original="#img_url" alt="#img_alt" title="#img_title" />'); ?>
<?php $plxShow->artChapo(); ?>
</span>
</section>
Expand All @@ -56,4 +56,4 @@
</section>
</div>

<?php include(dirname(__FILE__).'/footer.php'); ?>
<?php include(dirname(__FILE__).'/footer.php'); ?>
4 changes: 2 additions & 2 deletions article.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</span></p>
</header>
<section itemprop="articleBody">
<?php $plxShow->artThumbnail('<img itemprop="image" class="lazy art_thumbnail" src="#img_url" alt="#img_alt" title="#img_title" />'); ?>
<?php $plxShow->artThumbnail('<img itemprop="image" class="lazy art_thumbnail full-img" src="#img_url" alt="#img_alt" title="#img_title" />'); ?>
<?php $plxShow->artContent(); ?>
</section>
<footer>
Expand All @@ -48,4 +48,4 @@
</div>


<?php include(dirname(__FILE__).'/footer.php'); ?>
<?php include(dirname(__FILE__).'/footer.php'); ?>
64 changes: 32 additions & 32 deletions categorie.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,38 +18,38 @@
<meta itemprop="datePublished" content="<?php $plxShow->artDate('#num_year(4)-#num_month-#num_day'); ?>">
<span><?php $plxShow->artDate('#num_day</span><br />#month #num_year(4)'); ?></p>
</div>
</div>
<div class="s-12 l-10">
<header>
<h2><span itemprop="name"><?php $plxShow->artTitle('link'); ?></span></h2>
<p><span>
<i class="icon-user"></i><?php $plxShow->lang('WRITTEN_BY'); ?>
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
<span itemprop="name"><?php $plxShow->artAuthor() ?></span>
</span>
<span style="display:none" itemprop="publisher" itemscope itemtype="http://schema.org/Person">
<span itemprop="name"><?php $plxShow->artAuthor() ?></span>&nbsp;

<div class="s-12 l-10">
<header>
<h2><span itemprop="name"><?php $plxShow->artTitle('link'); ?></span></h2>
<p><span>
<i class="icon-user"></i><?php $plxShow->lang('WRITTEN_BY'); ?>
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
<span itemprop="name"><?php $plxShow->artAuthor() ?></span>
</span>
<span style="display:none" itemprop="publisher" itemscope itemtype="http://schema.org/Person">
<span itemprop="name"><?php $plxShow->artAuthor() ?></span>&nbsp;
</span>
&nbsp;<i class="icon-discussion"></i><?php $plxShow->artNbCom(); ?>
&nbsp;<i class="icon-clock"></i>
<?php $plxShow->lang('ARTICLES_DATE_UPDATE'); ?>
&nbsp;<?php $plxShow->artUpdateDate('#num_day/#num_month/#num_year(4)'); ?>
<meta itemprop="dateModified" content="<?php $plxShow->artUpdateDate('#num_year(4)-#num_month-#num_day'); ?>">
</span></p>
</header>

<section>
<span itemprop="articleBody">
<?php $plxShow->artThumbnail('<img itemprop="image" class="lazy art_thumbnail full-img" data-original="#img_url" alt="#img_alt" title="#img_title" />'); ?>
<?php $plxShow->artChapo(); ?>
</span>
&nbsp;<i class="icon-discussion"></i><?php $plxShow->artNbCom(); ?>
&nbsp;<i class="icon-clock"></i>
<?php $plxShow->lang('ARTICLES_DATE_UPDATE'); ?>
&nbsp;<?php $plxShow->artUpdateDate('#num_day/#num_month/#num_year(4)'); ?>
<meta itemprop="dateModified" content="<?php $plxShow->artUpdateDate('#num_year(4)-#num_month-#num_day'); ?>">
</span></p>
</header>

<section>
<span itemprop="articleBody">
<?php $plxShow->artThumbnail('<img itemprop="image" class="lazy art_thumbnail" data-original="#img_url" alt="#img_alt" title="#img_title" />'); ?>
<?php $plxShow->artChapo(); ?>
</span>
</section>

<footer>
<p><span><i class="icon-newspaper"></i><?php $plxShow->lang('CLASSIFIED_IN') ?> : <span itemprop="articleSection"><?php $plxShow->artCat(); ?></span>&nbsp;<i class="icon-label"></i><?php $plxShow->lang('TAGS') ?> : <?php $plxShow->artTags(); ?></span></p>

</footer>
<hr>
</section>

<footer>
<p><span><i class="icon-newspaper"></i><?php $plxShow->lang('CLASSIFIED_IN') ?> : <span itemprop="articleSection"><?php $plxShow->artCat(); ?></span>&nbsp;<i class="icon-label"></i><?php $plxShow->lang('TAGS') ?> : <?php $plxShow->artTags(); ?></span></p>
</footer>
<hr>
</div>
</div>
</article>
<?php endwhile; ?>
Expand All @@ -58,4 +58,4 @@
</section>
</div>

<?php include(dirname(__FILE__).'/footer.php'); ?>
<?php include(dirname(__FILE__).'/footer.php'); ?>
Loading

0 comments on commit 2733cf6

Please sign in to comment.