Dates de création et de modification au bas de mes articles : les enlever ( GuppY 4.6.x
Pour enlever dans le bas d'un article, la date de création, la date de modification, la catégorie le compteur et l'impression, il faut aller dans articles.php de la 4.6.21a, supprimer ou mettre en commentaires les lignes 114 à 132 incluse :
Puis supprimer ou mettre en commentaires les lignes 125, 126 et 127 :
(Ces modifications à reproduire à chaque changement de version si articles.php est concerné)
<hr />
<p style="font-size:smaller"><?php echo $web95; ?> <b><?php echo $txtart5 ; ?></b><br />
<?php echo $web20; ?> <b><?php echo $txtart4 ; ?></b><br />
<?php echo $web21; ?> <b><?php echo $txtart3; ?></b>
<?php
if ($serviz[33] == "on" && $countit == 1) {
$artcounter = UpdateDocCounter($pg);
$txtcount = $artcounter <= 1 ? $web188 : $web189;
?>
<br /><?php echo $web190; ?> <b><?php echo $artcounter." ".$txtcount; ?></b></p>
<?php
} else {
echo "</p>";
}
if ($countit == 1 && !isset($prt)) {
?>
<hr /><p align="center">
<a href="articles.php?lng=<?php echo $lng; ?>&pg=<?php echo $pg; ?>&prt=2" target="_blank"><img src="inc/img/general/print.gif" border="0" width="16" height="15" alt="<?php echo $web22; ?>" title="<?php echo $web22; ?>" /> <?php echo $web22; ?></a>
</p>
<p style="font-size:smaller"><?php echo $web95; ?> <b><?php echo $txtart5 ; ?></b><br />
<?php echo $web20; ?> <b><?php echo $txtart4 ; ?></b><br />
<?php echo $web21; ?> <b><?php echo $txtart3; ?></b>
<?php
if ($serviz[33] == "on" && $countit == 1) {
$artcounter = UpdateDocCounter($pg);
$txtcount = $artcounter <= 1 ? $web188 : $web189;
?>
<br /><?php echo $web190; ?> <b><?php echo $artcounter." ".$txtcount; ?></b></p>
<?php
} else {
echo "</p>";
}
if ($countit == 1 && !isset($prt)) {
?>
<hr /><p align="center">
<a href="articles.php?lng=<?php echo $lng; ?>&pg=<?php echo $pg; ?>&prt=2" target="_blank"><img src="inc/img/general/print.gif" border="0" width="16" height="15" alt="<?php echo $web22; ?>" title="<?php echo $web22; ?>" /> <?php echo $web22; ?></a>
</p>
Puis supprimer ou mettre en commentaires les lignes 125, 126 et 127 :
} else {
$countit = 0;
}
$countit = 0;
}
(Ces modifications à reproduire à chaque changement de version si articles.php est concerné)
Date de création : 08/11/2007 @ 13:53
Catégorie : - Articles
Page lue 21824 fois